1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Support .svg upload (#24459)

This commit is contained in:
Daniel Adams
2022-01-21 19:04:18 +01:00
committed by GitHub
parent c42823af9d
commit 721f1d09ed
2 changed files with 8 additions and 0 deletions

View File

@@ -43,6 +43,9 @@ We support these files:
* PNG (*.png*) * PNG (*.png*)
* GIF (*.gif*) * GIF (*.gif*)
* JPEG (*.jpg*) * JPEG (*.jpg*)
{%- if svg-support %}
* SVG (*.svg*)
{%- endif %}
* Log files (*.log*) * Log files (*.log*)
* Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents * Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents
* Text files (*.txt*) * Text files (*.txt*)

View File

@@ -0,0 +1,5 @@
# Releases issue #1951
# Support upload of SVG files
versions:
fpt: '*'
ghec: '*'