Skip to content

Commit

Permalink
SHIBUI-760 Added enable checkbox to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 17, 2018
1 parent 6232ce8 commit a6d6a5d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"type": "section",
"fields": [
"name",
"@type"
"@type",
"enabled"
]
},
{
Expand Down Expand Up @@ -96,6 +97,12 @@
}
]
},
"enabled": {
"title": "Enable this service?",
"description": "Enable this service?",
"type": "boolean",
"default": false
},
"xmlId": {
"title": "ID",
"description": "Identifier for logging, identification for command line reload, etc.",
Expand Down

0 comments on commit a6d6a5d

Please sign in to comment.