npm package diff
Package: @forge/manifest
Versions: 8.0.0-next.8 - 8.0.0-next.9
File: package/out/schema/manifest-schema.json
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -1773,19 +1773,14 @@
},
"layout": {
"enum": [
"inline",
- "block"
+ "block",
+ "bodied"
],
"type": "string",
"default": "block"
},
- "bodyType": {
- "enum": [
- "rich-text"
- ],
- "type": "string"
- },
"key": {
"$ref": "#/definitions/ModuleKeySchema"
}
},