WooCommerce Code Reference

BlockContainerInterface extends BlockInterface, ContainerInterface

Removed block templates block container interface.

Tags
deprecated
10.9.0

Block template extension APIs were deprecated. The block templates API was removed in 11.0.0 with no replacement.

Table of Contents

ATTRIBUTES_KEY  = 'attributes'
Key for the block attributes in the block configuration.
DISABLE_CONDITIONS_KEY  = 'disableConditions'
Key for the block disable conditions in the block configuration.
HIDE_CONDITIONS_KEY  = 'hideConditions'
Key for the block hide conditions in the block configuration.
ID_KEY  = 'id'
Key for the block ID in the block configuration.
NAME_KEY  = 'blockName'
Key for the block name in the block configuration.
ORDER_KEY  = 'order'
Key for the internal order in the block configuration.

Constants