From bb59f0bbaeda271a42e71ce41329853a1a3da65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Mon, 16 Sep 2024 22:38:58 +0200 Subject: [PATCH] moving page sizes around --- themes/V3/Blank/snippets.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index 95da318d6..3c06215a0 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -483,15 +483,6 @@ module.exports = [ columns : unset; }\n\n` }, - ] - }, - - /**************** PAGE *************/ - { - groupName : 'Print', - icon : 'fas fa-print', - view : 'style', - snippets : [ { name : 'Ink Friendly', icon : 'fas fa-tint', @@ -506,7 +497,6 @@ module.exports = [ visibility : hidden; }\n\n` }, - ], + ] }, - ];