carsten-walther / image_copyright
Add copyright information of all images to your site
Installs: 558
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 3
Type:typo3-cms-extension
pkg:composer/carsten-walther/image_copyright
Requires
- php: ^8.1 || ^8.2 || ^8.3
- ext-pdo: *
- typo3/cms-backend: ^13.4
- typo3/cms-core: ^13.4
- typo3/cms-extbase: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-frontend: ^13.4
Replaces
- typo3-ter/image_copyright: 13.4.9
README
Add copyright informations of all images to your site.
About the extension
This extension will add copyright information plugins to your TYPO3 website.
How to install?
Just call composer req carsten-walther/image_copyright or install the extension via the extension manager.
How to use it?
Add TypoScript Configuration to your root template. Then add the content element to your page and select needed options.
Configuration
Install image_copyright in your TYPO3 installation. Modify TypoScript settings if needed.
Constants:
plugin.tx_imagecopyright {
settings {
extensions = jpg, jpeg, png, gif
showEmpty = 1
showUsedOnPage = 1
includeFileCollections = 1
globalCopyright = Example Company
}
}
Setup:
plugin.tx_imagecopyright {
settings {
tableFieldConfiguration {
10 {
extension = core
tableName = pages
}
20 {
extension = core
tableName = tt_content
}
30 {
extension = news
tableName = tx_news_domain_model_news
}
}
tableFieldConfigurationForCollections {
10 {
extension = core
tableName = tt_content
fieldName = file_collections
}
}
}
}
Sponsoring
Do you like this extension and do you use it on production environments? Please help me to maintain this extension and become a sponsor.