Skip to content

Commit

Permalink
Content role for Submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Nov 28, 2024
1 parent 6dc3e44 commit 9184dea
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/block-library/src/navigation-submenu/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -28,10 +30,12 @@
"default": false
},
"url": {
"type": "string"
"type": "string",
"role": "content"
},
"title": {
"type": "string"
"type": "string",
"role": "content"
},
"kind": {
"type": "string"
Expand Down

0 comments on commit 9184dea

Please sign in to comment.