Skip to content

Commit

Permalink
feat: adding refreshable?: bool to uiRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Nov 16, 2023
1 parent 55d2051 commit 681ca78
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/home/system/SIMOS/UiRecipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"attributeType": "string",
"optional": false
},
{
"name": "refreshable",
"type": "dmss://system/SIMOS/BlueprintAttribute",
"attributeType": "boolean",
"optional": true,
"default": true
},
{
"name": "category",
"type": "dmss://system/SIMOS/BlueprintAttribute",
Expand Down

0 comments on commit 681ca78

Please sign in to comment.