mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-16 12:12:09 -05:00
15 lines
179 B
PHP
15 lines
179 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
'cfvalue' => [
|
|
'read',
|
|
'write',
|
|
'delete',
|
|
],
|
|
];
|