root/trunk/EmoticonButton/plugins/EmoticonButton/config.yaml @ 886

Revision 886, 0.6 kB (checked in by fumiakiy, 16 months ago)

Handle the result of regex.replace right to avoid empty images to be embedded. Thanks Makoto Tajima/M-logic for the bug report.

Line 
1name: EmoticonButton
2id: emoticonbutton
3version: 1.1
4author: Fumiaki Yoshimatsu, Six Apart K.K.
5author_url: http://www.luckypines.com/mt/
6description: Add a button to insert emoticons to the default richtext editor.  Emoticon graphics are from typecasemobile.
7
8callbacks:
9    MT::App::CMS::template_source.archetype_editor: $emoticonbutton::EmoticonButton::Plugin::inject_button_src
10    MT::App::CMS::template_param.edit_entry: $emoticonbutton::EmoticonButton::Plugin::inject_button_param
11    MT::Entry::post_load: $emoticonbutton::EmoticonButton::Plugin::entry_loaded
Note: See TracBrowser for help on using the browser.