You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the default configuration using vendor publish, when I add "nav" to the default HTML.allowed setting, like so 'HTML.Allowed' => 'div,b,strong,i,em,u,a[href|title],ul,ol,li,p[style],br,span[style],img[width|height|alt|src],nav'1
I get the following error: Element 'nav' is not supported in HTMLDefinition.php (line 311)
I thought that the custom_definition should have resolved that. Is there something I have to do after to enable the HTML
I'm running mews/purfier 2.0.7 with htmlpurifer 4.8.0
The text was updated successfully, but these errors were encountered:
Using the default configuration using vendor publish, when I add "nav" to the default HTML.allowed setting, like so
'HTML.Allowed' => 'div,b,strong,i,em,u,a[href|title],ul,ol,li,p[style],br,span[style],img[width|height|alt|src],nav'1
I get the following error:
Element 'nav' is not supported
in HTMLDefinition.php (line 311)
I thought that the custom_definition should have resolved that. Is there something I have to do after to enable the HTML
I'm running mews/purfier 2.0.7 with htmlpurifer 4.8.0
The text was updated successfully, but these errors were encountered: