[Product Block Editor]: remove unused block attributes (#41674)
This commit is contained in:
commit
cf9f629c1f
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
[Product Block Editor]: remove unused block attributes
|
|
@ -28,6 +28,5 @@
|
|||
"isInSelectedTab": "isSelected"
|
||||
},
|
||||
"usesContext": [ "selectedTab" ],
|
||||
"editorStyle": "file:./editor.css",
|
||||
"templateLock": "contentOnly"
|
||||
"editorStyle": "file:./editor.css"
|
||||
}
|
||||
|
|
|
@ -30,6 +30,5 @@
|
|||
"lock": false,
|
||||
"__experimentalToolbar": false
|
||||
},
|
||||
"editorStyle": "file:./editor.css",
|
||||
"templateLock": "contentOnly"
|
||||
"editorStyle": "file:./editor.css"
|
||||
}
|
||||
|
|
|
@ -30,6 +30,5 @@
|
|||
"lock": false,
|
||||
"__experimentalToolbar": false
|
||||
},
|
||||
"editorStyle": "file:./editor.css",
|
||||
"templateLock": "contentOnly"
|
||||
"editorStyle": "file:./editor.css"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue