mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
24 lines
325 B
PHP
24 lines
325 B
PHP
<?php
|
|
|
|
return [
|
|
'posts' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
'preview',
|
|
],
|
|
'categories' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
'types' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
'fields' => [
|
|
'manage',
|
|
],
|
|
];
|