Skip to content

Commit ac117b9

Browse files
committed
Add variables
1 parent bc9edf5 commit ac117b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/resource/ui/elements/properties/factory.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"title": "Factory",
33
"description": "The factory that will be used to create the element.",
4+
"definitions": {
5+
"variables": {
6+
"title": "Variable Definition",
7+
"description": "A variable is a reference to a value that can be used in the UI."
8+
}
9+
},
410
"anyOf": [
511
{
612
"type": "object",

0 commit comments

Comments
 (0)