[TESTS] Add to the supported configuration list, the mimetypes of all sample-upload
files
This commit is contained in:
parent
8238980395
commit
86ac5c52a1
31
social.yaml
31
social.yaml
@ -62,6 +62,12 @@ parameters:
|
|||||||
ssl:
|
ssl:
|
||||||
dir: "%kernel.project_dir%/file/attachments/"
|
dir: "%kernel.project_dir%/file/attachments/"
|
||||||
supported:
|
supported:
|
||||||
|
application/gpx+xml: gpx
|
||||||
|
application/msword: doc
|
||||||
|
application/ogg: ogx
|
||||||
|
application/pdf: pdf
|
||||||
|
application/vnd.ms-excel: xls
|
||||||
|
application/vnd.ms-powerpoint: ppt
|
||||||
application/vnd.oasis.opendocument.chart: odc
|
application/vnd.oasis.opendocument.chart: odc
|
||||||
application/vnd.oasis.opendocument.formula: odf
|
application/vnd.oasis.opendocument.formula: odf
|
||||||
application/vnd.oasis.opendocument.graphics: odg
|
application/vnd.oasis.opendocument.graphics: odg
|
||||||
@ -71,28 +77,29 @@ parameters:
|
|||||||
application/vnd.oasis.opendocument.presentation-template: otp
|
application/vnd.oasis.opendocument.presentation-template: otp
|
||||||
application/vnd.oasis.opendocument.spreadsheet: ods
|
application/vnd.oasis.opendocument.spreadsheet: ods
|
||||||
application/vnd.oasis.opendocument.spreadsheet-template: ots
|
application/vnd.oasis.opendocument.spreadsheet-template: ots
|
||||||
application/vnd.oasis.opendocument.text: odt
|
|
||||||
application/vnd.oasis.opendocument.text-master: odm
|
application/vnd.oasis.opendocument.text-master: odm
|
||||||
|
application/vnd.oasis.opendocument.text: odt
|
||||||
application/vnd.oasis.opendocument.text-template: ott
|
application/vnd.oasis.opendocument.text-template: ott
|
||||||
application/vnd.oasis.opendocument.text-web: oth
|
application/vnd.oasis.opendocument.text-web: oth
|
||||||
application/pdf: pdf
|
application/vnd.openxmlformats-officedocument.presentationml.pre: potm
|
||||||
application/zip: zip
|
application/vnd.openxmlformats-officedocument.spreadsheetml.shee: xlsx
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.d: docx
|
||||||
application/x-bzip2: bz2
|
application/x-bzip2: bz2
|
||||||
application/x-go-sgf: sgf
|
application/x-go-sgf: sgf
|
||||||
application/xml: xml
|
application/xml: xml
|
||||||
application/gpx+xml: gpx
|
application/zip: zip
|
||||||
image/png: png
|
|
||||||
image/jpeg: jpeg
|
|
||||||
image/gif: gif
|
|
||||||
image/vnd.microsoft.icon: ico
|
|
||||||
image/svg+xml: svg
|
|
||||||
audio/ogg: ogg
|
|
||||||
audio/mpeg: mpg
|
audio/mpeg: mpg
|
||||||
|
audio/ogg: ogg
|
||||||
audio/x-speex: spx
|
audio/x-speex: spx
|
||||||
application/ogg: ogx
|
image/gif: gif
|
||||||
|
image/jpeg: jpeg
|
||||||
|
image/png: png
|
||||||
|
image/svg+xml: svg
|
||||||
|
image/vnd.microsoft.icon: ico
|
||||||
text/plain: txt
|
text/plain: txt
|
||||||
video/mpeg: mpeg
|
text/rtf: rtf
|
||||||
video/mp4: mp4
|
video/mp4: mp4
|
||||||
|
video/mpeg: mpeg
|
||||||
video/ogg: ogv
|
video/ogg: ogv
|
||||||
video/quicktime: mov
|
video/quicktime: mov
|
||||||
video/webm: webm
|
video/webm: webm
|
||||||
|
Loading…
Reference in New Issue
Block a user