getHubProjectEditorConfig

Function

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 ProjectEditorType

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:161