Skip to content

Instantly share code, notes, and snippets.

@mikemcalister
Created December 14, 2018 20:58
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 mikemcalister/e7927c9c399d19a897cb715cad20a942 to your computer and use it in GitHub Desktop.
Save mikemcalister/e7927c9c399d19a897cb715cad20a942 to your computer and use it in GitHub Desktop.
<InnerBlocks
template={[
// Add placeholder blocks
['atomic-blocks/ab-pricing-table-title', {
title: 'Price Title',
fontSize: 'medium',
}],
['atomic-blocks/ab-pricing-table-subtitle', {
subtitle: 'Price Subtitle Description',
fontSize: 'normal',
}],
['atomic-blocks/ab-pricing-table-price', {
price: '$49',
fontSize: 'huge',
}],
['atomic-blocks/ab-pricing-table-description', {
description: '<li>Product Feature One</li><li>Product Feature Two</li><li>Product Feature Three</li><li>Product Feature Four</li>',
multilineTag: 'li',
ordered: false,
fontSize: 'normal',
}],
['atomic-blocks/ab-button', {
buttonText: 'Buy Now',
}],
]}
templateLock={ false }
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment