You are here

constant INSERT_DEFAULT_SETTINGS in Insert 8.2

Same name and namespace in other branches
  1. 7 insert.module \INSERT_DEFAULT_SETTINGS
1 use of INSERT_DEFAULT_SETTINGS
_insert_settings in ./insert.module

File

./insert.module, line 23

Code

const INSERT_DEFAULT_SETTINGS = [
  'styles' => [],
  'default' => 'insert__auto',
  'auto_image_style' => 'image',
  'link_image' => NULL,
  'caption' => FALSE,
  'width' => '',
  'align' => FALSE,
  'rotate' => FALSE,
];