From 633bd97309444304dec0845d64388446381930b4 Mon Sep 17 00:00:00 2001 From: DrMint Date: Sat, 30 Jul 2022 09:07:59 +0200 Subject: [PATCH] New localization keys --- .../content-types/website-interface/schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/website-interface/content-types/website-interface/schema.json b/src/api/website-interface/content-types/website-interface/schema.json index 8010caa..5fd409f 100644 --- a/src/api/website-interface/content-types/website-interface/schema.json +++ b/src/api/website-interface/content-types/website-interface/schema.json @@ -507,6 +507,12 @@ }, "no_source_warning": { "type": "string" + }, + "copy_anchor_link": { + "type": "string" + }, + "anchor_link_copied": { + "type": "string" } } }