Skip to content

Commit

Permalink
Fix: Add missing navLabel to properties.schema (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Feb 15, 2024
1 parent 071bff9 commit 68dc3ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@
"inputType": "Text",
"validators": []
},
"_showLabel": {
"type": "boolean",
"required": true,
"default": true,
"title": "Enable navigation bar button label",
"inputType": "Checkbox",
"validators": [],
"help": "Controls whether a label is shown on the navigation bar button."
},
"navLabel": {
"type": "string",
"required": true,
"default": "Accessibility",
"title": "Navigation bar button label",
"inputType": "Text",
"validators": [],
"translatable": true
},
"_navTooltip": {
"type": "object",
"title": "Visua11y navigation tooltip",
Expand Down

0 comments on commit 68dc3ae

Please sign in to comment.