Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6619
Línea 56... Línea 56...
56
            ]
56
            ]
57
         ]);
57
         ]);
Línea 58... Línea 58...
58
        
58
        
59
        $this->add([
59
        $this->add([
60
            'name' => 'background',
60
            'name' => 'background',
61
            'type' => \Laminas\Form\Element\File::class,
61
            'type' => \Laminas\Form\Element\Hidden::class,
62
            'attributes' => [
62
            'attributes' => [
63
                'id' => 'background',
63
                'id' => 'background',
64
            ]
64
            ]