Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17215 Rev 17219
Línea 45... Línea 45...
45
                'id'    => 'order',
45
                'id'    => 'order',
46
            ],
46
            ],
47
        ]);
47
        ]);
Línea 48... Línea 48...
48
        
48
        
49
        $this->add([
49
        $this->add([
50
            'name' => 'file',
50
            'name' => 'image',
51
            'type' => Hidden::class,
51
            'type' => Hidden::class,
52
            'attributes' => [
52
            'attributes' => [
53
                'id' => 'file',
53
                'id' => 'image',
54
            ]
54
            ]
Línea 55... Línea 55...
55
        ]);
55
        ]);
56
 
56