Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-760 (pull request #167)
Browse files Browse the repository at this point in the history
SHIBUI-760 Added enable checkbox to editor

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
  • Loading branch information
rmathis committed Aug 17, 2018
2 parents 6232ce8 + a6d6a5d commit b8cc2ab
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 b8cc2ab

Please sign in to comment.