Adding a plugin named page-treeview

This commit is contained in:
Aleen 2017-04-24 15:59:27 +08:00 committed by GitHub
parent 118b26f0a2
commit 16ef5d63ba

View File

@ -3,7 +3,8 @@
"author": "yeasy", "author": "yeasy",
"plugins": [ "plugins": [
"image-captions", "image-captions",
"github-buttons" "github-buttons",
"page-treeview"
], ],
"pluginsConfig": { "pluginsConfig": {
"image-captions": { "image-captions": {
@ -19,6 +20,11 @@
"watch" "watch"
], ],
"size": "small" "size": "small"
},
"page-treeview": {
"copyright": "Copyright © yeasy",
"minHeaderCount": "2",
"minHeaderDeep": "2"
} }
} }
} }