- Issue created by @larowlan
At present InlineBlockNormalizer doesn't validate the denormalized inline block. It should and throw an error if it doesn't validate.
Put a layout with an invalid field value for an inline block, save the layout and see the block is allowed to be saved even though invalid
Call validate on the entity before serializing. Throw an error if invalid
Implementation
Tests
Active
Code