Proyectos de Subversion LeadersLinked - Backend

Rev

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

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