22 lines
346 B
PHP
22 lines
346 B
PHP
<?php
|
|
|
|
return [
|
|
'name',
|
|
'type',
|
|
'url',
|
|
'token',
|
|
'uuid',
|
|
'user',
|
|
'import.enabled',
|
|
'import.lastSync',
|
|
'export.enabled',
|
|
'export.lastSync',
|
|
'webhook.import',
|
|
'webhook.push',
|
|
'webhook.match.user',
|
|
'webhook.match.uuid',
|
|
'webhook.token',
|
|
'options.ignore',
|
|
'options.DUMP_PAYLOAD',
|
|
];
|