@contentful/experiences-core 1.33.3 → 1.34.0-beta.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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1273,6 +1273,7 @@ const THUMBNAIL_IDS = [
|
|
|
1273
1273
|
const ComponentSettingsSchema = z.object({
|
|
1274
1274
|
variableDefinitions: ComponentVariablesSchema,
|
|
1275
1275
|
thumbnailId: z.enum(THUMBNAIL_IDS).optional(),
|
|
1276
|
+
category: z.string().max(50, 'Category must contain at most 50 characters').optional(),
|
|
1276
1277
|
variableMappings: VariableMappingsSchema.optional(),
|
|
1277
1278
|
patternPropertyDefinitions: PatternPropertyDefinitionsSchema.optional(),
|
|
1278
1279
|
});
|