Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

bitaculous/pimp_my_typo3

Repository files navigation

“Yo dawg i heard you liked TYPO3...”

Usage

  1. Install extension

  2. Add the following snippet to your page TSConfig:

    TCAdefaults {
      pages {
        # Set author and email automatically
        author := author(realName)
        author_email := author(email)
      }
    
      tt_news {
        # Set author and email automatically
        author := author(realName)
        author_email := author(email)
      }
    }
    

License

Pimp My TYPO3 is released under the MIT License (MIT), see LICENSE.