Skip to content

Commit

Permalink
Add display_valid_keys setting to show it in templates or not
Browse files Browse the repository at this point in the history
  • Loading branch information
agilbert1412 committed Jun 20, 2024
1 parent 4f514e5 commit 333e331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ class VerifyKeys(metaclass=FreezeValidKeys):
verify_item_name: bool = False
verify_location_name: bool = False
value: typing.Any
display_valid_keys: bool = False # Should the full list of keys appear in templates

@classmethod
def verify_keys(cls, data: typing.Iterable[str]) -> None:
Expand Down

0 comments on commit 333e331

Please sign in to comment.