Frontend module for Contao that outputs the published content elements of a selected article.
Designed for theme- and template-driven setups (e.g. predefined layout blocks), where structure is handled by the theme and content is managed via Contao articles.
Backend → Themes → Frontend Modules
- Create a new frontend module
- Select module type: Article Insert
- Select a page (used to scope the article selection)
- Save the module (required to populate the article list)
- Select the article
- Place the module in a layout section or template slot
Note: In Contao 4.13, dependent select fields require a save/reload step. This extension intentionally avoids Ajax to keep the implementation stable and predictable.
mod_article_insert.html5
Add the repository to your Contao project composer.json (root of the Contao installation):
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/vtxm-h/article-insert"
}
]
}Installation
composer require vtxm-h/article-insertContao 4.13 PHP 8.0+
MIT