constant STYLES_STORAGE_EDITABLE in Styles 7
Same name and namespace in other branches
- 6.2 includes/styles.variables.inc \STYLES_STORAGE_EDITABLE
- 6 includes/styles.variables.inc \STYLES_STORAGE_EDITABLE
- 7.2 includes/styles.variables.inc \STYLES_STORAGE_EDITABLE
Styles constant to represent an editable preset.
File
- ./
styles.module, line 26 - Bundles similar display formatters together.
Code
define('STYLES_STORAGE_EDITABLE', STYLES_STORAGE_NORMAL | STYLES_STORAGE_OVERRIDE);