update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
9
site/plugins/kirby-writer-callout/index.php
Normal file
9
site/plugins/kirby-writer-callout/index.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?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', []);
|
||||
Loading…
Add table
Add a link
Reference in a new issue