cf9cba40b6
A little detail: the "Add image" button was moved to a new table row, so it stands out more. Known bugs/errors: - When cropping an animated GIF inline (with a secondary JPG inline), although the images are correctly cropped, an empty error is displayed.
39 lines
569 B
PHP
39 lines
569 B
PHP
<?php
|
|
return array (
|
|
0 =>
|
|
array (
|
|
'id' =>
|
|
array (
|
|
'type' => 'int(11)',
|
|
'default' => NULL,
|
|
),
|
|
'user_id' =>
|
|
array (
|
|
'type' => 'int(11)',
|
|
'default' => NULL,
|
|
),
|
|
'description' =>
|
|
array (
|
|
'type' => 'text',
|
|
'default' => NULL,
|
|
),
|
|
'created_at' =>
|
|
array (
|
|
'type' => 'datetime',
|
|
'default' => NULL,
|
|
),
|
|
'updated_at' =>
|
|
array (
|
|
'type' => 'datetime',
|
|
'default' => NULL,
|
|
),
|
|
),
|
|
1 =>
|
|
array (
|
|
'pri' =>
|
|
array (
|
|
0 => 'id',
|
|
),
|
|
),
|
|
)
|
|
; |