You are here

constant INSERT_DEFAULT_SETTINGS in Insert 7

Same name and namespace in other branches
  1. 8.2 insert.module \INSERT_DEFAULT_SETTINGS
1 use of INSERT_DEFAULT_SETTINGS
insert_field_widget_settings_form in ./insert.module
Configuration form for editing insert settings for a field instance.

File

./insert.module, line 20
Allows insertion of files, images, and other media directly into the body field by using an "Insert" button next to the uploaded file.

Code

define("INSERT_DEFAULT_SETTINGS", serialize(array(
  'insert' => 0,
  'insert_absolute' => FALSE,
  'insert_styles' => array(
    'auto',
  ),
  'insert_default' => array(
    'auto',
  ),
  'insert_class' => '',
  'insert_width' => '',
)));