Skip to content

Commit

Permalink
Fix: Title added to altText in schemas. (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Jan 16, 2024
1 parent 6a2bd26 commit 48dee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"altText": {
"type": "string",
"required": false,
"title": "Alternative text",
"default": "",
"inputType": "Text",
"validators": [],
Expand Down
1 change: 1 addition & 0 deletions schema/component.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 48dee46

Please sign in to comment.