Skip to content

Commit

Permalink
Merge dev to main V2.1.6
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
expung3d authored Jan 9, 2025
2 parents c0aaec4 + 62a44e0 commit b6001ef
Show file tree
Hide file tree
Showing 4 changed files with 1,797 additions and 1,033 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/debug
/previous-versions
/debug
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ The basic structure of a row in the content array will look like this:
"TYPE", //The type of the content
"Label", //The label shown to the left
[], //Values that go into the type
{true}, //Condition for the element to be shown. (Optional) PARAMS: 0 - DIALOG DISPLAY
{true}, //Condition for the element to be shown. (Optional) PARAMS: 0 - DIALOG DISPLAY | 1 - CONTROL GROUP FOR ELEMENT
{} //onChange event. (Optional) Code in this executes when the element's value changes. PARAMS: 0 - DIALOG DISPLAY | 1 - NEW VALUE
]
]
Expand Down
Loading

0 comments on commit b6001ef

Please sign in to comment.