Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-668 (pull request #136)
Browse files Browse the repository at this point in the history
SHIBUI-668: Matched enable checkbox and behavior (unchecked) with metadata source finish summary page;

Approved-by: Shibui Jenkins <shibui.jenkins@gmail.com>
Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Aug 7, 2018
2 parents d8cfa12 + 576d48a commit 903b7e0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"type": "object",
"properties": {
"enabled": {
"title": "Enable Metadata Provider",
"description": "Enable Metadata Provider",
"title": "Enable Metadata Provider upon saving?",
"description": "Enable Metadata Provider upon saving?",
"type": "boolean",
"default": true
"default": false
}
}
}
}

0 comments on commit 903b7e0

Please sign in to comment.