GetSimple Support Forum
QUESTION gsconfig.php changes for 3.3.19 CE? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: QUESTION gsconfig.php changes for 3.3.19 CE? (/showthread.php?tid=17464)



gsconfig.php changes for 3.3.19 CE? - Hypertexter - 2024-10-09

Hello!


My website is on Getsimple version 3.3.18 CE.




On the page https://getsimple-ce.ovh/download/ I get the advice:




Quote:New as of v3.3.19.1

Manually update your existing "gsconfig.php" with the following:

Add New:

# Login Page Default Language; $LANG = 'en_EN'; // es_ES, pl_PL, de_DE, uk_UK, etc.
# Sort admin page list by title or menu define('GSSORTPAGELISTBY','menu');

Replace section:

# WYSIWYG editor height (default 500)
# define('GSEDITORHEIGHT', '400');
# WYSIWYG toolbars (advanced, basic or [custom config])
# define('GSEDITORTOOL', 'advanced');
# WYSIWYG editor language (default en)
# define('GSEDITORLANG', 'en');
# WYSIWYG Editor Options # define('GSEDITOROPTIONS', '');

With updated:

# WYSIWYG editor height (default 500)
# define('GSEDITORHEIGHT', '400');
# WYSIWYG editor language (default en)
# define('GSEDITORLANG', 'en');
# WYSIWYG toolbars (advanced, basic, CEbar, island or [custom config])
define('GSEDITORTOOL', "CEbar");
# WYSIWYG Editor Options define('GSEDITOROPTIONS', ' extraPlugins:"fontawesome5,youtube,codemirror,cmsgrid,colorbutton,
oembed,simplebutton,spacingsliders", disableNativeSpellChecker : false, forcePasteAsPlainText : true ');



What is the reason for that? And what effect should it bring, since every line is commented out?




Thank you!



Hypertexter