Merge pull request #167 from aleen42/patch-1

Add a plugin `page-treeview`
pull/170/head
Baohua Yang 2017-04-24 16:49:30 +08:00 committed by GitHub
commit d7de30ef8a
1 changed files with 8 additions and 2 deletions

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