Sid Gifari File Manager
🏠 Root
/
home2
/
nuveprin
/
nomascuartosvacios.org
/
wp-content
/
plugins
/
sureforms
/
modules
/
gutenberg
/
build
/
Editing: blocks-placeholder.js
/** * 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' ) } );
Save
Cancel