From 8a1117be88b9713cba750920bcac2828abb99c46 Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Thu, 15 Feb 2024 15:45:33 +0000 Subject: [PATCH] add missing navLabel to properties.schema --- properties.schema | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/properties.schema b/properties.schema index a553069..d5d97ed 100644 --- a/properties.schema +++ b/properties.schema @@ -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",