> For the complete documentation index, see [llms.txt](https://skincms.360creators.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skincms.360creators.com/skin-cms/skin-cms-mappings/field-mappings/multilinetext.md).

# multilineText

Compatible 3DVista components:

* `Stylable and Multiline Text` - the Airtable record's value will be mapped to component's contents (the `html` attribute)

Options:

* Override HTML (checked/unchecked)

**Override HTML option checked**

3DVista's `Stylable and Multiline Text` component contains an HTML. If you have the option **Override HTML** checked,  component's whole HTML will be replaced with your Airtable contents. Therefore, this option is only suitable if you are planning to replace the whole HTML.

**Override HTML option unchecked (default)**

In this case, the value from Airtable is inserted into the 3DVista's HTML skeleton meaning that it will persist the styling you apply in 3DVista. You can either insert plain text or HTML. In order for the value to be inserted correctly, the default component's value in 3DVista must be set to `PLACEHOLDER`:

<figure><img src="/files/5mtLJmDCaNfWmbGfNGAz" alt=""><figcaption><p>Set the component's value to PLACEHOLDER otherwise the value will not be inserted if the Override HTML option is unchecked</p></figcaption></figure>

Limitations:

* Airtable's Rich text formatting is not supported. Reason: Airtable's rich text formatting uses a markup language called Markdown which is not supported by 3DVista and at the moment we do not provide a Markdown conversion to HTML.
* With the **Override HTML option unchecked (default)** you can only use one way of styling. That means you can't have a title and a paragraph with different styles. If you want to have multiple different styles in one `Stylable and Multiline Text` component, use the **Override HTML checked option**.
