/
var
/
www
/
barefootlaw.org
/
wp-content
/
plugins
/
the-post-grid
/
assets
/
js
/
Upload File
HOME
/** * Block Placeholder for WordPress.org */ registerBlockType( 'rttpg/tpg-grid-layout', { title:'Grid Layout', description: 'The post grid block, Grid layout' } ); registerBlockType( 'rttpg/tpg-grid-hover-layout', { title:'Grid Hover Layout', description: 'The post grid block, Grid Hover layout' } ); registerBlockType( 'rttpg/tpg-list-layout', { title:'List Layout', description: 'The post grid block, List layout' } );