Enforcement of Required Fields in CMA
Starting November 14th 2024, we are implementing stricter validation for required fields in the Content Management API (CMA). From this date, entries with any required fields left empty cannot be published, even if these fields are hidden in the field editor.
If a field’s validation is set as both disabled: true and required: true but is left empty, a validation error will occur.
Scheduled publish actions that meet this criterion will also be impacted.
What you need to do:
To continue publishing entries with hidden fields, change the validation of these fields to optional (required: false).
Important: This is a breaking change.