Skip to content

Kirby Modules 2.5.0

Compare
Choose a tag to compare
@medienbaecker medienbaecker released this 23 Jan 12:47
· 31 commits to master since this release

After a great discussion with @nilshoerrmann I decided to allow an additional folder structure for modules blueprints and templates:

Blueprint in site/blueprints/modules/example.yml
Template in site/snippets/modules/example.php

Before you had to use this folder structure:

Blueprint in site/modules/example/example.yml
Template in site/modules/example/example.php

And there's also the legacy way of doing it:

Blueprint in site/blueprints/pages/module.example.yml
Template in site/snippets/modules/module.example.php

The latter now throws a deprecation message.