Skip to main content

Aligning the content of a form component from left to right using JSON attributes

This tutorial demonstrates how to align the content within a form component from left to right, using the general JSON attributes of a form component.

  1. Select Edit JSON for the component whose content you want to edit.

  2. Select Full Schema to view the full JSON schema.

  3. Search the attributes property, and between curly brackets, input the following general HTML attribute: "dir" : "rtl". This sets the direction of the content from left to right.

    docs image