chore(footer): Added footer.json `copyright`
parent
78da4febab
commit
9120e5f5fd
|
@ -4,6 +4,17 @@
|
||||||
"description": "Page footer configurations",
|
"description": "Page footer configurations",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"copyright": {
|
||||||
|
"description": "Copyright text",
|
||||||
|
"type": "string",
|
||||||
|
"examples": [
|
||||||
|
"© 2019",
|
||||||
|
"© 2019 - 2020",
|
||||||
|
"© 2019 - 2020, Company Name",
|
||||||
|
"© 2019 - 2020, Company Name. All rights reserved.",
|
||||||
|
"粤ICP备12345678号"
|
||||||
|
]
|
||||||
|
},
|
||||||
"links": {
|
"links": {
|
||||||
"$ref": "/misc/poly_links.json",
|
"$ref": "/misc/poly_links.json",
|
||||||
"description": "Links to be shown on the right of the footer section",
|
"description": "Links to be shown on the right of the footer section",
|
||||||
|
|
Loading…
Reference in New Issue