Disable the vue template compiler

Maybe that part could find a way to the docu for the config? :slight_smile:

// `/site/config/config.php`
return [
  'panel' => [
    'vue' => [
      'compiler' => false
    ]
  ]
];

Or maye on that page โ†’ Secure your project | Kirby CMS

I just found the code on the github releases page.

You are totally right. Iโ€™ve just added it to the options reference: panel | Kirby CMS

1 Like