Skip to content

Commit

Permalink
Feat: Segment to placeholder image (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Oct 13, 2023
1 parent 2a65939 commit 9a2fed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ public function __construct()
// Add filters to add emblem on blocks and cards with placeholders
add_filter('ComponentLibrary/Component/Card/Data', [$this, 'componentDataEmblemFilter'], 10, 1);
add_filter('ComponentLibrary/Component/Block/Data', [$this, 'componentDataEmblemFilter'], 10, 1);
add_filter('ComponentLibrary/Component/Segment/Data', [$this, 'componentDataEmblemFilter'], 10, 1);

$googleTranslate = new \Municipio\Helper\GoogleTranslate();

Expand Down

0 comments on commit 9a2fed8

Please sign in to comment.