-
Notifications
You must be signed in to change notification settings - Fork 11
Setup: Export
dante di domenico edited this page Sep 20, 2022
·
3 revisions
Export configuration provides customization for data export in manager.
You can set Export in config/app_local.php (or in config/projects/<projectName>.php if you use multi project configuration).
You can also override it directly in your BEdita Manager, at Admin -> Appearence page, in json format.
Example for php file:
'Export' => [
'limit' => 10000,
],Example for json (Admin -> Appearence):
{
"limit": 10000
}