When looking at the rss block, i see:
Code
$blocks_modules['rss'] = array(
'func_display' => 'blocks_rss_block',
'func_update' => 'blocks_rss_update',
'func_edit' => 'blocks_rss_select',
'func_add' => 'blocks_rss_add',
'text_type' => 'RSS',
'text_type_long' => 'RSS Newsfeed',
'allow_multiple' => true,
'form_content' => false,
'form_refresh' => true,
'show_preview' => true
);
'func_display' => 'blocks_rss_block',
'func_update' => 'blocks_rss_update',
'func_edit' => 'blocks_rss_select',
'func_add' => 'blocks_rss_add',
'text_type' => 'RSS',
'text_type_long' => 'RSS Newsfeed',
'allow_multiple' => true,
'form_content' => false,
'form_refresh' => true,
'show_preview' => true
);
I understand the top 4 lines, "func_*", but could someone explain the meaning of bottom 6 lines? Some of them seem self explanitory, but I'd like to get an experienced response or someone who could point me to the right place for some documentation. I looked at the block template and it didn't really give an explanation.
