qbus / contao-wrapper-relation-bundle
Make Contao content elements "know" their surrounding wrapper.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.6.0
- contao/core-bundle: ^4.4.0
- doctrine/dbal: ^2.11 || ^3.3
This package is auto-updated.
Last update: 2023-11-23 17:12:41 UTC
README
This is an extension for Contao that stores a content element's closest wrapper's id in the element's properties. It does so by adding a field wrapperId
to tl_content
and using DataContainer callbacks to set/update the relations.