From 65dc0ab293d96aafedcb5daa7eef776331fc510f Mon Sep 17 00:00:00 2001 From: garmoncheg Date: Wed, 25 Sep 2024 17:13:54 +0300 Subject: [PATCH] Add NDLA provider --- 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