Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.

web


web / lib/collections/scheduled-imports/fields/import-config-fields

lib/collections/scheduled-imports/fields/import-config-fields

Import configuration fields for scheduled imports.

Combines schema configuration and authentication fields that control how the scheduled import handles data detection, validation, and secure access to the source URL.

Sensitive credential fields (apiKey, bearerToken, password) are encrypted at rest using AES-256-GCM via Payload field hooks. Encryption is transparent to all consumers — values are decrypted on read and encrypted on write.

Variables

importConfigFields

const importConfigFields: Field[]

Last updated on