Skip to content

Commit 54be8bf

Browse files
authored
Merge pull request #282 from itk-dev/feature/LOOP-1166-dream-broker
LOOP-1166: Added dreambroker as option
2 parents e6095db + cff03ad commit 54be8bf

File tree

1 file changed

+4
-0
lines changed
  • web/profiles/custom/os2loop/modules/os2loop_oembed/src/TwigExtension

1 file changed

+4
-0
lines changed

web/profiles/custom/os2loop/modules/os2loop_oembed/src/TwigExtension/TwigExtension.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ public function createVideo(array $text): ?string {
124124
'provider' => 'Microsoft Stream',
125125
'requiredCookies' => NULL,
126126
],
127+
'dreambroker.com' => [
128+
'type' => 'custom',
129+
'requiredCookies' => 'cookie_cat_statistic',
130+
],
127131

128132
];
129133

0 commit comments

Comments
 (0)