Problem/Motivation
In the there is a typo navigation_extra.schema.yml
navigation_extra.plugin.common:
type: navigation_extra.plugin
mapping:
group_collections:
type: string
label: 'Group collections'
hide_empty_collections:
type: boolean
label: 'Hide empty collections'
hide_add_new_content:
type: boolean
label: 'Hide the add new content item'
override_max_menu_depth:
type: boolean
lable: 'Override max menu depth'
There on the last line is lable instead of label.
Steps to reproduce
Open the file and see the issue on line 81.
Proposed resolution
Change the lable to label
Remaining tasks
Create MR with fixes.
User interface changes
None
API changes
None
Data model changes
None
Comments
Comment #3
tim-dielsComment #4
samuhe commentedThe MR fixes the typo.
Comment #6
tim-dielsThank you, merged.