Configure Your Fields
The mapping and configuration of your Google Sheet is setup via a JSON config file. This JSON content can be added to your Worksheet as a new sheet labeled "Config".
Our system will then pull in this configuration when processing your sheet.
Example Configuration (Basic)
Custom Fields
You can easily map custom fields on your sheet with your project, using the "custom_fields" filter.
This filter just contains a list of the field names on your sheet you would like to map
These fields get automatically processed and are also turned into macros prefixed with "custom_", lowercased, and spaces are turned into underscores.
"Headline" => "${custom_headline}"
"Subheadline" => "${custom_subheadline}"
"Main Content" => "${custom_main_content}"
Business Configuration
Each row within the Sheet can either publish all Landing Pages under one existing Business, or a Business can be created for each row in the sheet.
One Existing Business
Multiple Businesses
Last updated