Site logo

Archived topic

Blocks Styles Support

2 replies · Started by Lox on January 2, 2021

Viewing posts 1–3 of 3

Hello,

I am developing a child theme with GP and I am missing block styles.
This doesn't show the styles selection box in Gutenberg:


const { registerBlockStyle } = wp.blocks;
const { __ } = wp.i18n;

registerBlockStyle('generateblocks/headline', {
    name: 'kara-fancy-centered',
    label: __('Kara centered', 'kara'),
    isDefault: true
});

Forget it, it does work.

Glad to hear you resolved the issue.

This archived topic is closed to new replies.