Adding a plugin named `page-treeview`

pull/167/head
Aleen 2017-04-24 15:59:27 +08:00 committed by GitHub
parent 118b26f0a2
commit 16ef5d63ba
1 changed files with 8 additions and 2 deletions

View File

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