mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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:
parent
9a594ee89f
commit
9590e5e234
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user