Content client package (#18978)
* scaffold content package * move content module files * move content type module files * update module paths * fix imports and registration * import package * move content collection condition to content module * align naming * use consts * fix imports * fix import * change circular threshold * adjust threshold * build the correct modules for content package * Update package-lock.json * Update index.js * Update package-lock.json * Update index.js * move UmbPropertyStructureWorkspaceContext token and interface * move UmbWorkspaceContentTypeAliasConditionConfig to content-type module * fix self import * fix self imports * Update content-workspace-context.interface.ts * remove type from import * add readOnlyGuard to interface * remove dependency on content * move property type module into content package * update package.json + tsconfig * import manifests * move build config * Update index.js * lint corrections --------- Co-authored-by: Niels Lyngsø <niels.lyngso@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@ import fs from 'fs';
|
||||
import path from 'path';
|
||||
import { createImportMap } from '../importmap/index.js';
|
||||
|
||||
const ILLEGAL_CORE_IMPORTS_THRESHOLD = 10;
|
||||
const SELF_IMPORTS_THRESHOLD = 13;
|
||||
const ILLEGAL_CORE_IMPORTS_THRESHOLD = 7;
|
||||
const SELF_IMPORTS_THRESHOLD = 12;
|
||||
|
||||
const clientProjectRoot = path.resolve(import.meta.dirname, '../../');
|
||||
const modulePrefix = '@umbraco-cms/backoffice/';
|
||||
|
||||
Reference in New Issue
Block a user