]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/NoticeTitle/README
Merge branch 'readme-plugins' into 'nightly'
[quix0rs-gnu-social.git] / plugins / NoticeTitle / README
1 The NoticeTitle plugin allows users to add titles to notices.
2
3 Installation
4 ============
5 add "addPlugin('NoticeTitle');"
6 to the bottom of your config.php
7
8 Settings
9 ========
10 restricted: Whether this option is restriced to users with the "richedit" role.
11
12 Example
13 =======
14 addPlugin('NoticeTitle', array(
15     'restricted' => false
16 ));
17