BeaconCMS / beacon

Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.

Home Page:https://beaconcms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validate snippets content

leandrocp opened this issue · comments

Adding an invalid snippet in a page, for eg in meta tags cause the page to fail at runtime due to the lazy evaluation done only after requesting a page.

We should better validate the content before saving any resource that contains snippets.

Duplicate of #450