Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add content role to site logo block
  • Loading branch information
talldan committed Dec 24, 2024
commit 700f05951a26f35f73ec146b04976fe17fcccfde
6 changes: 4 additions & 2 deletions packages/block-library/src/site-logo/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
},
"isLink": {
"type": "boolean",
"default": true
"default": true,
"role": "content"
},
"linkTarget": {
"type": "string",
"default": "_self"
"default": "_self",
"role": "content"
},
"shouldSyncIcon": {
"type": "boolean"
Expand Down