Skip to content

Commit

Permalink
Removed tags settings only available in Insiders from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 10, 2023
1 parent e3d5fd2 commit 2ba3538
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions material/plugins/tags/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])
6 changes: 0 additions & 6 deletions src/plugins/tags/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [])

0 comments on commit 2ba3538

Please sign in to comment.