It looks like you're new here. If you want to get involved, click one of these buttons!
$event_hero_image = new Fuel_block_layout('hero_image');
$event_hero_image->add_field('title', array());
$event_hero_image->add_field('image', array('type' => 'asset', 'multiple' => FALSE, 'required' => TRUE));
$event_hero_image->add_field('link', array());
$config['blocks']['hero_image'] = $event_hero_image;
Comments
More on extending the Fuel_layout classes here:
http://docs.getfuelcms.com/general/layouts