Improved the compactcomposer #1498

This commit is contained in:
the-djmaze 2024-04-23 03:17:41 +02:00
parent b4dbf249ee
commit d198ad5a59
4 changed files with 15 additions and 213 deletions

View file

@ -6,15 +6,14 @@ class CompactComposerPlugin extends \RainLoop\Plugins\AbstractPlugin
NAME = 'Compact Composer',
AUTHOR = 'Sergey Mosin',
URL = 'https://github.com/the-djmaze/snappymail/pull/1466',
VERSION = '1.0.3-beta',
RELEASE = '2024-03-19',
VERSION = '1.0.3',
RELEASE = '2024-04-23',
REQUIRED = '2.34.0',
LICENSE = 'AGPL v3',
DESCRIPTION = 'WYSIWYG editor with a compact toolbar';
public function Init(): void
{
// $this->addTemplate('templates/PopupsCompactCompose.html');
$this->addCss('css/composer.css');
$this->addJs('js/squire-raw.js');
$this->addJs('js/parsel.js');