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 44... Línea 44...
44
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
44
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
45
                [
45
                [
46
                    'name' => \Laminas\Filter\StripTags::class,
46
                    'name' => \Laminas\Filter\StripTags::class,
47
                    'options' => [
47
                    'options' => [
48
                        'allowTags'     => [
48
                        'allowTags'     => [
49
                            'h1','h2','h3','h4','h5','46','p','pre','strong','em','s','span','big','small','tt',
49
                            'h1','h2','h3','h4','h5','h6','p','strong','em','s','span','big','small','tt',
50
                            'code','kbd','samp','var','del','ins','cite','hr','table','thead','tr','th','td','img',
50
                            'hr','table','thead','tr','th','td','img', 'a','style'
51
                            'a','style'
-
 
52
                        ],
51
                        ],
53
                    ]
52
                    ]
Línea 54... Línea 53...
54
                    
53
                    
55
                ],
54
                ],