actuel-inactuel/site/plugins/kirby-seo/config/sections.php
2025-05-13 09:03:14 +02:00

20 lines
328 B
PHP

<?php
use Kirby\Toolkit\A;
return [
'seo-preview' => [
'mixins' => ['headline'],
'computed' => [
'options' => function () {
return A::map(option('tobimori.seo.previews'), fn ($item) => [
'value' => $item,
'text' => t($item)
]);
}
]
],
'heading-structure' => [
'mixins' => ['headline']
]
];