Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION gsconfig.php changes for 3.3.19 CE?
#1
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
Reply


Messages In This Thread
gsconfig.php changes for 3.3.19 CE? - by Hypertexter - 2024-10-09, 19:08:36



Users browsing this thread: 1 Guest(s)