Hide blocks from Style Book (https://github.com/woocommerce/woocommerce-blocks/pull/8309)
This commit is contained in:
parent
9563468dc1
commit
5025b80106
|
@ -14,11 +14,6 @@
|
|||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"isPreview": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"className": {
|
||||
"type": "string",
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"isPreview": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"className": {
|
||||
"type": "string",
|
||||
|
|
|
@ -135,11 +135,6 @@ registerBlockType( 'woocommerce/product-search', {
|
|||
align: [ 'wide', 'full' ],
|
||||
inserter: ! isBlockVariationAvailable,
|
||||
},
|
||||
example: {
|
||||
attributes: {
|
||||
hasLabel: true,
|
||||
},
|
||||
},
|
||||
attributes,
|
||||
transforms: {
|
||||
from: [
|
||||
|
|
|
@ -16,11 +16,6 @@
|
|||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"isPreview": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"className": {
|
||||
"type": "string",
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
"inserter": false,
|
||||
"lock": false
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"isPreview": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"className": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue