+
{ __( 'Block Defaults', i18n ) }
+
{ __( 'Adjust the default behavior of some Stackable blocks.', i18n ) }
+
{
+ handleSettingsChange( { stackable_enable_heading_default_theme_margins_posts: value } ) // eslint-disable-line camelcase
+ } }
+ help={ __( "When enabled, newly added Stackable Heading blocks in Posts will use the theme's default margins automatically. Existing blocks are not affected.", i18n ) }
+ />
+ {
+ handleSettingsChange( { stackable_enable_heading_default_theme_margins_non_posts: value } ) // eslint-disable-line camelcase
+ } }
+ help={ __( "When enabled, newly added Stackable Heading blocks in non-Post content (Pages and custom post types) will use the theme's default margins automatically. Existing blocks are not affected.", i18n ) }
+ />
+ {
+ handleSettingsChange( { stackable_icon_list_block_default_icon: value } ) // eslint-disable-line camelcase
+ } }
+ help={ __( 'Choose the default icon that will be used when adding a new Icon List block.', i18n ) }
+ />
+
+ }
{ ( editor.children === null || editor.children.length > 0 ) &&