inspiredminds / contao-include-info
Contao extension to provide additional info for include elements in the back end.
Fund package maintenance!
fritzmg
Installs: 7 963
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 3
Type:contao-bundle
Requires
- php: >=7.1
- contao/core-bundle: ^4.9 || ^5.0
- doctrine/dbal: ^2.11 || ^3.0
- nyholm/psr7: ^1.2
- symfony/config: ^4.4 || ^5.2 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.2 || ^6.0
- symfony/event-dispatcher: ^4.4 || ^5.2 || ^6.0
- symfony/http-foundation: ^4.4 || ^5.2 || ^6.0
- symfony/http-kernel: ^4.4 || ^5.2 || ^6.0
- symfony/routing: ^4.4 || ^5.2 || ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
README
Contao Include Info
Contao extension to provide additional info for include elements in the back end. It shows the breadcrumb to the page in the site structure where the original article or element is located, as well as the breadcrumbs to all pages where the article or element is also included. It also shows where a Content Element is included on the original Content Element. The info is shown in the Content Element list as well in the editing view of Content Elements and Articles.
Since version 2.0.0
the insert tag index needs to be enabled manually, as insert tag indexing can cause long response times in certain environments with certain Contao instances.
contao_include_info: enable_insert_tag_index: true
Note: this extension requires your database server to have innodb_large_prefix
enabled when running older MySQL/MariaDB versions.