imagecache_external.settings.yml in Imagecache External 8
config/install/imagecache_external.settings.yml
5 string references to 'imagecache_external.settings'
- imagecache_external_config in ./
imagecache_external.module - Helper function that returns a config object for imagecache_external.
- imagecache_external_requirements in ./
imagecache_external.install - Implements hook_requirements().
- imagecache_external_update_8101 in ./
imagecache_external.install - Add imagecache_external_batch_flush_limit to the default configuration.
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
config/install/imagecache_external.settings.ymlView source
- imagecache_directory: 'externals'
- imagecache_default_extension: '.jpg'
- imagecache_external_batch_flush_limit: 1000
- imagecache_external_hosts: ''
- imagecache_external_management: 'unmanaged'
- imagecache_external_use_whitelist: TRUE
- imagecache_fallback_image: ''
- imagecache_external_allowed_mimetypes:
- - image/jpg
- - image/jpg;charset=utf-8
- - image/jpeg
- - image/jpeg;charset=utf-8
- - image/png
- - image/png;charset=utf-8
- - image/gif
- - image/gif;charset=utf-8
- - application/octet-stream
- - application/octet-stream;charset=utf-8
- - binary/octet-stream
- imagecache_external_cron_flush_frequency: 0