javascript – Gutenberg core/file add style support in js/ json

Question

I try add style support for file block in gutenberg.

my code work for UL/li list:

wp.blocks.registerBlockStyle('core/list', {
    name: 'blue-circle',
    label: 'Blue Circle',
});

I try add:

wp.blocks.registerBlockStyle('core/file', {
    name: 'test-inline',
    label: 'test-inline',
});

no work for file block.
Anyone know how I can add support for file block? on the core HTML block?

Thanks!

0
user3044800 1 month 2023-02-20T07:24:11-05:00 0 Answers 0 views 0

Leave an answer

Browse
Browse