This page describes rich text editor integration
Last updated 2 years ago
Rich Text Editor integration
{ "title": "Example for rendering rich text editor component", "description": "A simple form with rich text editor component", "type": "object", "properties": { "bio": { "type": "string", "title": "Bio" }, } }
{ "bio": { "ui:widget": "textarea", "ui:options": "rich-text-editor" }, }
{ "bio": "<p><u>ads</u></p><p><strong>Something nice</strong></p><p><em>Nice italic</em></p><ul><li>Some normal text</li></ul>", }