You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to implement a custom page template that supports the display of a full width image, I played around with adding "layout": {"inherit":true} to the post title block, inside a group block that had "align": "full".
The intention was to have the post title with normal alignment.
This was in the template part post-content.html being called from the template single-full.html.
I found other combinations of attributes that cause the Fatal Error. eg {"fred":{""} }.
I didn't investigate further than to confirm what the stack trace already told me
that NULL was being passed as the second parameter to gutenberg_apply_alignment_support().
While trying to implement a custom page template that supports the display of a full width image, I played around with adding
"layout": {"inherit":true}
to the post title block, inside a group block that had"align": "full"
.The intention was to have the post title with normal alignment.
This was in the template part
post-content.html
being called from the templatesingle-full.html
.post-content.html
was:All of the above was created by hand, not using the Site Editor nor the block editor for Templates or Template Parts.
Gutenberg 10.3.1
I was surprised to see the Fatal error:
The text was updated successfully, but these errors were encountered: