'Wordpress: Disable align for core/columns block in theme.json

I want to completely disable align (wide and full) options and anchor from columns core block in theme.json. My code now looks like this:

{
    "version": 1,
    "settings": {
      "blocks": {
          "core/columns":{
            "align": false,
            "anchor: false
          }
       }
    }
}

I was trying many things, but nothings works. Is it possible to do it?



Solution 1:[1]

No, this is not possible to do with theme.json yet. Theme.json reference

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Carolina Nymark