Skip to content

2.0.10

Latest

Choose a tag to compare

@rhukster rhukster released this 10 Jul 00:29
b2281f5

Bugfix

  • A partial system.pages.process override in user/config/system.yaml (for example setting only twig: false) no longer silently turns off Markdown and leaves every page rendering its raw source. Because pages.process is a single field in the blueprint, a partial override replaced the whole map and dropped the default markdown: true; core now re-applies that default, so an affected site recovers on update with no change to its config. An explicit markdown: false is still honored.