You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
426 B
JavaScript
8 lines
426 B
JavaScript
/**
|
|
* 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' } );
|