Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
sureforms
/
modules
/
gutenberg
/
build
:
blocks-placeholder.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/** * This is a dummy file that contains blocks settings placeholder. * WordPress plugin directory detects registered blocks from this file and shows them on plugin page * It doesn't do anything in the actual code. * * It is auto-generated. */ registerBlockType( 'srfm/advanced-heading', { title: __( 'Heading', 'sureforms' ) } ); registerBlockType( 'srfm/icon', { title: __( 'Icon', 'sureforms' ) } ); registerBlockType( 'srfm/image', { title: __( 'Image', 'sureforms' ) } ); registerBlockType( 'srfm/separator', { title: __( 'Separator', 'sureforms' ) } );