chore(footer): Added footer.json `copyright`

This commit is contained in:
Flc゛ 2023-01-31 14:21:29 +08:00
parent 78da4febab
commit 9120e5f5fd
1 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,17 @@
"description": "Page footer configurations",
"type": "object",
"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": {
"$ref": "/misc/poly_links.json",
"description": "Links to be shown on the right of the footer section",