diff --git a/config.php b/config.php index 2775c23..508bbb7 100644 --- a/config.php +++ b/config.php @@ -92,4 +92,11 @@ return [ "meta-generator", "patterns", ], + + "shortcodes" => [ + "vc_row" => function ($attr) { + $text = $attr["text"] ?? ""; + return "
".$text."
"; + } + ] ];