From 78da4febab37e59afd3d409533e63dec7ffbcc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Tue, 31 Jan 2023 08:41:40 +0800 Subject: [PATCH] remove misc(footer copyright) --- include/schema/common/footer.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/schema/common/footer.json b/include/schema/common/footer.json index 3bd55c2..e322bc7 100644 --- a/include/schema/common/footer.json +++ b/include/schema/common/footer.json @@ -4,16 +4,6 @@ "description": "Page footer configurations", "type": "object", "properties": { - "copyright": { - "$ref": "/misc/copyright.json", - "description": "Copyright text", - "type": "string", - "examples": [ - "© 2019", - "© 2019 - 2020", - "粤ICP备1234567号" - ] - }, "links": { "$ref": "/misc/poly_links.json", "description": "Links to be shown on the right of the footer section",