From 3fe72b47e6f841b4d5c980d2d2e710f223a196eb Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 10:45:11 -0700 Subject: [PATCH] WIP --- config.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index d0393a5..ef195a6 100644 --- a/config.php +++ b/config.php @@ -98,9 +98,8 @@ return [ $text = $attr["text"] ?? ""; return "
".$text."
"; }, - "vc_column" => function ($attr) { - $text = $attr["text"] ?? ""; - return "
".$text."
"; + "vc_column" => function ($attr, $content) { + return "
".$content."
"; }, "vc_column_text" => function ($attr) { $text = $attr["text"] ?? "";