[fix] select webpages
parent
5bdc4f8b69
commit
5e8f6c39d4
|
|
@ -178,5 +178,11 @@ FILEBROWSER_EXTENSIONS = {
|
|||
'Audio': ['.mp3', '.mp4', '.wav', '.aiff', '.midi', '.m4p'],
|
||||
'Strona internetowa': ['.html']
|
||||
}
|
||||
FILEBROWSER_SELECT_FORMATS = {
|
||||
'file': ['Image', 'Document', 'Video', 'Audio', 'Strona internetowa'],
|
||||
'image': ['Image', 'Strona internetowa'],
|
||||
'document': ['Document', 'Strona internetowa'],
|
||||
'media': ['Video', 'Audio', 'Strona internetowa'],
|
||||
}
|
||||
|
||||
TABBED_ADMIN_USE_JQUERY_UI = True
|
||||
|
|
|
|||
Loading…
Reference in New Issue