2020-05-07, 16:57:05
(2020-05-07, 03:40:35)mrmagoo Wrote:(2020-05-04, 01:39:43)pablito Wrote: Actually, I found one possibilité : lists are already in the editor.
To have access, to more possibilities of editing :
uncomment in gsconfig.php
# WYSIWYG toolbars (advanced, basic or [custom config])
define('GSEDITORTOOL', 'advanced');
Thanks for the tip...
There are also a few others within the config file too that can help with your content. One of the settings I regularly
uncomment is the following:
Code:
# Enable auto meta descriptions from content excerpts when empty
define('GSAUTOMETAD',true);