bastibuck / contao-article-as-module
Use articles as modules in Contao Open Source CMS
Installs: 2 065
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 3
Type:contao-module
Requires
- php: >=5.4.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ~3.5 || ~4.1
This package is auto-updated.
Last update: 2024-11-19 23:21:21 UTC
README
This small extension provides a new module type ('Article as module') so you can use articles as module e.g. in your page layout.
Usually you would need to use InsertTags and find the articles ID or alias to do something like this. Now you can simply pick the article you want from a dropdown and the rest will be done automatically.
Features
- New module type: Article as module
- pick your desired article and use the module where ever you want