diff options
author | Johan Preynat <johan.preynat@gmail.com> | 2016-10-09 00:54:37 +0200 |
---|---|---|
committer | Johan Preynat <johan.preynat@gmail.com> | 2016-10-09 00:54:37 +0200 |
commit | 34baae1a5dcfd8881f3b38d90686dbac20daef76 (patch) | |
tree | a6a7a55d59d36a629db445c40ed18ac5f3d9139d | |
parent | cd0ed865896a038c69ef2a85c5481788f16f810c (diff) | |
download | gitbook-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.json | 9 |
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" + } + } } } |