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.
13 lines (12 loc) • 509 B
text/typescript
export {
OBJ_ID_PATTERN,
formatInternalLinks,
} from 'scrivito_sdk/link_resolution/format_internal_links';
export type { InternalUrl } from 'scrivito_sdk/link_resolution/format_internal_links';
export { setUrlResolutionHandler } from 'scrivito_sdk/link_resolution/resolve_url';
export type { ResolvedUrl } from 'scrivito_sdk/link_resolution/resolve_url';
export {
finishLinkResolutionFor,
startLinkResolutionFor,
setupWriteMonitorNotification,
} from 'scrivito_sdk/link_resolution/link_resolution';