@Jeremy P When using the editor to change the color of the text I get this output form the editor:
Is there another step to include in the controller for it to spit out the text in color?
Thanks,
CipherX
@Jeremy P I get the editor to show in the template. But I get this error message when hitting submit:
Oops! We ran into some problems.
Please enter a value for the required field 'message'.
What required field is it looking for?
Thanks,
CipherX
I am building an addon that uses widgets. I have my admin page pulling all the widgets. Now I want to just get the custom widgets to display. Where in my code did I got wrong?
public function actionIndex($positions)
{
$widgetRepo = $this->getWidgetRepo();
$widgetsFinder =...