Skip to content

Commit

Permalink
Remove 'definitions' from plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Martha Cryan committed May 6, 2020
1 parent df73511 commit 46e4bec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions schema/plugin.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"title": "Table of Contents",
"description": "Table of contents settings.",
"definitions": {
"properties": {
"collapsibleNotebooks": {
"type": "boolean"
}
"properties": {
"collapsibleNotebooks": {
"type": "boolean"
}
},
"properties": {
"collapsibleNotebooks": {
"title": "ToC Configuration",
"description": "Specifies whether to allow the ToC extension to collapse notebook cells.",
"$ref": "#/definitions",
"default": true
}
},
Expand Down

0 comments on commit 46e4bec

Please sign in to comment.