A block's values never meet the validator that guards the page builder. Why leave it that way?
· 4 min read
The question: the page builder validates every saved value through each option type's
_get_value_from_input(). A Gutenberg block does not — its attributes reach the element's
view directly from the editor. That asymmetry looks like an oversight. Why not close it?
