kitzberger / sysfile-faker
Creates dummy image files for sys_file records whose files went missing
Installs: 17 365
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
README
Once installed and enabled this TYPO3 extension creates dummy image files (jpg, png, gif, txt, pdf, youtube and vimeo) when trying to read a sys_file_references
in case the referenced sys_file
record lost its file.
(!) Only recommended for development contexts. Don't use this experimental extension on production systems!
Settings
Checking the checkbox enables file faking for missing FAL files.
Specifing a remote host enables remote fetching of the record from said host. If that fails the file faking is next.
Btw.: missing folders will be generated on the fly.
Kudos
Thanks to Alexander Nostadt for their contributions.