array (
'name' => 'Default',
'pages' => 'node/*
comment/*',
'excludes' => 'edit-log',
'iconpath' => '%BUEDITOR/icons',
'spriteon' => '1',
'buttons' =>
array (
0 =>
array (
'title' => 'Insert/edit image',
'content' => 'js:
var form = [
{name: \'src\', title: \'Image URL\', required: true, suffix: E.imce.button(\'attr_src\')},
{name: \'width\', title: \'Width x Height\', suffix: \' x \', getnext: true, attributes: {size: 3}},
{name: \'height\', attributes: {size: 3}},
{name: \'alt\', title: \'Alternative text\', required: true}
];
E.tagDialog(\'img\', form, {title: \'Insert/edit image\'});',
'icon' => 'image.png',
'accesskey' => 'M',
'weight' => '0',
),
1 =>
array (
'title' => 'Insert/edit link',
'content' => 'js:
var form = [
{name: \'href\', title: \'Link URL\', required: true, suffix: E.imce.button(\'attr_href\')},
{name: \'html\', title: \'Link text\'},
{name: \'title\', title: \'Link title\'}
];
E.tagDialog(\'a\', form, {title: \'Insert/edit link\'});',
'icon' => 'link.png',
'accesskey' => 'L',
'weight' => '1',
),
2 =>
array (
'title' => 'tpl:dot',
'content' => '',
'icon' => 'dot.png',
'accesskey' => '',
'weight' => '2',
),
3 =>
array (
'title' => 'Bold',
'content' => '%TEXT%',
'icon' => 'bold.png',
'accesskey' => 'B',
'weight' => '3',
),
4 =>
array (
'title' => 'Italic',
'content' => '%TEXT%',
'icon' => 'italic.png',
'accesskey' => 'I',
'weight' => '4',
),
5 =>
array (
'title' => 'Underline',
'content' => '%TEXT%',
'icon' => 'underline.png',
'accesskey' => 'U',
'weight' => '5',
),
6 =>
array (
'title' => 'Strikethrough',
'content' => '%TEXT%',
'icon' => 'strike.png',
'accesskey' => 'S',
'weight' => '6',
),
7 =>
array (
'title' => 'tpl:dot',
'content' => '',
'icon' => 'dot.png',
'accesskey' => '',
'weight' => '7',
),
8 =>
array (
'title' => 'Ordered list. Converts selected lines to a numbered list.',
'content' => 'js: E.wrapLines(\'
%TEXT%', 'icon' => 'quote.png', 'accesskey' => 'Q', 'weight' => '12', ), 13 => array ( 'title' => 'Code', 'content' => '
%TEXT%
',
'icon' => 'code.png',
'accesskey' => 'D',
'weight' => '13',
),
14 =>
array (
'title' => 'tpl:dot',
'content' => '',
'icon' => 'dot.png',
'accesskey' => '',
'weight' => '14',
),
15 =>
array (
'title' => 'Teaser break',
'content' => '',
'icon' => 'teaserbr.png',
'accesskey' => 'T',
'weight' => '15',
),
16 =>
array (
'title' => 'Preview',
'content' => 'js: E.prv();',
'icon' => 'preview.png',
'accesskey' => 'P',
'weight' => '16',
),
17 =>
array (
'title' => 'Help',
'content' => 'js: E.help(\'fadeIn\');',
'icon' => 'help.png',
'accesskey' => '1',
'weight' => '17',
),
),
'icons' =>
array (
),
'library' =>
array (
'%BUEDITOR/library/bue.min.default.js' => '',
),
)