'3col-list', 'label' => esc_html__( '3 Column List', 'aino' ), ) ); // Image with light border register_block_style( 'core/image', array( 'name' => 'border-light', 'label' => esc_html__( 'Border Light', 'aino' ), ) ); // Image with dark border register_block_style( 'core/image', array( 'name' => 'border-dark', 'label' => esc_html__( 'Border Dark', 'aino' ), ) ); // Tagcloud as buttons register_block_style( 'core/tag-cloud', array( 'name' => 'btn', 'label' => esc_html__( 'Tagcloud with buttons', 'aino' ), ) ); // Categories as buttons register_block_style( 'core/categories', array( 'name' => 'btn', 'label' => esc_html__( 'Categories as buttons', 'aino' ), ) ); } add_action( 'init', 'aino_register_block_styles' ); }