From 9590e5e23482ee4286ff9a29905def191b9bf2a5 Mon Sep 17 00:00:00 2001 From: EDIflyer Date: Tue, 12 Jul 2022 15:10:36 +0100 Subject: [PATCH] Updated schema for plugins (#4119) See issue at https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/93 --- .../plugins/external/git-revision-date-localized.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/schema/plugins/external/git-revision-date-localized.json b/docs/schema/plugins/external/git-revision-date-localized.json index 09aedba51..6251aa85c 100644 --- a/docs/schema/plugins/external/git-revision-date-localized.json +++ b/docs/schema/plugins/external/git-revision-date-localized.json @@ -24,7 +24,8 @@ "datetime", "iso_date", "iso_datetime", - "timeago" + "timeago", + "custom" ], "default": "date" }, @@ -33,6 +34,11 @@ "markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#timezone", "type": "string" }, + "custom_format": { + "title": "Custom format", + "markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options#custom_format", + "type": "string" + }, "locale": { "title": "Date locale", "markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/options/#locale",