Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fritzmg/contao-inherit-article
Extension to allow inheritable articles in Contao
https://github.com/fritzmg/contao-inherit-article
cms contao contao-module php
Last synced: 3 months ago
JSON representation
Extension to allow inheritable articles in Contao
- Host: GitHub
- URL: https://github.com/fritzmg/contao-inherit-article
- Owner: fritzmg
- License: lgpl-3.0
- Created: 2015-02-07T10:18:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T09:29:16.000Z (about 2 years ago)
- Last Synced: 2024-09-19T21:18:01.397Z (4 months ago)
- Topics: cms, contao, contao-module, php
- Language: PHP
- Homepage:
- Size: 882 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/packagist/v/fritzmg/contao-inherit-article.svg)](https://packagist.org/packages/fritzmg/contao-inherit-article)
[![](https://img.shields.io/packagist/dt/fritzmg/contao-inherit-article.svg)](https://packagist.org/packages/fritzmg/contao-inherit-article)Contao Inherit Article
===================Simple extension to allow inheritable articles within Contao. In each article's settings, you have to option to let it inherit downwards in the page hierarchy of Contao. When enabled, the article will be visible on its parent page and all subpages of that parent.
Since version `1.1.0` you can also optionally set a maximum inheritance level. e.g. a maximum inheritance of `2` means that the article will only be inherited down two levels of the page hierarchy.
Since version `1.2.0` you can also let the inherited article to be added after the other articles. This has changed to a priority setting in version `1.3.0`. A negative priority means, that the inherited article is put after regular ones.
Since version `2.1.0` you are also able to inherit articles that are otherwise unpublished.
![Article settings](https://raw.githubusercontent.com/fritzmg/contao-inherit-article/master/inherit_article.png)
Note: this will not affect article teasers currently.