mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-03 06:44:03 +01:00
* fix phpstan "Implicit array creation" in plugin config files * update minimal "roundcube/plugin-installer" version
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
<?php
|
|
|
|
$config = [];
|
|
|
|
// Enable emoticons in plain text messages preview
|
|
$config['emoticons_display'] = false;
|
|
|
|
// Enable emoticons in compose editor (HTML)
|
|
$config['emoticons_compose'] = true;
|