Skip to content

Commit

Permalink
Rename setCursorAlpha.jpg and preview func attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Jan 17, 2025
1 parent 2568b0f commit f106bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion functions/Cursor/setCursorAlpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ client:
description: |
This function is used to change alpha (transparency) from the client's cursor.
preview:
- path: '/assets/setCursorAlpha.jpg'
- path: '/assets/cursor-alpha.jpg'
description: 'Example for setCursorAlpha'
parameters:
- name: 'alpha'
Expand Down
4 changes: 2 additions & 2 deletions schemas/function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $defs:
description: List of noteworthy pieces of information for the function.
items:
type: string
preview:
preview_images:
$ref: '#/$defs/preview'
parameters:
$ref: '#/$defs/parameters'
Expand Down Expand Up @@ -124,7 +124,7 @@ $defs:
type: string
description: Describe why the function needs checking by another person. What's problematic?

preview:
preview_images:
type: array
description: A list of picture assets demonstrating the function.
items:
Expand Down

0 comments on commit f106bfd

Please sign in to comment.