Teft Steps Block

A block for creating step-by-step timelines

Block options

You can configure the block defaults and available toggles using

wp.domReady( () => {
	wp.hooks.addFilter( 'teft-steps-config', 'teft', config => {
		return config;
	}, 1 )
} );

inside of your theme editor js.

Available options

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

Potential improvements