Skip to content

Commit

Permalink
SHIBUI-668: Matched enable checkbox and behavior (unchecked) with met…
Browse files Browse the repository at this point in the history
…adata source finish summary page;
  • Loading branch information
Jodie Muramoto committed Aug 7, 2018
1 parent d8cfa12 commit 576d48a
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 576d48a

Please sign in to comment.