1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Updated schema for plugins (#4119)

See issue at https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/93
This commit is contained in:
EDIflyer 2022-07-12 15:10:36 +01:00 committed by GitHub
parent 9a594ee89f
commit 9590e5e234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",