7 lines
89 B
PHP
7 lines
89 B
PHP
<?php
|
|
|
|
Kirby::plugin('getkirby/pluginkit', [
|
|
'sections' => [
|
|
'demo' => []
|
|
],
|
|
]);
|