scripts/apps/authoring-react/fields/editor3/index.tsx
Function getEditor3Field
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function getEditor3Field()
: ICustomFieldType<IEditor3ValueOperational, IEditor3ValueStorage, IEditor3Config, IUserPreferences> {
const field: ICustomFieldType<IEditor3ValueOperational, IEditor3ValueStorage, IEditor3Config, IUserPreferences> = {
id: EDITOR_3_FIELD_TYPE,
label: gettext('Editor3 (authoring-react)'),