Last active
July 30, 2018 03:48
-
-
Save edward-hsu-1994/56aa37a8575d8f99eec40564033a55b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version":"1.0", | |
"name":"Template Name", | |
"description":"樣板說明", | |
"author":"作者", | |
"pages":[ | |
{ | |
"name":"共用Config", | |
"path":".*", | |
"config": [ | |
{ | |
"name":"pageTitle", | |
"title": "標題文字", | |
"type": "string", | |
"enum": null, | |
"default": "" | |
}, | |
{ | |
"name":"fontSize", | |
"title": "文字大小", | |
"type": "string", | |
"enum": ["small", "middle","large"], | |
"default": "small" | |
} | |
] | |
}, | |
{ | |
"name":"首頁", | |
"path":"/home", | |
"config": [ | |
{ | |
"name":"pageTitle", | |
"title": "標題文字", | |
"type": "string", | |
"enum": null, | |
"default": "gggggg" | |
} | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment