This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Question Editor API

base_question_type

Use this config option to modify the behaviour and appearance of all question types. For example, if you wanted to hide certain attributes in all question types, use this config option. It's also worth looking at the knowledge base article on finding attribute paths.

Values

Request object key base_question_type

Type object

This object has the following properties which can be configured.

  • defaults object

    Change the default values that will be populated when you load the Question Types.

  • exclude_options object

    Combination of object key and array value to remove unwanted option(s) from dropdown input.

  • include_options object

    Combination of object key and array values to add option(s) to dropdown input.

  • hidden array

    Define which attributes should be hidden in all question types.

  • hidden_sections array

    Define which attribute sections should be hidden in this question type.

  • image_preview_placeholder string

    Define the URL of an image which is displayed as a placeholder in questions which show an image preview.

  • shown array

    Define which hidden by default attributes should be shown in all question types.

  • shown_sections array

    Define which attribute sections should be shown in this question type.

Related articles

Was this article helpful?