2017 © Pedro Peláez
 

typo3-cms-extension fal-dummy

FAL dummy image driver

image

de-swebhosting-typo3-extension/fal-dummy

FAL dummy image driver

  • Monday, December 4, 2017
  • by astehlik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 821 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Dummy image TYPO3 FAL driver

fal_dummy is a TYPO3 Extension that provides a dummy image driver the TYPO3 File Abstraction Layer (FAL)., (*1)

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., (*2)

The driver will use a placeholder service (like http://placehold.it/) to generate images in the expected sizes., (*3)

How to use it

  1. Install the Extension (just clone it, not yet in TER)
  2. Configure your preferred placeholder service in the Extension configuration
  3. Set the driver of your storage(s) to "Dummy"
  4. 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., (*4)

The Versions

04/12 2017

dev-master

9999999-dev

FAL dummy image driver

  Sources   Download

GPL-3.0+

The Requires