From 028cab5188f48614f6e129395173bd1b18b70f87 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Thu, 26 Jun 2025 23:41:00 +0200 Subject: [PATCH] Add default fields for raw P1/11 lineNameInfo --- .../src/components/project-settings/input-raw-p111.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/www/client/source/src/components/project-settings/input-raw-p111.vue b/lib/www/client/source/src/components/project-settings/input-raw-p111.vue index edc8644..6474684 100644 --- a/lib/www/client/source/src/components/project-settings/input-raw-p111.vue +++ b/lib/www/client/source/src/components/project-settings/input-raw-p111.vue @@ -91,6 +91,14 @@ export default { lineNameInfo: { example: "", fields: { + line: { + length: 4, + type: "int" + }, + sequence: { + length: 3, + type: "int" + }, } } };