add support for article specific og image
This commit is contained in:
parent
1d190fe182
commit
6b689704b0
5 changed files with 49 additions and 6 deletions
|
@ -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.",
|
||||
},
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue