Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6661
Línea 43... Línea 43...
43
            ],
43
            ],
44
        ]);
44
        ]);
Línea 45... Línea 45...
45
        
45
        
46
        $this->add([
46
        $this->add([
47
            'name' => 'background',
47
            'name' => 'background',
48
            'type' => \Laminas\Form\Element\File::class,
48
            'type' => \Laminas\Form\Element\Hidden::class,
49
            'attributes' => [
49
            'attributes' => [
50
                'id' => 'background',
50
                'id' => 'background',
51
            ]
51
            ]