This commit is contained in:
2025-05-13 10:45:11 -07:00
parent 4c54697245
commit 3fe72b47e6

View File

@@ -98,9 +98,8 @@ return [
$text = $attr["text"] ?? "";
return "<div class='row'>".$text."</div>";
},
"vc_column" => function ($attr) {
$text = $attr["text"] ?? "";
return "<div class='col'>".$text."</div>";
"vc_column" => function ($attr, $content) {
return "<div class='col'>".$content."</div>";
},
"vc_column_text" => function ($attr) {
$text = $attr["text"] ?? "";