'bloghive-boxshadow', 'label' => __('Box Shadow', 'bloghive') ) ); register_block_style( 'core/column', array( 'name' => 'bloghive-boxshadow', 'label' => __('Box Shadow', 'bloghive') ) ); register_block_style( 'core/column', array( 'name' => 'bloghive-boxshadow-medium', 'label' => __('Box Shadow Medium', 'bloghive') ) ); register_block_style( 'core/column', array( 'name' => 'bloghive-boxshadow-large', 'label' => __('Box Shadow Large', 'bloghive') ) ); register_block_style( 'core/group', array( 'name' => 'bloghive-boxshadow', 'label' => __('Box Shadow', 'bloghive') ) ); register_block_style( 'core/group', array( 'name' => 'bloghive-boxshadow-medium', 'label' => __('Box Shadow Medium', 'bloghive') ) ); register_block_style( 'core/group', array( 'name' => 'bloghive-boxshadow-large', 'label' => __('Box Shadow Larger', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-boxshadow', 'label' => __('Box Shadow', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-boxshadow-medium', 'label' => __('Box Shadow Medium', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-boxshadow-larger', 'label' => __('Box Shadow Large', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-image-pulse', 'label' => __('Image Pulse Effect', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-boxshadow-hover', 'label' => __('Box Shadow on Hover', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-image-hover-pulse', 'label' => __('Hover Pulse Effect', 'bloghive') ) ); register_block_style( 'core/image', array( 'name' => 'bloghive-image-hover-rotate', 'label' => __('Hover Rotate Effect', 'bloghive') ) ); register_block_style( 'core/columns', array( 'name' => 'bloghive-boxshadow-hover', 'label' => __('Box Shadow on Hover', 'bloghive') ) ); register_block_style( 'core/column', array( 'name' => 'bloghive-boxshadow-hover', 'label' => __('Box Shadow on Hover', 'bloghive') ) ); register_block_style( 'core/group', array( 'name' => 'bloghive-boxshadow-hover', 'label' => __('Box Shadow on Hover', 'bloghive') ) ); register_block_style( 'core/post-terms', array( 'name' => 'categories-background-with-round', 'label' => __('Background Color', 'bloghive') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-primary-color', 'label' => __('Hover: Primary Color', 'bloghive') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-secondary-color', 'label' => __('Hover: Secondary Color', 'bloghive') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-primary-bgcolor', 'label' => __('Hover: Primary color fill', 'bloghive') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-secondary-bgcolor', 'label' => __('Hover: Secondary color fill', 'bloghive') ) ); register_block_style( 'core/button', array( 'name' => 'button-hover-white-bgcolor', 'label' => __('Hover: White color fill', 'bloghive') ) ); register_block_style( 'core/read-more', array( 'name' => 'readmore-hover-primary-color', 'label' => __('Hover: Primary Color', 'bloghive') ) ); register_block_style( 'core/read-more', array( 'name' => 'readmore-hover-secondary-color', 'label' => __('Hover: Secondary Color', 'bloghive') ) ); register_block_style( 'core/read-more', array( 'name' => 'readmore-hover-primary-fill', 'label' => __('Hover: Primary Fill', 'bloghive') ) ); register_block_style( 'core/read-more', array( 'name' => 'readmore-hover-secondary-fill', 'label' => __('Hover: secondary Fill', 'bloghive') ) ); register_block_style( 'core/list', array( 'name' => 'list-style-no-bullet', 'label' => __('Hide bullet', 'bloghive') ) ); register_block_style( 'core/gallery', array( 'name' => 'enable-grayscale-mode-on-image', 'label' => __('Enable Grayscale Mode on Image', 'bloghive') ) ); register_block_style( 'core/social-links', array( 'name' => 'social-icon-size-small', 'label' => __('Small Size', 'bloghive') ) ); register_block_style( 'core/social-links', array( 'name' => 'social-icon-size-large', 'label' => __('Large Size', 'bloghive') ) ); register_block_style( 'core/page-list', array( 'name' => 'bloghive-page-list-bullet-hide-style', 'label' => __('Hide Bullet Style', 'bloghive') ) ); register_block_style( 'core/page-list', array( 'name' => 'bloghive-page-list-bullet-hide-style-white-color', 'label' => __('Hide Bullet Style with White Text Color', 'bloghive') ) ); register_block_style( 'core/categories', array( 'name' => 'bloghive-categories-bullet-hide-style', 'label' => __('Hide Bullet Style', 'bloghive') ) ); register_block_style( 'core/categories', array( 'name' => 'bloghive-categories-bullet-hide-style-white-color', 'label' => __('Hide Bullet Style with Text color White', 'bloghive') ) ); } add_action('init', 'bloghive_register_block_style'); endif;