Question Editor API Initialization
[metadataKey]
Examples
custom_metadata: {
custom_metadata_key: {
description: 'custom metadata description',
name: 'custom metadata name',
type: 'string'
}
}
Values
Attribute path custom_metadata.metadataKey
Type object
Properties
-
description string
A description of the metadata to be captured.
-
name string
The title of the metadata field as you want it to appear in the editor.
-
type string
The type of input to be displayed to the user; a value of
"string"
will render a basic text input, and a value of"editor"
will render a rich text editor,"arrayEditors"
will render an array of rich text editors.