mirror of
https://github.com/directus/directus.git
synced 2026-02-01 23:15:11 -05:00
Add new export experience (#12201)
* Use script setup * Start on export dialog * Use new system field interface, replace limit with numeric input * Set placeholder * Add sort config * Use folder picker, correct layoutQuery use * Add local download button * Allow writing exports to file * Add notification after export * Fix sort config, use new export endpoint * Setup notification hints * Add information notice * Fix local limit, cancel button * Add (basic) docs for export functionality * Fix json export file format * Implement xml batch stitching * Resolve review points
This commit is contained in:
@@ -82,6 +82,8 @@ const defaults: Record<string, any> = {
|
||||
SERVE_APP: true,
|
||||
|
||||
RELATIONAL_BATCH_SIZE: 25000,
|
||||
|
||||
EXPORT_BATCH_SIZE: 5000,
|
||||
};
|
||||
|
||||
// Allows us to force certain environment variable into a type, instead of relying
|
||||
|
||||
Reference in New Issue
Block a user