Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bastibuck/contao-article-as-module

Use articles as modules in Contao Open Source CMS
https://github.com/bastibuck/contao-article-as-module

Last synced: about 1 month ago
JSON representation

Use articles as modules in Contao Open Source CMS

Awesome Lists containing this project

README

        

# Contao: Article as Module

[![Latest Stable Version](https://poser.pugx.org/bastibuck/contao-article-as-module/v/stable)](https://packagist.org/packages/bastibuck/contao-article-as-module)
[![Total Downloads](https://poser.pugx.org/bastibuck/contao-article-as-module/downloads)](https://packagist.org/packages/bastibuck/contao-article-as-module)
[![License](https://poser.pugx.org/bastibuck/contao-article-as-module/license)](https://packagist.org/packages/bastibuck/contao-article-as-module)

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