Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15459 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15459 Rev 17002
Línea 20... Línea 20...
20
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
20
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
21
                [
21
                [
22
                    'name' => \Laminas\Filter\StripTags::class,
22
                    'name' => \Laminas\Filter\StripTags::class,
23
                    'options' => [
23
                    'options' => [
24
                        'allowTags'     => [
24
                        'allowTags'     => [
25
                            'h1','h2','h3','h4','h5','46','p','pre','strong','em','s','span','big','small','tt',
25
                            'h1','h2','h3','h4','h5','h6','p','strong','em','s','span','big','small','tt',
26
                            'code','kbd','samp','var','del','ins','cite','hr','table','thead','tr','th','td','img',
26
                            'hr','table','thead','tr','th','td','img', 'a','style'
27
                            'a','style'
-
 
28
                        ],
27
                        ],
29
                    ]
28
                    ]
Línea 30... Línea 29...
30
                    
29
                    
31
                ],
30
                ],