Skip to content

Commit

Permalink
Add ignore_case to config_scheme (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcvgit authored Dec 22, 2024
1 parent 7b7e9c4 commit 416eaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs_awesome_pages_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AwesomePagesPlugin(BasePlugin):
("order", config_options.Choice(["asc", "desc"], default=None)),
("sort_type", config_options.Choice(["natural"], default=None)),
("order_by", config_options.Choice(["filename", "title"], default=None)),
("ignore_case", config_options.Type(bool, default=False)),
)

def __init__(self):
Expand Down

0 comments on commit 416eaf7

Please sign in to comment.