| @@ -18,8 +18,9 @@ | ||
| 18 | 18 | public function defaultSettings() |
| 19 | 19 | { |
| 20 | 20 | return [ |
| 21 | 21 | 'restricted_post_only' => 'no', |
| 22 | + 'verified_post_only' => 'no', // yes / no | |
| 22 | 23 | 'emoji' => '', |
| 23 | 24 | 'shape_svg' => '', |
| 24 | 25 | 'custom_lock_screen' => 'no', |
| 25 | 26 | 'can_request_join' => 'no', |
| @@ -30,8 +31,10 @@ | ||
| 30 | 31 | 'og_image' => '', |
| 31 | 32 | 'links' => [], |
| 32 | 33 | 'document_library' => 'no', |
| 33 | 34 | 'document_access' => 'members_only', |
| 35 | + 'media_gallery' => 'no', | |
| 36 | + 'media_access' => 'members_only', | |
| 34 | 37 | 'disable_post_sort_by' => 'no', |
| 35 | 38 | 'default_post_sort_by' => '', |
| 36 | 39 | 'default_comment_sort_by' => '', |
| 37 | 40 | 'document_upload' => 'admin_only', |