File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,3 @@ class TagsConfig(Config):
3636 # Settings for tags
3737 tags = Type (bool , default = True )
3838 tags_file = Optional (Type (str ))
39- tags_extra_files = Type (dict , default = {})
40- tags_slugify = Type ((type (slugify ), partial ), default = slugify )
41- tags_slugify_separator = Type (str , default = "-" )
42- tags_compare = Optional (Type (type (casefold )))
43- tags_compare_reverse = Type (bool , default = False )
44- tags_allowed = Type (list , default = [])
Original file line number Diff line number Diff line change @@ -36,9 +36,3 @@ class TagsConfig(Config):
3636 # Settings for tags
3737 tags = Type (bool , default = True )
3838 tags_file = Optional (Type (str ))
39- tags_extra_files = Type (dict , default = {})
40- tags_slugify = Type ((type (slugify ), partial ), default = slugify )
41- tags_slugify_separator = Type (str , default = "-" )
42- tags_compare = Optional (Type (type (casefold )))
43- tags_compare_reverse = Type (bool , default = False )
44- tags_allowed = Type (list , default = [])
You can’t perform that action at this time.
0 commit comments