Can I make a custom field where the field type can be either or 2 options?
Im maintaining a site I didnt build. For blogs the main text field has a type ‘EP Editor’. This is a wysiwyg text editor but I cant find any documentation on it. I need to allow certain html mark up (inline styles and classes are currently being stripped out) but it appears there is no way to do this.
I dont want to change the filed type for this custom field as presumably it will mess up all the existing content. However I do need to change it for new content, so I can use no wysiwyg or a one that allows this markup that I need.
Thanks