acf footer block can have buttons or blurb

This commit is contained in:
2026-01-04 18:00:37 +00:00
parent fe0ca810c9
commit 7fb3851141

View File

@@ -1,4 +1,4 @@
@if($props['blurb'])
@if($props['blurb'] || $props['links'])
@php
$containerProps = [
'width' => $props['container_width'],