Build Module Studio application composition
This commit is contained in:
@@ -23,12 +23,18 @@
|
||||
"name": "@nodedc/ui-dom",
|
||||
"path": "packages/ui-dom",
|
||||
"role": "DOM controllers for non-React applications"
|
||||
},
|
||||
{
|
||||
"name": "@nodedc/page-patterns",
|
||||
"path": "packages/page-patterns",
|
||||
"role": "runtime-neutral page template contracts and canonical template manifests"
|
||||
}
|
||||
],
|
||||
"sourceRegistry": "sources.json",
|
||||
"componentRegistry": "components.json",
|
||||
"candidateRegistry": "candidates.json",
|
||||
"iconRegistry": "icons.json",
|
||||
"pageRegistry": "pages.json",
|
||||
"documentation": {
|
||||
"architecture": "../docs/ARCHITECTURE.md",
|
||||
"components": "../docs/COMPONENTS.md",
|
||||
@@ -39,8 +45,10 @@
|
||||
"adoption": "../docs/ADOPTION.md",
|
||||
"candidates": "../docs/CANDIDATES.md",
|
||||
"applicationTemplate": "../docs/APPLICATION_TEMPLATE.md",
|
||||
"moduleStudio": "../docs/MODULE_STUDIO.md",
|
||||
"icons": "../docs/ICONS.md",
|
||||
"consumption": "../docs/CONSUMPTION.md"
|
||||
},
|
||||
"applicationManifestSchema": "schemas/application-manifest-v0.1.schema.json",
|
||||
"operatingRule": "Check this registry before creating a NODE.DC interface element. Reuse or extend the canonical export instead of creating an application-local copy."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user