From 9184dea00c6791baaa764505ab14ffac16da6610 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Thu, 28 Nov 2024 11:48:30 +0000 Subject: [PATCH] Content role for Submenu --- .../block-library/src/navigation-submenu/block.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/block-library/src/navigation-submenu/block.json b/packages/block-library/src/navigation-submenu/block.json index e767b60aec3a6c..8b9d6deadeb548 100644 --- a/packages/block-library/src/navigation-submenu/block.json +++ b/packages/block-library/src/navigation-submenu/block.json @@ -9,13 +9,15 @@ "textdomain": "default", "attributes": { "label": { - "type": "string" + "type": "string", + "role": "content" }, "type": { "type": "string" }, "description": { - "type": "string" + "type": "string", + "role": "content" }, "rel": { "type": "string" @@ -28,10 +30,12 @@ "default": false }, "url": { - "type": "string" + "type": "string", + "role": "content" }, "title": { - "type": "string" + "type": "string", + "role": "content" }, "kind": { "type": "string"