Skip to content

Commit ed729a0

Browse files
committed
varchar in be_media_preview ermöglichen
FriendsOfREDAXO/neues#114
1 parent d72ba49 commit ed729a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/yform/value/be_media_preview.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function getDefinitions(): array
1818
],
1919
'description' => rex_i18n::msg('yform_values_be_media_preview_description'),
2020
'formbuilder' => false,
21-
'db_type' => ['text'],
21+
'db_type' => ['text', 'varchar(191)'],
2222
];
2323
}
2424

package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: yform_field
2-
version: '2.7.0'
2+
version: '2.7.1'
33

44
author: 'alex+ Digitales Marketing: Alexander Walther, Paul Götz'
55
supportpage: https://github.com/alexplusde/yform_field

0 commit comments

Comments
 (0)