__( 'Form Section', 'cafe-coffee-blocks' ),
'categories' => array( 'cafe-coffee-blocks' ),
'content' => '
[contact-form-7 id="1234" title="Contact form 1"]
',
);
} else {
return array(
'title' =>__( 'Form Section', 'cafe-coffee-blocks' ),
'categories' => array( 'cafe-coffee-blocks' ),
'content' => '
',
);
}