From 7833938678fcc09ac4cfc99e70498cff2e172f28 Mon Sep 17 00:00:00 2001 From: garmoncheg Date: Wed, 25 Sep 2024 18:42:34 +0300 Subject: [PATCH] oEmbed: Add NDLA provider (#556) --- lib/plugins/system/oembed/providers.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/plugins/system/oembed/providers.json b/lib/plugins/system/oembed/providers.json index d2d06355e..f8d8489f3 100644 --- a/lib/plugins/system/oembed/providers.json +++ b/lib/plugins/system/oembed/providers.json @@ -1141,5 +1141,12 @@ "piggy.to/view/*" ], "endpoint": "https://piggy.to/oembed" + }, + { + "name": "NDLA", + "templates": [ + "ndla.no/*" + ], + "endpoint": "https://ndla.no/oembed" } ] \ No newline at end of file