[Product Block Editor]: remove unused block attributes (#41674)

This commit is contained in:
Damián Suárez 2023-11-28 11:32:47 -03:00 committed by GitHub
commit cf9f629c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
[Product Block Editor]: remove unused block attributes

View File

@ -28,6 +28,5 @@
"isInSelectedTab": "isSelected"
},
"usesContext": [ "selectedTab" ],
"editorStyle": "file:./editor.css",
"templateLock": "contentOnly"
"editorStyle": "file:./editor.css"
}

View File

@ -30,6 +30,5 @@
"lock": false,
"__experimentalToolbar": false
},
"editorStyle": "file:./editor.css",
"templateLock": "contentOnly"
"editorStyle": "file:./editor.css"
}

View File

@ -30,6 +30,5 @@
"lock": false,
"__experimentalToolbar": false
},
"editorStyle": "file:./editor.css",
"templateLock": "contentOnly"
"editorStyle": "file:./editor.css"
}