Add optional preview pictures/icons to eggs #177

Closed
opened 2026-02-05 17:14:18 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @lancepioch on GitHub (Oct 20, 2024).

Originally assigned to: @notAreYouScared on GitHub.

  • Should be an new optional root level parameter in egg configuration
  • Must be a base64 data URI scheme of an image (png) - example below
  • The image must be perfectly square, ideally 100px at least
  • Eggs in this repo must be updated with this change
  • Other eggs must be updated asap afterwards

Valid URI Example

"preview": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="
Originally created by @lancepioch on GitHub (Oct 20, 2024). Originally assigned to: @notAreYouScared on GitHub. * [x] Should be an new optional root level parameter in egg configuration * [x] Must be a base64 data URI scheme of an image (png) - example below * [ ] The image must be perfectly square, ideally 100px at least * [x] Eggs in this repo must be updated with this change * [ ] Other eggs must be updated asap afterwards Valid URI Example ```json "preview": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" ```
OVERLORD added the 🟡 medium label 2026-02-05 17:14:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#177