From 48dee461fe5bc11bdc6326f25194ba1f066e47c9 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:47:43 +0000 Subject: [PATCH] Fix: Title added to altText in schemas. (#215) --- properties.schema | 1 + schema/component.schema.json | 1 + 2 files changed, 2 insertions(+) diff --git a/properties.schema b/properties.schema index d234019..419f6a7 100644 --- a/properties.schema +++ b/properties.schema @@ -97,6 +97,7 @@ "altText": { "type": "string", "required": false, + "title": "Alternative text", "default": "", "inputType": "Text", "validators": [], diff --git a/schema/component.schema.json b/schema/component.schema.json index be09537..7add211 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -60,6 +60,7 @@ }, "altText": { "type": "string", + "title": "Alternative text", "description": "This will be read out by screen readers instead of reading 'text'. Optional for providing alternative text, for example, to specify how a word should be pronounced.", "default": "", "_adapt": {