inspiredminds / contao-dynamic-ptable-backport
Contao extension to backport the automatic dynamic ptable support from Contao 4.10 and up to Contao 4.9.
Fund package maintenance!
fritzmg
Installs: 334
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.2 || ^8.0
- composer/semver: ^1.0 || ^2.0 || ^3.0
- contao/core-bundle: ^4.9 || ^5.0
- jean85/pretty-package-versions: ^1.5 || ^2.0
- symfony/config: ^4.4 || ^5.2 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.2 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.2 || ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16 || ^3.0
README
This Contao extension backports the support for automatic dynamic parent tables to Contao 4.9. This is a feature that was added to Contao in Contao 4.10 (see this PR). This enables you to utilise tl_content
as the child table for your own table for example, without having to manualy set the ptable
in the DCA of tl_content
dynamically yourself.
Note: this extension won't do anything in Contao 4.10 and higher, but can still be installed in these versions without any issues, so that you can stay compatible with Contao 4.9.