mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-23 01:02:21 -05:00
Add youtube WYSIWYG button
This commit is contained in:
parent
a7287c3e60
commit
cdb5c890ae
@ -1566,6 +1566,13 @@ function create_control_richedit($editorOptions)
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
$context['bbc_tags'][] = array(
|
$context['bbc_tags'][] = array(
|
||||||
|
array(
|
||||||
|
'image' => 'youtube',
|
||||||
|
'code' => 'youtube',
|
||||||
|
'before' => '[youtube]',
|
||||||
|
'after' => '[/youtube]',
|
||||||
|
'description' => 'YouTube'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'image' => 'flash',
|
'image' => 'flash',
|
||||||
'code' => 'flash',
|
'code' => 'flash',
|
||||||
|
BIN
Themes/core/images/bbc/youtube.gif
Normal file
BIN
Themes/core/images/bbc/youtube.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 676 B |
BIN
Themes/default/images/bbc/youtube.gif
Normal file
BIN
Themes/default/images/bbc/youtube.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 676 B |
Loading…
Reference in New Issue
Block a user