Skip to content
Snippets Groups Projects
Verified Commit 4a183f21 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

allow uploading SVG files, do not install class-sic-editor by default

parent 40272326
No related branches found
No related tags found
1 merge request!133Resolve "Do not install classic-editor plugin by default"
Pipeline #12783 passed with stages
in 48 seconds
......@@ -5,7 +5,7 @@ description: WordPress with a replicated MariaDB backend
name: wordpress
# Please only change the chart version as part of the release procedure: see
# RELEASING.md
version: 0.6.11
version: 0.6.12
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
dependencies:
- name: mariadb
......
......@@ -37,6 +37,8 @@ wordpress:
# # IF debug.wp_debug, log to display (i.e. inside the site)
# wp_debug_display: false
# Edit this list to add plugins that will be installed before the WordPress
# container starts.
plugins:
# Download plugin by slug from WordPress
- classic-editor
......
......@@ -115,8 +115,7 @@ wordpress:
# override this value, you need to copy whatever default values you want to
# keep. This value is *overridden*, not *merged*.
# Values can either be a slug for a WordPress plugin, or an URL to a zip file.
plugins:
- classic-editor
plugins: []
# By default we disable updating WordPress from the inside, because these
# updates will not persist over pod deletions. Updates should be managed by
# Helm.
......@@ -145,7 +144,7 @@ wordpress:
htaccess: |
## Disable access to all file types except the following
Require all denied
<Files ~ ".(xml|css|js|jpe?g|png|gif)$">
<Files ~ ".(svg|xml|css|js|jpe?g|png|gif)$">
Require all granted
</Files>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment