add support for article specific og image

This commit is contained in:
Tobias Brunner 2025-07-08 16:02:12 +02:00
parent 1d190fe182
commit 6b689704b0
No known key found for this signature in database
5 changed files with 49 additions and 6 deletions

View file

@ -69,8 +69,8 @@ class ArticleAdmin(admin.ModelAdmin):
(
"Images",
{
"fields": ("image_library",),
"description": "Select an image from the Image Library.",
"fields": ("image_library", "og_image"),
"description": "Select an image from the Image Library and optionally upload a specific Open Graph image for social sharing.",
},
),
(