Hi @imranmalix
Hope this message finds you well.
Currently, there are no settings for Post field Content data to disable Rich editor.
Still, I am checking with our devs if might be possible and if the solution is not out of our support scope. Since they work on very complex issues getting a reply from them could take longer than usual.
We will get back to this topic once we get an update from them.
Best regards,
Laura
Hi @imranmalix
We got feedback from our team.
Currently, is not possible to disable the Post Field Content data, not without custom code, which I’m afraid is outside the scope of support we can provide. For that, you’ll need to hire a developer to provide the required custom code for you. WordPress provides a jobs directory here https://jobs.wordpress.net/, if you need further advice about it, feel free to email wpsupport@incsub.com.
Subject: ATTN: WPMU DEV support – wp.org
Also, I want to you know that this is a feature request, and we have added your ticket as a +1 to highlight its significance and acknowledge the demand for this particular feature.
While we cannot guarantee immediate implementation of every feature request due to various considerations and priorities in our development roadmap, please be assured that your input is crucial in contributing to our plugin’s future development and enhancement.
Best regards,
Laura
Hi @imranmalix,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.
Best Regards
Nithin
thanks for your respond. maybe not ideal solution, but figured to hide those using css.
at the form’s Appearance > Custom CSS, i added below to hide them.
div.wp-editor-tabs {display:none;}
div.mce-top-part.mce-container.mce-stack-layout-item.mce-first {display:none;}