forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
511 B
25 lines
511 B
7 years ago
|
{
|
||
|
"plugins": [
|
||
|
"jsfiddle",
|
||
|
"splitter",
|
||
7 years ago
|
"theme-api",
|
||
|
"expandable-chapters"
|
||
7 years ago
|
],
|
||
|
"pluginsConfig": {
|
||
|
"theme-default": {
|
||
7 years ago
|
"showLevel": false
|
||
7 years ago
|
},
|
||
|
"jsfiddle": {
|
||
|
"type": "script",
|
||
|
"tabs": [
|
||
|
"result",
|
||
|
"js",
|
||
|
"html"
|
||
|
],
|
||
|
"height": "100",
|
||
|
"width": "500",
|
||
|
"fontColor": "00FF00"
|
||
7 years ago
|
},
|
||
|
"expandable-chapters":{}
|
||
7 years ago
|
}
|
||
|
}
|