getHubProjectEditorConfig

Function

DEPRECATED: the following will be removed at next breaking version use the getEntityEditorSchemas function instead (which this function has already been refactored to consume)

Get the editor config for for the HubProject entity.

Parameters

Parameter Type Default Notes
i18nScope Required string

translation scope to be interpolated into the uiSchema

type Required EditorConfigType

editor type - corresonds to the returned uiSchema

options Optional UiSchemaElementOptions[] []

optional hash of dynamic uiSchema element options

Returns

Promise<IEditorConfig>
Property Type Notes
schema IConfigurationSchema
uiSchema IUiSchema

Function defined in common/src/projects/edit.ts:156