@forge/manifest 7.7.1 → 7.7.2-next.0
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/CHANGELOG.md
CHANGED
package/out/schema/manifest.d.ts
CHANGED
|
@@ -1293,6 +1293,7 @@ export interface Modules {
|
|
|
1293
1293
|
};
|
|
1294
1294
|
render?: 'native' | 'default';
|
|
1295
1295
|
layout?: 'inline' | 'block';
|
|
1296
|
+
bodyType?: 'rich-text';
|
|
1296
1297
|
key: ModuleKeySchema;
|
|
1297
1298
|
[k: string]: unknown;
|
|
1298
1299
|
}
|
|
@@ -1370,6 +1371,7 @@ export interface Modules {
|
|
|
1370
1371
|
};
|
|
1371
1372
|
render?: 'native' | 'default';
|
|
1372
1373
|
layout?: 'inline' | 'block';
|
|
1374
|
+
bodyType?: 'rich-text';
|
|
1373
1375
|
key: ModuleKeySchema;
|
|
1374
1376
|
[k: string]: unknown;
|
|
1375
1377
|
}
|