mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed tags settings only available in Insiders from schema
This commit is contained in:
parent
e3d5fd2eb3
commit
2ba35383e2
@ -36,9 +36,3 @@ class TagsConfig(Config):
|
||||
# Settings for tags
|
||||
tags = Type(bool, default = True)
|
||||
tags_file = Optional(Type(str))
|
||||
tags_extra_files = Type(dict, default = {})
|
||||
tags_slugify = Type((type(slugify), partial), default = slugify)
|
||||
tags_slugify_separator = Type(str, default = "-")
|
||||
tags_compare = Optional(Type(type(casefold)))
|
||||
tags_compare_reverse = Type(bool, default = False)
|
||||
tags_allowed = Type(list, default = [])
|
||||
|
@ -36,9 +36,3 @@ class TagsConfig(Config):
|
||||
# Settings for tags
|
||||
tags = Type(bool, default = True)
|
||||
tags_file = Optional(Type(str))
|
||||
tags_extra_files = Type(dict, default = {})
|
||||
tags_slugify = Type((type(slugify), partial), default = slugify)
|
||||
tags_slugify_separator = Type(str, default = "-")
|
||||
tags_compare = Optional(Type(type(casefold)))
|
||||
tags_compare_reverse = Type(bool, default = False)
|
||||
tags_allowed = Type(list, default = [])
|
||||
|
Loading…
Reference in New Issue
Block a user