diff --git a/material/plugins/tags/config.py b/material/plugins/tags/config.py index a1d4f1e2d..f2d950845 100644 --- a/material/plugins/tags/config.py +++ b/material/plugins/tags/config.py @@ -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 = []) diff --git a/src/plugins/tags/config.py b/src/plugins/tags/config.py index a1d4f1e2d..f2d950845 100644 --- a/src/plugins/tags/config.py +++ b/src/plugins/tags/config.py @@ -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 = [])