mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Allow all tags on articles
This commit is contained in:
parent
9bf63db499
commit
10f6b2f510
1 changed files with 48 additions and 47 deletions
|
@ -33,6 +33,7 @@ class Articles extends PluginAbstract {
|
|||
$obj = new stdClass();
|
||||
$obj->allowAttributes = false;
|
||||
$obj->allowCSS = false;
|
||||
$obj->allowAllTags = false;
|
||||
return $obj;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue