Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from samuba/patch-1
Browse files Browse the repository at this point in the history
Better name for widget permission
  • Loading branch information
calebgrove authored Feb 21, 2018
2 parents acb2e25 + 7dd3256 commit 5c5599f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-viewer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$kirby->set('widget', 'widget', __DIR__ . '/widget');
$kirby->set('widget', 'content-viewer', __DIR__ . '/widget');
$kirby->set('blueprint', 'content-viewer', __DIR__ . '/blueprints/content-viewer.yml');
$kirby->set('template', 'content-viewer', __DIR__ . '/templates/content-viewer.php');

Expand Down
File renamed without changes.

0 comments on commit 5c5599f

Please sign in to comment.