-
- {
- __( 'Make those features to be shown by default in Block Tools.', 'otter-blocks' )
- }
-
-
- {
- 'loading' === status && (
-
-
- { __( 'Checking optional module...', 'otter-blocks' ) }
-
- )
- }
-
- {
- enabledModules?.css && (
-
- updatedWithStatus( dispatch( 'core/preferences' )?.set( 'themeisle/otter-blocks', 'show-custom-css', value ) )}
- />
-
- )
- }
-
- {
- enabledModules?.animation && (
-
- updatedWithStatus( dispatch( 'core/preferences' )?.set( 'themeisle/otter-blocks', 'show-animations', value ) )}
- />
-
- )
- }
-
- {
- enabledModules?.condition && (
-
- updatedWithStatus( dispatch( 'core/preferences' )?.set( 'themeisle/otter-blocks', 'show-block-conditions', value ) )}
- />
-
- )
- }
-
-
-