WIP
This commit is contained in:
@@ -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"] ?? "";
|
||||
|
||||
Reference in New Issue
Block a user