Files
payloadcms/packages
Patrik 5839cb61fa feat(plugin-import-export): adds support for disabling fields (#13166)
### What?

Adds support for excluding specific fields from the import-export plugin
using a custom field config.

### Why?

Some fields should not be included in exports or previews. This feature
allows users to flag those fields directly in the field config.

### How?

- Introduced a `plugin-import-export.disabled: true` custom field
property.
- Automatically collects and stores disabled field accessors in
`collection.admin.custom['plugin-import-export'].disabledFields`.
- Excludes these fields from the export field selector, preview table,
and final export output (CSV/JSON).
2025-07-14 17:10:36 -04:00
..
2025-07-11 15:43:44 -04:00
2025-07-11 15:43:44 -04:00
2025-07-11 15:43:44 -04:00
2025-07-11 15:43:44 -04:00
2025-07-11 15:43:44 -04:00