From eee3ab75d1220c9a428101480966018e5842eb29 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Tue, 13 May 2025 10:38:46 -0700 Subject: [PATCH] WIP --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 508bbb7..077a1ed 100644 --- a/config.php +++ b/config.php @@ -94,7 +94,7 @@ return [ ], "shortcodes" => [ - "vc_row" => function ($attr) { + "vc_roww" => function ($attr) { $text = $attr["text"] ?? ""; return "
".$text."
"; }