Skin CMS
Ext. linksLegal
Skin CMS old documentation
Skin CMS old documentation
  • Your first Skin CMS Mapping
    • ⚙️1. Mapping configuration
    • ⚡2. Field Mappings
    • 💫3. 3DVista Setup
    • 💣4. Create Triggers
  • Skin CMS mappings
    • Field mappings
      • singleLineText
      • multilineText
      • multipleAttachments
      • formula
      • singleSelect
      • button
      • url
      • email
      • number
    • Mapping to multiple components
    • Attributes
      • Mapping attributes
      • Supported attributes
  • Advanced
    • Airtable Formulas
      • Formula: CONCATENATE()
      • Formula: IF()
      • Edit content button
      • Include Youtube or Vimeo videos with Skin CMS to 3DVista webframe
    • Automations
      • Updating stock inventory
  • Limitations & workarounds
  • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. Skin CMS mappings
  2. Field mappings

multilineText

PrevioussingleLineTextNextmultipleAttachments

Last updated 1 year ago

Was this helpful?

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:

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.

Set the component's value to PLACEHOLDER otherwise the value will not be inserted if the Override HTML option is unchecked