8 lines
202 B
PHP
8 lines
202 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// ================================================
|
||
|
|
// Register panel field
|
||
|
|
// ================================================
|
||
|
|
|
||
|
|
$kirby->set('field', 'embed', dirname(__DIR__) . DS . 'field');
|