Question Editor API Initialization
simple_feature_templates
An array of objects to customize simple Feature templates within the simple Feature modal as listed in the simple Feature modal article.
The following attributes are customizable name
, reference
, defaults
.
The attribute reference
must at least be provided for each simple feature you wish to display in the simple feature modal. The ordering of references in the array is reflected in the navigation ordering of the simple feature modal.
Values
Attribute path simple_feature_templates
Type array[SimpleFeatureTemplate]
Properties
-
SimpleFeatureTemplate object
An object that defines a simple Feature template.
-
name string
The name of the simple Feature that will appear in the primary navigation of the simple Feature modal.
-
reference string
The template references are listed in Widget Template References for Question Editor Customization & Navigation.
-
defaults object
An object that defines the default value for each simple Feature attribute in the simple Feature layout.
-