Proyectos de Subversion LeadersLinked - Backend

Rev

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

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