Form Builder

This is a configuration section of Custom MT. Use this configuration to create Machine Translation settings forms with various form elements.

Object Structure

  • type: string

    • "string"

    • "number"

    • "object"

  • form: string

    • "input-text"

    • "input-number"

    • "input-range"

    • "input-password"

    • "select"

    • "textarea"

  • name: string

  • title: string

  • default: string|number

  • options: Array of objects <{name: string, value: string}> (optional)

  • styles: object (optional)

  • launcher: object <show: boolean, fullwidth: boolean> (optional)