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