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.
-
Select Edit JSON for the component whose content you want to edit.
-
Select Full Schema to view the full JSON schema.
-
Search the
attributesproperty, and between curly brackets, input the following general HTML attribute:"dir" : "rtl". This sets the direction of the content from left to right.