The "rich-text" field

Table of Contents

rich-text

type RichTextField = {
  label: string
  name: string
  type: 'rich-text'
  templates: Template[]
  /** See docs/reference/toolkit/fields for customizing the UI **/
  ui?: object
}

Last Edited: July 27, 2021