',
'filter_html_help' => 1,
'filter_html_nofollow' => 0,
),
),
);
filter_format_save($format);
db_insert('wysiwyg')->fields(array(
'format' => 'restricted_with_editor',
'editor' => 'unicorn',
'settings' => serialize(array(
'default' => 1,
)),
))->execute();
$format = new stdClass();
$format->format = 'restricted_plus_dangerous_tag_with_editor';
$format->name = 'Restricted HTML, dangerous tag allowed, with text editor';
$format->filters = array(
'filter_html' => array(
'status' => 1,
'settings' => array(
'allowed_html' => '