From 48d6ddbecaffbcf5f6bc88082ea6b439097350fd Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Thu, 19 Oct 2023 12:27:33 +0200 Subject: [PATCH] test: testing if building correctly --- source/php/Component/Typography/Typography.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/php/Component/Typography/Typography.php b/source/php/Component/Typography/Typography.php index 75d3ed23..49c32c1a 100644 --- a/source/php/Component/Typography/Typography.php +++ b/source/php/Component/Typography/Typography.php @@ -30,7 +30,7 @@ public function init() { self::$hasSeenH1 = true; } } - + $this->data['attributeList']['niclas-har-fel-om-denna-visas'] = ''; //Variant $this->data['classList'][] = $this->getBaseClass() . "__variant--" . $variant; }