diff 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" + } + } } } |