From 9c87202509ace9e520602277613df28ed485d1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 21 Sep 2022 16:16:59 +0200 Subject: [PATCH] Allow more font sizes for editor on Label generator page --- assets/ckeditor/html_label.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/assets/ckeditor/html_label.js b/assets/ckeditor/html_label.js index 0a16ec4b..7385043f 100644 --- a/assets/ckeditor/html_label.js +++ b/assets/ckeditor/html_label.js @@ -187,12 +187,20 @@ Editor.defaultConfig = { }, 'fontSize': { options: [ - 8, - 11, - 13, 'default', + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, 17, + 18, 19, + 20, 21, ], supportAllValues: true