You are here

function flash_node_info in Flash Node 5

Implementation of hook_node_info

File

./flash.module, line 44

Code

function flash_node_info() {
  return array(
    'flash' => array(
      'name' => t('Flash'),
      'module' => 'flash',
      'description' => t('Allows you to upload a Flash file. You can choose whether the animation appears in the teaser, the body, or both.'),
    ),
  );
}