thoughtis / cata-co-authors-plus

Common functions, configuration and compatibility fixes for Co-Authors Plus when used in Cata child themes. Not a fork or replacement for CAP.
GNU General Public License v3.0
0 stars 0 forks source link

Allow HTML / RichText editing for Description and Tagline #19

Closed douglas-johnson closed 3 years ago

douglas-johnson commented 3 years ago

Background

On Thought Catalog ( but not the submissions platform profile editor ) we allow HTML in the cap-description and cap-tagline Guest Author meta fields.

The modifications to CAP metaboxes on Thought Catalog make use of auth / nonces above and beyond CAP, which I think might be unnecessary.

Can we use the form fields intended by CAP and just replace the textarea inputs with tinyMCE editors?

Details