Product Gallery: Lock the Sale Badge and the Next/Prev Buttons (https://github.com/woocommerce/woocommerce-blocks/pull/10869)
* Fix "On sale" badge class for shop * Add class to sale badge * Apply styleProps.styles to elements using them * Product Gallery: Lock the Sale Badge and the Next/Prev Buttons
This commit is contained in:
parent
48650a8655
commit
75bba1d55d
|
@ -61,6 +61,7 @@ const TEMPLATE: InnerBlockTemplate[] = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
lock: { move: true },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
@ -70,6 +71,7 @@ const TEMPLATE: InnerBlockTemplate[] = [
|
||||||
type: 'flex',
|
type: 'flex',
|
||||||
verticalAlignment: 'bottom',
|
verticalAlignment: 'bottom',
|
||||||
},
|
},
|
||||||
|
lock: { move: true, remove: true },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue