Support .svg upload (#24459)
This commit is contained in:
@@ -43,6 +43,9 @@ We support these files:
|
||||
* PNG (*.png*)
|
||||
* GIF (*.gif*)
|
||||
* JPEG (*.jpg*)
|
||||
{%- if svg-support %}
|
||||
* SVG (*.svg*)
|
||||
{%- endif %}
|
||||
* Log files (*.log*)
|
||||
* Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents
|
||||
* Text files (*.txt*)
|
||||
|
||||
5
data/features/svg-support.yml
Normal file
5
data/features/svg-support.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Releases issue #1951
|
||||
# Support upload of SVG files
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
Reference in New Issue
Block a user