From 30575c2eca8937f2d65479a1297555b953ba4983 Mon Sep 17 00:00:00 2001 From: M4rz0 <37194776+HelloImZomi@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:46:27 -0700 Subject: [PATCH] Fix fonts input template :adhesive_bandage: --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 26bf362..16c3f1c 100644 --- a/src/app.js +++ b/src/app.js @@ -93,7 +93,7 @@ export default { interface: 'list', special: 'cast-json', options: { - template: '{{ fontFamily }} - {{fontType}}', + template: '{{ font_family }} - {{ font_type }}', fields: [ { field: 'font_family',