In CrafterCMS 3, how do I create a filter?

The docs mention site.xml and the configuration fragment with <site> in the root, but site.xml does not seem to exist anymore, and there is no configuration with <site> in its root.

+5
source share
1 answer

In version 3.0, you will have the opportunity to edit site.xml directly from Studio from SiteConfig> Configurations> Engine.

These are the two tickets in which it is developed: https://github.com/craftercms/craftercms/issues/860 https://github.com/craftercms/craftercms/issues/859

+8
source

Source: https://habr.com/ru/post/1268116/


All Articles