Results 1 to 2 of 2

Thread: Make new teaser a required field

  1. #1
    User
    Join Date
    06-30-09.
    Posts
    37

    Default Make new teaser a required field

    I always forget to add a teaser when I create new News articles, and I would like to try and make it a required field. Is there a backend template for the form where I can do that? Or would I actually have to find where the form is actually handled?

  2. #2
    User
    Join Date
    06-19-09.
    Posts
    328

    Default Re: Make new teaser a required field

    Hi etsauer

    you can add to system/config/dcaconfig.php the following line

    Code:
    $GLOBALS['TL_DCA']['tl_article']['fields']['teaser']['eval']['mandatory'] = true;
    this will override the default behaviour that is defined in system/modules/backend/dca/tl_article.php

    hope this helps
    Consulenza Contao CMS https://www.intco.it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •