Skip to main content

CMS List View. Adding action buttons

Home Forums fuelCMS CMS List View. Adding action buttons

Viewing 0 reply threads
  • Author
    Posts
    • #2620

      Layer7web
      Keymaster
      $config['modules']['newsletters'] = array(
          'module_name' => 'Newsletter Signups',
          'instructions' => '',
          'default_col' => 'submitted',
          'default_order' => 'desc',
          'exportable' => true,
          'displayonly' => true,
          'item_actions' => array('delete'),
      );
Viewing 0 reply threads

You must be logged in to reply to this topic.