diff --git a/flextype/shortcodes/SnippetsShortcode.php b/flextype/shortcodes/SnippetsShortcode.php index f71dd002..c3d065e3 100644 --- a/flextype/shortcodes/SnippetsShortcode.php +++ b/flextype/shortcodes/SnippetsShortcode.php @@ -15,7 +15,6 @@ namespace Flextype; use Thunder\Shortcode\ShortcodeFacade; use Thunder\Shortcode\Shortcode\ShortcodeInterface; -// Snippets // Shortcode: [snippets fetch=snippet-name] $flextype['shortcodes']->addHandler('snippets', function(ShortcodeInterface $s) use ($flextype) { return $flextype['shortcodes']->fetch($s->getParameter('fetch')); diff --git a/site/plugins/a/ATwigExtension.php b/site/plugins/a/ATwigExtension.php deleted file mode 100644 index 9c0569cc..00000000 --- a/site/plugins/a/ATwigExtension.php +++ /dev/null @@ -1,24 +0,0 @@ -get('/test', function (Request $request, Response $response, array $args) { -// return 'test'; -//}); - -//Flextype::container()['view']->addExtension(new ATwigExtension()); - -//Flextype::flextype()->version(); diff --git a/site/plugins/a/a.yaml b/site/plugins/a/a.yaml deleted file mode 100755 index dc1ea820..00000000 --- a/site/plugins/a/a.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: Site -version: 0.0.0 -description: "Site plugin for Flextype" -author: - name: Sergey Romanenko - email: awilum@yandex.ru - url: http://flextype.org -homepage: https://github.com/flextype-plugins/admin -bugs: https://github.com/flextype-plugins/admin/issues -license: MIT diff --git a/site/plugins/a/settings.yaml b/site/plugins/a/settings.yaml deleted file mode 100644 index d4ca9418..00000000 --- a/site/plugins/a/settings.yaml +++ /dev/null @@ -1 +0,0 @@ -enabled: true diff --git a/site/plugins/site/site.yaml b/site/plugins/site/site.yaml index dc1ea820..5db6a2c7 100755 --- a/site/plugins/site/site.yaml +++ b/site/plugins/site/site.yaml @@ -1,5 +1,5 @@ name: Site -version: 0.0.0 +version: 1.0.0 description: "Site plugin for Flextype" author: name: Sergey Romanenko