Created
December 14, 2018 20:58
-
-
Save mikemcalister/e7927c9c399d19a897cb715cad20a942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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