Adding a rich text control to a schema

You can add rich text controls to a form by using the designer.

Procedure

To add a rich text control to a form with the designer:
  1. In the Designer, click Form Controls and then select Custom Web.
  2. In the Main tab of the form, the Description field should have the following information:
    • Name: compass.richtextquill
    • Configuration: should include two variables: field and plaintext.
    An example Description field:
    Custom Web Control
    Name: compass.richtextquill
    Version: LATEST
    Configuration:
    {
       "field": "Description".
       "plaintext": "DescriptionPT"
  3. Click Apply