Skip to main content

CMS Module, Adding descriptive labels.

Home Forums fuelCMS CMS Module, Adding descriptive labels.

Viewing 0 reply threads
  • Author
    Posts
    • #2619

      Layer7web
      Keymaster
      function form_fields($values = array(), $related = array())
      {   
          $fields = parent::form_fields($values, $related);
          $fields['description']['class'] = 'no_editor';
          $fields['description']['after_label'] = '<p style="font-size:80%;">200 Max Characters</p>';
          return $fields;
      }
Viewing 0 reply threads

You must be logged in to reply to this topic.