Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17235 Rev 17242
Línea 30... Línea 30...
30
                'id'    => 'description',
30
                'id'    => 'description',
31
            ]
31
            ]
32
        ]);
32
        ]);
Línea 33... Línea 33...
33
        
33
        
34
        $this->add([
34
        $this->add([
35
            'name' => 'file',
35
            'name' => 'image',
36
            'type' => \Laminas\Form\Element\Hidden::class,
36
            'type' => \Laminas\Form\Element\Hidden::class,
37
            'attributes' => [
37
            'attributes' => [
38
                'id' => 'file',
38
                'id' => 'image',
39
            ]
39
            ]
40
        ]);
40
        ]);
41
    }
41
    }