acf footer block can have buttons or blurb

This commit is contained in:
2026-01-04 18:00:37 +00:00
parent afa130a3a5
commit 1907db914e

View File

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