From dc829a2506b2c2ed8ca015de6d66123c0dacf4a3 Mon Sep 17 00:00:00 2001 From: Julien Gomes Dias Date: Sun, 7 Feb 2021 18:09:32 +0100 Subject: [PATCH] [nettoyage] --- config/plugins/shortcode-core.yaml | 1 - custom/shortcodes/RTLShortcode.php | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 config/plugins/shortcode-core.yaml delete mode 100644 custom/shortcodes/RTLShortcode.php 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