From ed5802066583b43d0cb3b256620cd53e63dadb99 Mon Sep 17 00:00:00 2001 From: Holger Meyer Date: Sat, 1 Apr 2023 21:44:39 +0200 Subject: [PATCH] feat(plugin): Added block factory information --- site/plugins/block-factory/composer.json | 11 +++++++++++ site/plugins/block-factory/index.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 site/plugins/block-factory/composer.json diff --git a/site/plugins/block-factory/composer.json b/site/plugins/block-factory/composer.json new file mode 100644 index 0000000..7e3a250 --- /dev/null +++ b/site/plugins/block-factory/composer.json @@ -0,0 +1,11 @@ +{ + "name": "fork/blockfactory", + "description": "Fork blockfactory", + "version": "1.0.0", + "license": "MIT", + "authors": [ + { + "name": "Fork Unstable Media GmbH" + } + ] +} diff --git a/site/plugins/block-factory/index.php b/site/plugins/block-factory/index.php index f524d0a..37e0910 100644 --- a/site/plugins/block-factory/index.php +++ b/site/plugins/block-factory/index.php @@ -1,6 +1,6 @@ [ 'blocks/accordion' => __DIR__ . '/blueprints/blocks/accordion.yml' ],