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