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

Revision 640, 0.6 kB (checked in by fumiakiy, 19 months ago)

Initial checkin of the EmoticonButton? plugin, which adds Emoticon/Emoji button to the wysiwyg editor of Movable Type 4.

Line 
1name: EmoticonButton
2id: emoticonbutton
3version: 1.0
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.