kopia lustrzana https://github.com/wagtail/wagtail
Include default emed finders in facebook embeds configuration example (#6625)
Facebook and Instagram embeds configuration section should include the default finders for all other providers. It's unclear for someone who just wants to fix his facebook embedspull/6701/head
rodzic
9a1fc6d243
commit
454002fbd7
|
|
@ -221,6 +221,11 @@ the App ID and App Secret from your app:
|
|||
'class': 'wagtail.embeds.finders.instagram',
|
||||
'app_id': 'YOUR INSTAGRAM APP_ID HERE',
|
||||
'app_secret': 'YOUR INSTAGRAM APP_SECRET HERE',
|
||||
},
|
||||
|
||||
# Handles all other oEmbed providers the default way
|
||||
{
|
||||
'class': 'wagtail.embeds.finders.oembed',
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue