DEV: Port the about page extra groups functionality into core #32659
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this change?
We want to merge the theme component that allows admins to display extra groups on the about page:
The settings for this are now under About your site:
All the code is lift-and-shift, with some minor adjustments, e.g. theme components can't use the
group_list
setting type, but it has been converted to that here.Also the system tests for the admin controls are new.
Note: This is gated behind a hidden site setting to avoid double rendering while we deprecate the theme component.