fritzmg / contao-inherit-article
Extension to allow inheritable page articles within Contao.
Fund package maintenance!
fritzmg
Installs: 1 189
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=7.1
- contao/core-bundle: ^4.4 || ^5.0
- doctrine/dbal: ^2.11 || ^3.0
- symfony/config: ^3.4 || ^4.4 || ^5.1 || ^6.0
- symfony/dependency-injection: ^3.4 || ^4.4 || ^5.1 || ^6.0
- symfony/http-kernel: ^3.4 || ^4.4 || ^5.1 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.0
- friendsofphp/php-cs-fixer: ^2.16 || ^3.0
README
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.
Note: this will not affect article teasers currently.