The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.

Home > @edtr-io/plugin-rows > RowsPluginConfig

RowsPluginConfig interface

Signature:
export interface RowsPluginConfig

Properties

PropertyTypeDescription
i18n{ menu: { searchPlaceholder: string; }; settings: { duplicateLabel: string; removeLabel: string; closeLabel: string; }; toolbar: { dragLabel: string; }; addLabel: string; }
plugins{ name: string; title?: string; icon?: React.ComponentType; description?: string; }[]
theme{ backgroundColor: string; color: string; highlightColor: string; lightBackgroundColor: string; menu: { highlightColor: string; primary: { backgroundColor: string; color: string; }; secondary: { backgroundColor: string; color: string; }; dropzone: { highlightColor: string; backgroundColor: string; color: string; highlightBackgroundColor: string; }; }; }