Allow MOD to edit rawhtml (#51)
Co-authored-by: towards-a-new-leftypol <paul_cockshott@protonmail.com>
This commit is contained in:
parent
379de3ca6e
commit
f76a830a84
|
@ -84,9 +84,13 @@ $config['threads_preview'] = 5;
|
||||||
$config['root'] = '/';
|
$config['root'] = '/';
|
||||||
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
$config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||||
|
|
||||||
//Permissions
|
/*
|
||||||
|
* Permissions
|
||||||
|
*/
|
||||||
$config['mod']['move'] = MOD;
|
$config['mod']['move'] = MOD;
|
||||||
$config['mod']['editpost'] = MOD;
|
$config['mod']['editpost'] = MOD;
|
||||||
|
// Raw HTML posting
|
||||||
|
$config['mod']['rawhtml'] = MOD;
|
||||||
|
|
||||||
// Max attachments per post
|
// Max attachments per post
|
||||||
$config['max_images'] = 5;
|
$config['max_images'] = 5;
|
||||||
|
|
Loading…
Reference in New Issue