• Resolved clinthopgood

    (@clinthopgood)


    Hi,

    Thanks for the plugin, it’s just what I was looking for.

    I’m new to the way Gutenburg goes things, so I’m having some difficulty removing the color palette from your columns. I’ve tried this inside a custom plugin:

    wp.blocks.unregisterBlockStyle( 'wp-bootstrap-blocks/column', 'bgColorOptions' );

    Is this on the right tracks, what dependencies do I need in my enqueue?

    Thanks!

    • This topic was modified 5 years, 8 months ago by clinthopgood.
    • This topic was modified 5 years, 8 months ago by clinthopgood.
Viewing 1 replies (of 1 total)
  • Plugin Contributor tschortsch

    (@tschortsch)

    Hi @clinthopgood. Right now there is no proper way to disable the background color options in the column block. We can provide a filter to disable this option in a future version of the plugin. Your solution sadly doesn’t work since we didn’t use the block style feature from Gutenberg itself to implement the background colors.

Viewing 1 replies (of 1 total)
  • The topic ‘Modifying Options’ is closed to new replies.