decarbone/site/plugins/kirby-writer-callout/index.php
2026-02-13 15:40:11 +01:00

9 lines
280 B
PHP

<?php
/*
* Add `article-footnote` to Kirby's Sane class allowed tags, otherwise
* the writer field content parsed by the sanitizer would strip it
*/
// \Kirby\Sane\Html::$allowedTags['article-footnote'] = true;
\Kirby\Cms\App::plugin('adrienpayet/kirby-writer-callout', []);