| 1 |
/** |
| 2 |
* This is a dummy file that contains blocks settings placeholder. |
| 3 |
* WordPress plugin directory detects registered blocks from this file and shows them on plugin page |
| 4 |
* It doesn't do anything in the actual code. |
| 5 |
* |
| 6 |
* It is auto-generated. |
| 7 |
*/ |
| 8 |
|
| 9 |
registerBlockType( 'srfm/advanced-heading', { title: __( 'Heading', 'sureforms' ) } ); |
| 10 |
registerBlockType( 'srfm/icon', { title: __( 'Icon', 'sureforms' ) } ); |
| 11 |
registerBlockType( 'srfm/image', { title: __( 'Image', 'sureforms' ) } ); |
| 12 |
registerBlockType( 'srfm/separator', { title: __( 'Separator', 'sureforms' ) } ); |