Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bastibuck/contao-article-as-module
- Owner: bastibuck
- License: lgpl-3.0
- Created: 2017-07-01T11:40:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T18:02:19.000Z (over 7 years ago)
- Last Synced: 2024-10-27T04:48:14.559Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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