From 9120e5f5fd98e6602e1afa7411c7d771816a32a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Tue, 31 Jan 2023 14:21:29 +0800 Subject: [PATCH] chore(footer): Added footer.json `copyright` --- include/schema/common/footer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/schema/common/footer.json b/include/schema/common/footer.json index e322bc7..4f34e47 100644 --- a/include/schema/common/footer.json +++ b/include/schema/common/footer.json @@ -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",