Skip to content

Commit f106bfd

Browse files
Rename setCursorAlpha.jpg and preview func attribute
1 parent 2568b0f commit f106bfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

functions/Cursor/setCursorAlpha.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ client:
44
description: |
55
This function is used to change alpha (transparency) from the client's cursor.
66
preview:
7-
- path: '/assets/setCursorAlpha.jpg'
7+
- path: '/assets/cursor-alpha.jpg'
88
description: 'Example for setCursorAlpha'
99
parameters:
1010
- name: 'alpha'

schemas/function.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $defs:
4848
description: List of noteworthy pieces of information for the function.
4949
items:
5050
type: string
51-
preview:
51+
preview_images:
5252
$ref: '#/$defs/preview'
5353
parameters:
5454
$ref: '#/$defs/parameters'
@@ -124,7 +124,7 @@ $defs:
124124
type: string
125125
description: Describe why the function needs checking by another person. What's problematic?
126126

127-
preview:
127+
preview_images:
128128
type: array
129129
description: A list of picture assets demonstrating the function.
130130
items:

0 commit comments

Comments
 (0)