Nate Lampton
Nate Lampton
I ported https://github.com/ckeditor/ckeditor5/commit/14c02db1a80562bae455ca8ed7ed900fe18b8798 into https://github.com/backdrop/backdrop/pull/4757, using Backdrop code style and writing in JS instead of TypeScript. It seems to fix the problem. I ran into this issue writing documentation on...
I'm not sure about this suggestion. Nodes are content (blog posts, articles, etc.) while Layouts are configuration (and can be moved via Config manager between sites). Tying together content with...
> Especially when I am trying to use a one column layout to tell a visual story for the about page (e.g. /about) but for subpages (e.g /about/history.html ) a...
> I think the better way to do this is by having the visibility conditions for a layout support node types. We already support visibility conditions on node types, but...
Very nice @herbdool! I merged https://github.com/backdrop/backdrop/pull/4675 into 1.x and 1.28.x. Thank you @stpaultim and @izmeez for reviewing!
@indigoxela I made a suggestion in the PR to use Layout module's dedicated cache clear function, in the event that other caches are in place (or are in the future)....
> There was a semicolon missing in your commit. I'll fix it, and rebase. That's why we have testing :joy: Thanks for fixing that. With the parent function doing the...
Thanks @indigoxela, @izmeez, and @argiepiano! I merged https://github.com/backdrop/backdrop/pull/4639 into 1.x and 1.27.x.
Thanks @leeksoup, @indigoxela, and @yorkshire-pudding! I merged https://github.com/backdrop/backdrop/pull/4678 into 1.x and 1.27.x. This was a sneaky issue and great work pinpointing the logic mistake in the code!
This looks great @herbdool!