diff --git a/lib/ContentHelpers.php b/lib/ContentHelpers.php index f6006f3..310b174 100644 --- a/lib/ContentHelpers.php +++ b/lib/ContentHelpers.php @@ -279,6 +279,11 @@ public static function extractFlexibleContent(Entry $entry, $locale, $children = 'lastUpdatedField' => $block->updatedDate ? $entry->dateUpdated : null, ]; break; + case 'alertBox': + $data = [ + 'content' => $block->alertBoxContent ?? null, + ]; + break; case 'childPageList': if (count($children) > 0) { // Work out if we can display a grid of photos