README 333 B

123456789101112131415161718
  1. The NoticeTitle plugin allows users to add titles to notices.
  2. Installation
  3. ============
  4. add "addPlugin('NoticeTitle');"
  5. to the bottom of your config.php
  6. Settings
  7. ========
  8. restricted: Whether this option is restriced to users with the "richedit" role.
  9. Example
  10. =======
  11. addPlugin('NoticeTitle', array(
  12. 'restricted' => false
  13. ));