We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1336879 commit 06035f5Copy full SHA for 06035f5
Plugin/PageBuilder/Model/Filter/TemplatePlugin.php
@@ -10,19 +10,12 @@
10
11
class TemplatePlugin
12
{
13
- /**
14
- * @param Config $config
15
- * @param ExternalVideoReplacer $externalVideoReplacer
16
- */
17
public function __construct(
18
private readonly Config $config,
19
private readonly ExternalVideoReplacer $externalVideoReplacer
20
) {
21
}
22
23
24
- * Replace YouTube iframe sources for page builder templates
25
26
public function afterFilter(Template $subject, string $result): string
27
28
// Only process if the block_videos_until_consent feature is enabled
0 commit comments