clickstorm / cs-file-meta-fill
Automatically generate fluent sys_file_metadata like alternative text
Installs: 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 7.0, < 7.5
- typo3/cms-core: ^10.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nimut/testing-framework: ^1.0 || ^2.0 || ^3.0 || ^4.0
Replaces
- typo3-ter/cs-file-meta-fill: 2.0.0
README
Automatically fills sys_file_metadata from file names.
e.g. filename: product_red_socks.jpg => alt: Product Red Socks
How does it work?
- There is a Hook included which is called every time a file is updated (via Backend) and is missing title or alternative metadata.
- There is a Scheduler Task to batch process file_metadata entries
- It stores the original file names on file uploads and prioritizes these if existent
Usage
- composer req clickstorm/cs-file-meta-fill`
- Activate the extension
- Optionally: Configure the extension via extension settings
- Upload or edit any file
- Close and reopen and see the magic!
More Information
- Changelog - Latest Changes
- TYPO3 Repository - Official download page
- Extension Manual - Official documentation with all features and configurations
- clickstorm Blog - Current information in german