You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
<json-string name = "Section Name" path = "['highlights']['name']"></json-string>
<json-string name = "Section Lead" path = "['highlights']['lead']"></json-string>
<json-repeat name = "Gallery" path = "['highlights']['gallery']">
<template scope = "parent">
<json-string name = "External Link" :path = "`['highlights']['gallery'][${parent.index}]['link']`" help = "This is the page that is opened when the image is clicked."></json-string>
<json-string name = "Image Link" :path = "`['highlights']['gallery'][${parent.index}]['src']`" help = "This is the actual link to the image."></json-string>
<json-string name = "Caption" :path = "`['highlights']['gallery'][${parent.index}]['caption']`" big = "true"></json-string>