🐛 No visible error message when trying to save with missing image Active introduced this code with @todos:
// Store the:
// - resolved schema, to avoid $refs changing later having an effect
// - normalized schema, to minimize storage consumption
// @todo Make this far less clunky 🙈
'jsonSchema' => PropShape::normalize(
// First do basic normalization, and resolve.
PropShape::normalize($this->jsonSchema)->resolvedSchema
)->schema,
// @todo Make this far less clunky 🙈
$minimal = PropShape::normalize(
// First do basic normalization, and resolve.
PropShape::normalize($sdc_prop_source['jsonSchema'])->resolvedSchema
)->schema;
Make it far less clunky.
Active
0.0
Page builder