diff --git a/src/welcome/admin.js b/src/welcome/admin.js index cdaa79ece..7b5d9840c 100644 --- a/src/welcome/admin.js +++ b/src/welcome/admin.js @@ -668,8 +668,8 @@ const EditorSettings = props => {
{ blocks.children.length > 0 &&
-

{ __( 'Blocks', i18n ) }

-

{ __( 'You can customize the behavior of some blocks here.', i18n ) }

+

{ __( 'Block Widths', i18n ) }

+

{ __( 'Adjust the width of Stackable blocks here.', i18n ) }

{ } } help={ __( 'The width used when a Columns block has its Content Width set to wide. This is automatically detected from your theme. You can adjust it if your blocks are not aligned correctly. In px, you can also use other units or use a calc() formula.', i18n ) } /> +
+ } + { editor.children.length > 0 && +
+

{ __( 'Editor', i18n ) }

+

{ __( 'You can customize some of the features and behavior of Stackable in the editor here.' ) }

{ } } help={ __( 'If enabled, Stackable Text blocks will be added by default instead of the native Paragraph Block.', i18n ) } /> -
- } - { editor.children.length > 0 && -
-

{ __( 'Editor', i18n ) }

-

{ __( 'You can customize some of the features and behavior of Stackable in the editor here.' ) }

{ onChange={ value => { handleSettingsChange( { stackable_enable_design_library: value } ) // eslint-disable-line camelcase } } - help={ __( 'Adds a button on the top of the editor which gives access to a collection of pre-made block designs.', i18n ) } + help={ __( 'Adds a button on the top of the editor which gives access to a collection of pre-made block designs. Note: You can still access the Design Library by adding the Design Library block.', i18n ) } /> { onChange={ value => { handleSettingsChange( { stackable_enable_global_settings: value } ) // eslint-disable-line camelcase } } - help={ __( 'Adds a button on the top of the editor which gives access to Stackable settings.', i18n ) } + help={ __( 'Adds a button on the top of the editor which gives access to Stackable settings. Note: You won\'t be able to access Stackable settings when this is disabled.', i18n ) } /> { onChange={ value => { handleSettingsChange( { stackable_enable_dynamic_content: value } ) // eslint-disable-line camelcase } } - help={ __( 'Adds a toolbar button for inserting dynamic content', i18n ) } + help={ __( 'Adds a toolbar button for inserting and modifying dynamic content', i18n ) } /> { onChange={ value => { handleSettingsChange( { stackable_enable_copy_paste_styles: value } ) // eslint-disable-line camelcase } } - help={ __( 'Adds a toolbar button for copying and pasting block styles', i18n ) } + help={ __( 'Adds a toolbar button for advanced copying and pasting block styles', i18n ) } /> { { optimizations.children.length > 0 &&

{ __( 'Optimizations', i18n ) }

+

{ __( 'Here you can adjust some optimization settings that are performed by Stackable.', i18n ) }

{ { globalSettings.children.length > 0 &&

{ __( 'Global Settings', i18n ) }

+

{ __( 'Here you can tweak Global Settings that affect the styles across your entire site.', i18n ) }

{ { props.integrations.children.length > 0 &&

{ __( 'Integrations', i18n ) }

+

{ __( 'Here are settings for the different integrations available in Stackable.', i18n ) }

{ { miscellaneous.children.length > 0 &&

{ __( 'Miscellaneous', i18n ) }

+

{ __( 'Below are other minor settings. Some may be useful when upgrading from older versions of Stackable.', i18n ) }

{ showProNoticesOption &&