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/hooks

lib/collections/scheduled-imports/hooks

Hook handlers for scheduled imports collection.

Contains beforeChange hooks that handle schedule calculation, webhook token management, and data normalization. Extracted from the main collection file to improve maintainability and reduce file size.

Variables

beforeChangeHook

const beforeChangeHook: CollectionBeforeChangeHook

Hook that handles schedule calculation, webhook token management, and field normalization. Also preserves createdBy on updates to prevent modification.

Last updated on