summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:54:37 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-09 00:54:37 +0200
commit34baae1a5dcfd8881f3b38d90686dbac20daef76 (patch)
treea6a7a55d59d36a629db445c40ed18ac5f3d9139d
parentcd0ed865896a038c69ef2a85c5481788f16f810c (diff)
downloadgitbook-34baae1a5dcfd8881f3b38d90686dbac20daef76.zip
gitbook-34baae1a5dcfd8881f3b38d90686dbac20daef76.tar.gz
gitbook-34baae1a5dcfd8881f3b38d90686dbac20daef76.tar.bz2
gitbook-plugin-headings: Add base default options
-rw-r--r--packages/gitbook-plugin-headings/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gitbook-plugin-headings/package.json b/packages/gitbook-plugin-headings/package.json
index 3031fc5..dc2fbcd 100644
--- a/packages/gitbook-plugin-headings/package.json
+++ b/packages/gitbook-plugin-headings/package.json
@@ -25,5 +25,14 @@
},
"bugs": {
"url": "https://github.com/GitbookIO/gitbook/issues"
+ },
+ "gitbook": {
+ "properties": {
+ "position": {
+ "type": "string",
+ "title": "Position of anchors",
+ "default": "left"
+ }
+ }
}
}