mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
13 lines
258 B
PHP
13 lines
258 B
PHP
<?php
|
|
|
|
return [
|
|
'comments' => [
|
|
'name' => 'Comments',
|
|
'option' => [
|
|
'read' => 'Can read comments?',
|
|
'write' => 'Can create/edit comments?',
|
|
'delete' => 'Can delete comments?',
|
|
],
|
|
],
|
|
];
|