|
@@ -2,11 +2,11 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
use Flynt\Features\Components\Component; |
|
4
|
4
|
|
|
5
|
|
-add_action('wp_enqueue_scripts', function () { |
|
|
5
|
+add_action('wp_enqueue_scripts', function() { |
|
6
|
6
|
Component::enqueueAssets('BlockStyleguide'); |
|
7
|
7
|
}); |
|
8
|
8
|
|
|
9
|
|
-add_filter('Flynt/addComponentData?name=BlockStyleguide', function ($data) { |
|
|
9
|
+add_filter('Flynt/addComponentData?name=BlockStyleguide', function($data) { |
|
10
|
10
|
$data['colors'] = [ |
|
11
|
11
|
[ |
|
12
|
12
|
'name' => '$globalColorBackground', |
Please login to merge, or discard this patch.