UNPKG

@datocms/cma-client

Version:
8 lines (7 loc) 199 B
/** * Built-in editor for Modular content fields. */ export type RichTextEditorConfiguration = { /** Whether you want block records collapsed by default or not */ start_collapsed?: boolean; };