mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-26 15:06:18 +00:00
Adding a plugin named page-treeview
This commit is contained in:
parent
118b26f0a2
commit
16ef5d63ba
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user