Jiri Kubak
Hi guys,
if i can use CKeditor for additional fields in static pages (e.g. viewBag[right_text]) i have fixed this:
Wysiwyg.php - line 25:
$this->vars['value'] = $this->model->{$this->fieldName};
but OctoberCMS widget using this:
$this->vars['value'] = $this->getLoadValue();
Last updated
barry.watts11046
Hi, I finally worked out what issue this resolves. It resolves the issue where the editor does not reload any saved content. When this line is changed then it fixes the issue
Pixel Power Haus
Perfect! If you're having trouble with placeholders saving/loading, this is your fix.
Last updated
1-3 of 3