From aed7943b6607af8d4ec80e68cb1827d5712e5db3 Mon Sep 17 00:00:00 2001 From: timotheegoguely Date: Fri, 22 Nov 2024 09:48:41 +0100 Subject: [PATCH] Switch virtual-sample blueprint columns order --- .../site/blueprints/pages/virtual-sample.yml | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/public/site/blueprints/pages/virtual-sample.yml b/public/site/blueprints/pages/virtual-sample.yml index 34a3daa..64c68f2 100644 --- a/public/site/blueprints/pages/virtual-sample.yml +++ b/public/site/blueprints/pages/virtual-sample.yml @@ -16,6 +16,19 @@ options: tabs: contentTab: columns: + - width: 1/2 + sections: + rightColFieldsSection: + type: fields + fields: + dynamicHeadline: + label: Vue dynamique + type: headline + tracksSection: + label: Pistes + type: pages + layout: cards + template: track - width: 1/2 sections: fieldsSection: @@ -38,17 +51,3 @@ tabs: extension: pdf stepName: type: hidden - - - width: 1/2 - sections: - rightColFieldsSection: - type: fields - fields: - dynamicHeadline: - label: Vue dynamique - type: headline - tracksSection: - label: Pistes - type: pages - layout: cards - template: track