Thanks so much for your continued help on this, honestly I'm feeling pretty dumb it's been an issue for me.
My YAML file has this code in it and I've made sure there's no tabs and only spaces:
Code:
form_setup:
title:
class: TextBox
content:
class: Editor
attributes:
rows:20
cols:100
params:
theme: advanced
theme_advanced_toolbar_location : top
theme_advanced_toolbar_align: left
Now the only error I'm getting is the plugin not found error and I think that's because my path is somehow not set right. In the editor.php file I have:
Which tells me it can't find the file. My tinymce is in codex/assets/js/tiny_mce/ but I haven't seen anywhere to set the base_url and I'm wondering if that's it.