Robert J. Lang
Robert J. Lang
> Wonder if a "more" link like on the modules page would work here. So do I. https://github.com/backdrop/backdrop-issues/issues/5090. @klonos 😉
Since I'm being such a nag, I hasten to add that I'll be happy and eager to test, etc.
> Seems any layout path or node alias with same name as a site directory gets a 403. Ditto for Views pages (not unexpectedly).
Some code comments in the PR.
Looks mostly good, some tweaks to indentation suggested to make PHPCS happier.
There's one uncommitted suggestion: https://github.com/robertgarrigos/backdrop/pull/9/files#r2672588650
Code LGTM! There's only one failing test, and it appears unrelated to this PR. This is RTBC.
I needed this exact functionality just a few days ago; I endorse its addition. I made a test module that creates a simple view with an exposed filter and an...
I've tested this locally by setting up a page that outputs `theme('more_help_link', array('url' => 'home'))`. LTR looks just fine:  However, RTL is too crowded:  I think that's because...
With the updated PR, RTL now looks good, too. Gonna look at some different themes next.