From 8f3a9379195b4ee110567967a42c96acb2b0abe8 Mon Sep 17 00:00:00 2001 From: Henrietta Ko Date: Tue, 9 Apr 2024 14:00:16 -0500 Subject: [PATCH] fix: remove duplication from JSON schemas (fixes #297) --- schema/component.schema.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/schema/component.schema.json b/schema/component.schema.json index 0c289d91..bce0c465 100644 --- a/schema/component.schema.json +++ b/schema/component.schema.json @@ -35,15 +35,6 @@ }, "_backboneForms": "Select" }, - "_isA11yCompletionDescriptionEnabled": { - "type": "boolean", - "title": "Enable accessibility completion description", - "description": "Controls whether a hidden label is appended to the component title that describes the completion state of the component.", - "default": true, - "_adapt": { - "isSetting": true - } - }, "properties": { "type": "object", "title": "Properties",