WIP
This commit is contained in:
@@ -98,9 +98,8 @@ return [
|
|||||||
$text = $attr["text"] ?? "";
|
$text = $attr["text"] ?? "";
|
||||||
return "<div class='row'>".$text."</div>";
|
return "<div class='row'>".$text."</div>";
|
||||||
},
|
},
|
||||||
"vc_column" => function ($attr) {
|
"vc_column" => function ($attr, $content) {
|
||||||
$text = $attr["text"] ?? "";
|
return "<div class='col'>".$content."</div>";
|
||||||
return "<div class='col'>".$text."</div>";
|
|
||||||
},
|
},
|
||||||
"vc_column_text" => function ($attr) {
|
"vc_column_text" => function ($attr) {
|
||||||
$text = $attr["text"] ?? "";
|
$text = $attr["text"] ?? "";
|
||||||
|
|||||||
Reference in New Issue
Block a user