Support

Account

Home Forums Gutenberg ACF Block – Spacing settings don't work properly

Unread

ACF Block – Spacing settings don't work properly

  • Hi, I registerd my ACF Block with custom supports array:

                    'supports' => array(
                        'jsx' => true,
                        'spacing' => array(
                            'margin' => true,
                            'padding' => true,
                            'blockGap' => true
                        ),
                    ),

    In my admin area, I can see the padding settings. There’s no margin or blockGap settings. Fun fact, when I create theme.json file the fields are shown. So my question is what am I doing wrong or how can I debug this?

    My setup:
    theme: timberland
    acf version: PRO 5.12.2
    wp version: 6.0.1

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.