Proyectos de Subversion LeadersLinked - Services

Rev

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

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