Files
roundcubemail/plugins/emoticons/config.inc.php.dist
Aleksander Machniak a63f14ec40 Emoticons-related code refactoring
- Emoticons: All emoticons-related functionality is handled by the plugin now
- Emoticons: Added option to switch on/off emoticons in compose editor (#1485732)
- Emoticons: Added option to switch on/off emoticons in plain text messages
- Plugin API: Added disabled_plugins an disabled_buttons options in html_editor hook
- Plugin API: Added html2text hook
2015-08-29 07:52:57 +02:00

8 lines
179 B
Plaintext

<?php
// Enable emoticons in plain text messages preview
$config['emoticons_display'] = false;
// Enable emoticons in compose editor (HTML)
$config['emoticons_compose'] = true;