Hello,
I've been struggeling around with filters in Joomla because I need a textarea where a style can be submitted like
The tags are needed for another application. The style gets deleted because the cktextarea of J-Cook has a STRING-Filter by default. If I use a rich editor the filter is RAW (which is what I need, but the tinymce editor cuts those filters too).
Could you please add a filtering option in the database table section instead of setting a filter by default? You can add STRING by default on textarea, but it would be nice to be able to choose RAW, too or an extra option for no-filtering.
Now I would need to override the models/forms/table.xml on new fields.
Thanks!