# 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.

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](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-376020-62fea369.gif)
