extras-evolution / multiTV

Custom TV for Evolution CMS: Transform a template variables into a sortable multi item list for the Evolution content management framework
8 stars 23 forks source link

Richtext fixes #20

Closed mnoskov closed 6 years ago

fourroses666 commented 6 years ago

Coincidental I was looking for richtext for multiTV and saw this pull request.

I haven't used Richtext before so don't know about the fixes, but tested this pull and it worked (on an install version 1.2.1)

Just needed to use these settings;

   'richtext' => array(
        'caption' => 'Tekstveld',
        'type' => 'richtext',
        'theme' => 'mini'
    )

Would be cool if the icons could be on 1 row and Insert Link could be added to the richtext mini theme.

mnoskov commented 6 years ago

It's not multiTV issue, theme "mini" can be modified here - https://github.com/evolution-cms/evolution/blob/develop/assets/plugins/tinymce4/theme/theme.tinymce4.mini.inc.php

mnoskov commented 6 years ago

I agree, minitheme can be more mini, in one row

fourroses666 commented 6 years ago

Thanks for pointing the location. 👍

And the html icon <> when you paste wrong html. At default these icons added would be great.

https://github.com/evolution-cms/evolution/issues/395