Via Existing Google Doc Template
To import an existing google document general information into the CMS using the NEW custom view list view and make it searchable
- Contact your CRM for a google document template for general information
- Add your conference content
- To import the content into the CMS > Google Doc > File > Publish to web > Select MediaImport-Protected from Entire Document drop down > Select Comma Separated Values (CSV) from Web Page drop down > Copy the URL generated
- In the CMS go to Custom > + (next to data source) > Paste URL and give source name
- When prompted, map out the fields:
- Media ID
- Title
- Type
- Description
- ViewType
- custom-list if you want to use the easy editor in the CMS to make edits later, or
- no value if you want just the basic html editor
- Searchable
- true if you want to have keywords from the custom view included in the search auto-suggestions
- false if you do not want to include keywords from the custom view included in the search auto-suggestions
- Confirm the Custom View appears in the list of custom items before deleting the source.
- Now you can edit the custom view via the CMS by clicking the pencil icon on the right-hand side
Via CMS
- CMS > Custom > Add View > Interactive List
How to add an image using base64
- You may add a small image (100kb) by converting to HTML code to your general information that will make the image available even without internet connectivity. To add an image:
- Go to https://base64-image.de and upload an image
- Click Copy Image to the right of the uploaded image
- Paste the code value you just copied between the quotes below (replacing red text below with your copied text from the site)
<img src="data:image/png;base64,<code value>" /> - Place this string into the source data, either your ggl-info template or by using the "Source" option
in the Interactive Custom View editor in the CMS:
- Note: Google doc allows for 50,000 characters for the entire general information which allows for 1-3 9kb sized images depending on how much content you have
How to link to a specific section of an Interactive List custom view (Native Only)
- From within the edit view, click the link icon next to the section title to copy the link for that specific section
- Use the URN to direct users to an uncollapsed view of the specific section (native only).