diff --git a/config/plugins/shortcode-core.yaml b/config/plugins/shortcode-core.yaml deleted file mode 100644 index fe083e0b..00000000 --- a/config/plugins/shortcode-core.yaml +++ /dev/null @@ -1 +0,0 @@ -custom_shortcodes: '/user/custom/shortcodes' \ No newline at end of file diff --git a/custom/shortcodes/RTLShortcode.php b/custom/shortcodes/RTLShortcode.php deleted file mode 100644 index 32032c92..00000000 --- a/custom/shortcodes/RTLShortcode.php +++ /dev/null @@ -1,14 +0,0 @@ -shortcode->getHandlers()->add('rtl', function(ShortcodeInterface $sc) { - return '
'.$sc->getContent().'
'; - }); - } -} \ No newline at end of file