Set block "pretty" status in site config

Setting pretty: true for blocks isn’t working at the site/config level. Is that not an option yet or am I doing it wrong?

// site/config/config.php

return [
  ...
  'blocks' => [
    'pretty' => true
  ],
  ...
]

No, such an option doesn’t exist.

1 Like