Image style constant to represent an editable preset.
File
- core/modules/image/image.module, line 41
- Exposes global functionality for creating image styles.
Code
define('IMAGE_STORAGE_EDITABLE', IMAGE_STORAGE_NORMAL | IMAGE_STORAGE_OVERRIDE)
Image style constant to represent an editable preset.
define('IMAGE_STORAGE_EDITABLE', IMAGE_STORAGE_NORMAL | IMAGE_STORAGE_OVERRIDE)
Please login to continue.