zinggrid-metadata 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # ZingGrid Metadata
2
2
 
3
- This repository contains the capabilities metadata and feature registry for ZingGrid.
3
+ This repository contains the content model schema, capabilities metadata and feature registry for ZingGrid.
4
+
5
+ The content model schema defines the allowed parent–child relationships between elements, specifying which elements may contain or be nested within others.
4
6
 
5
7
  The capabilities metadata defines the configuration contract for each component, including required and disallowed attributes.
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zinggrid-metadata",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "zinggridVersion": "2.1.5",
5
5
  "description": "Capabilities metadata and features registry for ZingGrid.",
6
6
  "keywords": [
@@ -8,11 +8,17 @@
8
8
  "custom-elements",
9
9
  "capabilities-metadata",
10
10
  "features-registry",
11
+ "content-model-schema",
12
+ "cms",
11
13
  "metadata",
12
14
  "web-components"
13
15
  ],
16
+ "exports": {
17
+ ".": "./index.mjs"
18
+ },
14
19
  "files": [
15
20
  "capabilities-metadata.json",
21
+ "content-model-schema.json",
16
22
  "features-registry.json"
17
23
  ],
18
24
  "repository": {