Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15461 Rev 17002
Línea 116... Línea 116...
116
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
116
                ['name' => \LeadersLinked\Filter\HtmlPurify::class],
117
                [
117
                [
118
                    'name' => \Laminas\Filter\StripTags::class,
118
                    'name' => \Laminas\Filter\StripTags::class,
119
                    'options' => [
119
                    'options' => [
120
                        'allowTags'     => [
120
                        'allowTags'     => [
121
                            'h1','h2','h3','h4','h5','46','p','pre','strong','em','s','span','big','small','tt',
121
                            'h1','h2','h3','h4','h5','h6','p','strong','em','s','span','big','small','tt',
122
                            'code','kbd','samp','var','del','ins','cite','hr','table','thead','tr','th','td','img',
122
                            'hr','table','thead','tr','th','td','img', 'a','style'
123
                            'a','style'
-
 
124
                        ],
123
                        ],
125
                    ]
124
                    ]
Línea 126... Línea 125...
126
                    
125
                    
127
                ],
126
                ],