rebase on oct-10-2023
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 2,
|
||||
"apiVersion": 3,
|
||||
"name": "core/site-logo",
|
||||
"title": "Site Logo",
|
||||
"category": "theme",
|
||||
"description": "Display a graphic to represent this site. Update the block, and the changes apply everywhere it’s used. This is different than the site icon, which is the smaller image visible in your dashboard, browser tabs, etc used to help others recognize this site.",
|
||||
"description": "Display an image to represent this site. Update this block and the changes apply everywhere.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"width": {
|
||||
@@ -40,7 +40,11 @@
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
"padding": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"margin": false,
|
||||
"padding": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"styles": [
|
||||
|
||||
Reference in New Issue
Block a user