clicksolutions / contao-copyright
Copyrights for images for Contao 5.3+
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.2
- contao/core-bundle: ^5.3
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-11-10 14:50:11 UTC
README
This bundle provides a solution to handle image copyrights. This bundle adds:
- 2 additional meta wizard fields on edit files
- a list module for filled copyrights
- 2 new image templates as replacement for the default image template
Installation
Install the bundle via Composer:
composer require clicksolutions/contao-copyright
Tip
Derive a template from content_element/image/copyright
or content_element/image/copyright_compact
and rename it to content_element/image
. This will overwrite the default image template. So the feature is taken place on every image.