Use case
For example, a domain-specific JupyterHub may want to pre-load the gallery with layers relevant to them.
Preferred solution
Implement two new settings, e.g.:
galleryEntries: Override the default gallery
extendGalleryEntries: Extend the default gallery with new items -- would be deep merged with the default gallery
Each would follow the existing gallery schema, so you could define new tabs or add items to existing tabs.
Alternative solutions
No response