Skip to content

Instantly share code, notes, and snippets.

@joelvarty
Last active September 6, 2019 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelvarty/ea53d842aa51ef9738dc8a0728281d19 to your computer and use it in GitHub Desktop.
Save joelvarty/ea53d842aa51ef9738dc8a0728281d19 to your computer and use it in GitHub Desktop.
Agility Tutorial for react Page Templates (2)
//Our Agility Modules
import RichTextArea from './modules/RichTextArea'
import Jumbotron from './modules/Jumbotron'
//Our Agility PageTemplates
import OneColumnTemplate from './pageTemplates/OneColumnTemplate'
export default {
guid: '...', //Set your guid here
fetchAPIKey: '...', //Set your fetch apikey here
previewAPIKey: '...', //set your preview apikey
languageCode: 'en-us',
channelName: 'website',
isPreview: true,
moduleComponents: {
RichTextArea,
Jumbotron
},
pageTemplateComponents: {
OneColumnTemplate
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment