Allow more font sizes for editor on Label generator page

This commit is contained in:
Jan Böhmer 2022-09-21 16:16:59 +02:00
parent 125ace00db
commit 9c87202509

View file

@ -187,12 +187,20 @@ Editor.defaultConfig = {
}, },
'fontSize': { 'fontSize': {
options: [ options: [
8,
11,
13,
'default', 'default',
8,
9,
10,
11,
12,
13,
14,
15,
16,
17, 17,
18,
19, 19,
20,
21, 21,
], ],
supportAllValues: true supportAllValues: true