Simon Love Posted March 4, 2019 Posted March 4, 2019 Hi I've looked at all the instructions and I just can't seem to install the text editor into a text area? How do I go about this?
dragan Posted March 4, 2019 Posted March 4, 2019 You don't need to install it, just go to your textarea field and configure it: Setup > Fields > your_field_name > Tab Details > inputfield type > select CKEditor 1
szabesz Posted March 4, 2019 Posted March 4, 2019 1 hour ago, dragan said: just go to your textarea field and configure it: In addition to @dragan's reply, you might find my previous post regarding CKEditor useful when setting it up:
Simon Love Posted March 4, 2019 Author Posted March 4, 2019 Now it's putting in <p> tags into the text. How do I stop it doing that? Isn't there a tutorial anywhere on this site that covers all this stuff so I don't have to keep asking questions?
Autofahrn Posted March 4, 2019 Posted March 4, 2019 There is a Textformatter to get rid of the enclosing p tags. Go to Modules->Install and select Textformatter, there you should find "Paragraph Stripper". After installation go to your inputfield and on the Details tab add that textformatter. But be aware that CkEditor generates markup, so paragraphs are intentionally embedded in p tags, and CkEditor can generate plenty of other tags as well. If you only need plain text, then not selecting CkEditor is probably the better choice. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now