de-swebhosting-typo3-extension / fal-dummy
FAL dummy image driver
Installs: 2 238
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=5.6.0
- typo3/cms-core: ^8.7.55|^9.5.44
Replaces
- typo3-ter/fal-dummy: v1.0.0
README
fal_dummy is a TYPO3 Extension that provides a dummy image driver the TYPO3 File Abstraction Layer (FAL).
What is it good for?
This driver can be used in development or testing systems where you want to use the contents from the live system but you do not want to copy all the images.
The driver will use a placeholder service (like http://placehold.it/) to generate images in the expected sizes.
How to use it
- Install the Extension (just clone it, not yet in TER)
- Configure your preferred placeholder service in the Extension configuration
- Set the driver of your storage(s) to "Dummy"
- Clear the sys_file_processedfile and remove all files from the processed/ directories.
Now all images that are not available in the storage (normally they would be marked as "missing") will be replaced with images from the placeholder service.