Skip to content

Instantly share code, notes, and snippets.

@edward-hsu-1994
Last active July 30, 2018 03:48
Show Gist options
  • Save edward-hsu-1994/56aa37a8575d8f99eec40564033a55b1 to your computer and use it in GitHub Desktop.
Save edward-hsu-1994/56aa37a8575d8f99eec40564033a55b1 to your computer and use it in GitHub Desktop.
{
"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