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 embeds
pull/6701/head
Vlad Herasymenko 2020-12-09 20:07:08 +02:00 zatwierdzone przez Matt Westcott
rodzic 9a1fc6d243
commit 454002fbd7
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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',
}
]