UNPKG

scrivito

Version:

Scrivito is a professional, yet easy to use SaaS Enterprise Content Management Service, built for digital agencies and medium to large businesses. It is completely maintenance-free, cost-effective, and has unprecedented performance and security.

8 lines (6 loc) 261 B
import { ScopeTransformation } from 'scrivito_sdk/models/obj_scope'; export const allSitesAndGlobal: ScopeTransformation = { isInScope: () => true, applyToSearch: (search) => search, applyToCreate: (attributes) => ({ _site_id: null, ...attributes }), };