You are here

constant WIDGETS_STORAGE_EDITABLE in Widgets 7

Widget set constant to represent an editable preset.

2 uses of WIDGETS_STORAGE_EDITABLE
widgets_menu in ./widgets.module
Implements hook_menu().
widgets_set_form in ./widgets.admin.inc
Form builder; Edit an widget set name and elements order.

File

./widgets.module, line 26
Exposes global functionality for creating widget sets.

Code

define('WIDGETS_STORAGE_EDITABLE', WIDGETS_STORAGE_NORMAL | WIDGETS_STORAGE_OVERRIDE);