neve icon indicating copy to clipboard operation
neve copied to clipboard

map neve theme options with otter global defaults

Open selul opened this issue 5 years ago • 0 comments

add_theme_support( 'otter_global_defaults', array(
     'themeisle-blocks/button-group' => array(
          'fontSize' => 20,
          'spacing' => 10,
          'collapse' => 'collapse-tablet'
     )
) );

selul avatar Apr 01 '20 11:04 selul