acf footer block can have buttons or blurb

This commit is contained in:
2026-01-04 18:00:37 +00:00
parent 2c4934fd3c
commit d3f0b9300b

View File

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