actuel-inactuel/site/plugins/your-plugin/index.php

16 lines
374 B
PHP

<?php
Kirby::plugin('studio-variable/web2print', [
'fields' => [
'web2print' => [
'props' => [
'options' => function ($options = []) {
return $options;
},
'value' => function ($value = []) {
return $value;
}
],
],
],
]);