Robert J. Lang

Results 263 comments of Robert J. Lang

Hi @a-tanvi (and @stpaultim), here's examples of both: * `` element: See "Administration" (or any other project group) on the page at `admin/modules/list` * `` element: See "How layouts work"...

> Also, the arrows are different... Yeah, this came up here, too: https://github.com/backdrop/backdrop-issues/issues/5090#issuecomment-1013975597

Just throwing out ideas here. Add a checkbox (or set of checkboxes?) to the Basis theme: [ ] Use Basis2024 settings When updating from old sites, default is unchecked. When...

Yes, i see the other issue from @stpaultim now.

For parallelness of construction, grammar, and punctuation, should it be [Read more](#); [see 1 comment](#); [add comment](#) ?

I added another PR that fixes the capitalization of "Add" in addition to the CSS change of the existing PR. ![image](https://github.com/backdrop/backdrop-issues/assets/29214084/82eae1d2-9985-40a7-8927-a1822bf48c7d) There's still the question of whether inline links should...

Meanwhile, tests need to be updated for this PR (to check for consistent capitalization).

> Middot: > `Read more · 1 comment · Add comment` Middot is my favorite, too, and a nice thing about not using sentence punctuation is then capitalizing each element...

I modified the PR to go back to always capitalizing and use heavy dots for delimiters (which seemed better balanced to me): ![image](https://github.com/backdrop/backdrop-issues/assets/29214084/76f70203-ddfa-49b8-a429-aea5d84b0ba9) Using diferent delimiters for inline links seems...

Here's an example using `redirect_handler_field_redirect_operations.inc`: create a View table of URL redirects, then add the Operations field. In Seven (in the View editor), it looks like this: ![image](https://github.com/backdrop/backdrop-issues/assets/29214084/83a251a8-dfd9-496d-aeb2-8dfb0ef05c70) And in...