Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Add ability to enable / disable collapsible notebook cells #132

Merged
merged 12 commits into from
May 12, 2020
Prev Previous commit
Next Next commit
Remove 'definitions' from plugin.json
  • Loading branch information
Martha Cryan committed May 6, 2020
commit 46e4becac5ab55ae7f35a0f0a4507342d46ee5fd
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"
marthacryan marked this conversation as resolved.
Show resolved Hide resolved
}
},
"properties": {
"collapsibleNotebooks": {
"title": "ToC Configuration",
"description": "Specifies whether to allow the ToC extension to collapse notebook cells.",
"$ref": "#/definitions",
"default": true
kgryte marked this conversation as resolved.
Show resolved Hide resolved
kgryte marked this conversation as resolved.
Show resolved Hide resolved
}
},
Expand Down