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" + }, } } };