Releases: medienbaecker/kirby-modules
2.0.1
Fixes overwriting the headline
and empty
parameters for the modules section while still displaying the English fallback for untranslated languages.
Kirby Modules 2.0
New Features 🎉
📁 Put module blueprints and templates in separate folders inside site/modules
to easily reuse and share them
💡 Preview draft modules on their respective pages with the native token you get via the panel preview link
🚀 Autopublish modules
🧠 Custom global module models
🌐 Globally translatable headline
and empty
options
⏪ Backwards compatibility for old modules in site/snippets/modules
and site/blueprints/pages
Contributors
Thanks to @iskrisis and @pedroborges for the ideas and pull requests ❤️
0.7.0
0.6.3
There were some additional changes in Kirby 3.4 that prevented the plugin from automatically creating the modules
container. It's now fixed.
0.6.2
This release should fix overwriting the parent of a modules section.
0.6.1
Kirby Modules 0.6
The hidden modules page bug is now finally fixed 🎊
When navigating to the (otherwise hidden) modules container page, you will now be automatically redirected to the actual parent page.
Kirby Modules 0.5.1
I added a link to the parent page in the modules container blueprint. It's still not possible to redirect to the parent page automatically. With this link it's just one click, though.
Kirby Modules 0.5
Kirby Modules 0.4
The modules container will now be automatically created on every page visit with a modules section. This way you don't have to add the modules container manually or create pages to trigger the hook. Thanks a lot to @nilshoerrmann ❤️