/**
 * Built-in editor for Modular content fields.
 */
export type RichTextEditorConfiguration = {
  /** Whether you want block records collapsed by default or not */
  start_collapsed?: boolean;
};
