blocks-placeholder.js
2 years ago
blocks.asset.php
5 months ago
blocks.js
5 months ago
blocks.style.css
2 years ago
style-blocks.css
2 years ago
blocks-placeholder.js
12 lines
| 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' ) } ); |