Open
Description
After upgrading to version 3.5.3 placeholders don't work for me anymore. FileBrowseFields with empty values just return an empty string rather than the placeholder fb_version.
Relevant filebrowser settings:
FILEBROWSER_DIRECTORY = ''
FILEBROWSER_VERSIONS_BASEDIR = '.v'
FILEBROWSER_VERSIONS = {
'admin_thumbnail': {
'verbose_name': ugettext('Admin thumbnail'),
'width': 60, 'height': 60, 'opts': 'crop upscale'
},
'content_image_1c': {
'verbose_name': ugettext('Content image'),
'width': 400, 'height': 225, 'opts': 'crop upscale'
},
}
FILEBROWSER_PLACEHOLDER = 'backgrounds/placeholder.png'
FILEBROWSER_SHOW_PLACEHOLDER = True