1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 07:03:06 +02:00

#1775 - Added Rich Textarea (WYSIYWG) for EUF

Initial commit. Needs testing as saving linebreaks is not working properly yet. Perhaps due to filter in /usersettings.php.
This commit is contained in:
Tijn Kuyper
2019-06-08 16:07:36 +02:00
parent f6562ff2a4
commit 4e9bb1ffc0
3 changed files with 32 additions and 24 deletions

View File

@@ -22,6 +22,8 @@ define("UE_LAN_9", "Predefined list");
define("UE_LAN_10", "Checkboxes");
//v2.1.5
define("UE_LAN_13", "Country");
//v2.2.2
define("UE_LAN_14", "Rich Textarea (WYSIWYG)");
// Leave a gap to allow for more field types
define("UE_LAN_21", "Name");