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 65... Línea 65...
65
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
65
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
66
                [
66
                [
67
                    'name' => \Laminas\Filter\StripTags::class,
67
                    'name' => \Laminas\Filter\StripTags::class,
68
                    'options' => [
68
                    'options' => [
69
                        'allowTags'     => [
69
                        'allowTags'     => [
70
                            'h1','h2','h3','h4','h5','46','p','pre','strong','em','s','span','big','small','tt',
70
                            'h1','h2','h3','h4','h5','h6','p','strong','em','s','span','big','small','tt',
71
                            'code','kbd','samp','var','del','ins','cite','hr','table','thead','tr','th','td','img',
71
                            'hr','table','thead','tr','th','td','img', 'a','style'
72
                            'a','style'
-
 
73
                        ],
72
                        ],
74
                    ]
73
                    ]
Línea 75... Línea 74...
75
                    
74
                    
76
                ],
75
                ],