Skip to content

Commit

Permalink
feat(plugin): Added block factory information
Browse files Browse the repository at this point in the history
  • Loading branch information
holmey committed Apr 1, 2023
1 parent 109687c commit ed58020
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions site/plugins/block-factory/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "fork/blockfactory",
"description": "Fork blockfactory",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
"name": "Fork Unstable Media GmbH"
}
]
}
2 changes: 1 addition & 1 deletion site/plugins/block-factory/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

Kirby::plugin('cookbook/block-factory', [
Kirby::plugin('fork/block-factory', [
'blueprints' => [
'blocks/accordion' => __DIR__ . '/blueprints/blocks/accordion.yml'
],
Expand Down

0 comments on commit ed58020

Please sign in to comment.