Skip to content

Commit

Permalink
Merge pull request #3325 from bolt/allow-editing-yaml
Browse files Browse the repository at this point in the history
Allow editing YAML files through the Bolt Backend
  • Loading branch information
bobdenotter authored Sep 29, 2022
2 parents f0b1ec1 + 2ca1be2 commit 4ddea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bolt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ htmlcleaner:

# Define the file types (extensions to be exact) that are acceptable for upload
# in either file fields or through the files screen.
accept_file_types: [ twig, html, js, css, scss, gif, jpg, jpeg, png, ico, zip, tgz, txt, md, doc, docx, pdf, epub, xls, xlsx, ppt, pptx, mp3, ogg, wav, m4a, mp4, m4v, ogv, wmv, avi, webm, svg, webp, avif]
accept_file_types: [ yaml, twig, html, js, css, scss, gif, jpg, jpeg, png, ico, zip, tgz, txt, md, doc, docx, pdf, epub, xls, xlsx, ppt, pptx, mp3, ogg, wav, m4a, mp4, m4v, ogv, wmv, avi, webm, svg, webp, avif]

# Alternatively, if you wish to limit these, uncomment the following list
# instead. It just includes file types / extensions that are harder to exploit.
Expand Down

0 comments on commit 4ddea80

Please sign in to comment.