@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | use Timber\Timber; |
6 | 6 | use Flynt\Features\Components\Component; |
7 | 7 | |
8 | -add_action('wp_enqueue_scripts', function () { |
|
8 | +add_action('wp_enqueue_scripts', function() { |
|
9 | 9 | Component::enqueueAssets('DocumentDefault', [ |
10 | 10 | [ |
11 | 11 | 'name' => 'console-polyfill', |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | ]); |
36 | 36 | }, 0); |
37 | 37 | |
38 | -add_filter('Flynt/addComponentData?name=DocumentDefault', function ($data) { |
|
38 | +add_filter('Flynt/addComponentData?name=DocumentDefault', function($data) { |
|
39 | 39 | $context = Timber::get_context(); |
40 | 40 | |
41 | 41 | $output = [ |