This commit is contained in:
2025-05-13 10:37:58 -07:00
parent a9ff33a588
commit 443010607d

View File

@@ -92,4 +92,11 @@ return [
"meta-generator",
"patterns",
],
"shortcodes" => [
"vc_row" => function ($attr) {
$text = $attr["text"] ?? "";
return "<div class='row'>".$text."</div>";
}
]
];