From cd37ea0689700b0b3a47a599eff3fdc370171a3b Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 18 Mar 2017 13:54:25 -0600 Subject: [PATCH] Chaned image quality field to use new range field --- system/blueprints/config/system.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 03f6b898e..4a85a2973 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -856,13 +856,12 @@ form: fields: images.default_image_quality: - type: text + type: range append: '%' label: PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY help: PLUGIN_ADMIN.DEFAULT_IMAGE_QUALITY_HELP classes: x-small validate: - type: number min: 1 max: 100