A block for creating item-by-item timelines
You can configure the block defaults and available toggles using
wp.domReady( () => {
wp.hooks.addFilter( 'teft-accordion-config', 'teft', config => {
return config;
}, 1 )
} );
inside of your theme editor js.
innerBlocksTemplate
array - Toggles the default blocks added automatically to a new banner.
default
[
[ 'core/heading', {
level: 3,
} ],
]
innerBlocksTemplate
array - Toggles the block types allowed inside of a banner. o
default
false //all blocks are allowed