From cbd3644ca2b1a44ef6bcf276443643d14aa4393f Mon Sep 17 00:00:00 2001 From: administrator Date: Mon, 27 Jan 2025 09:48:47 +0000 Subject: [PATCH] Add packages/custom/test-new-layout-unexisting-layout.json --- .../custom/test-new-layout-unexisting-layout.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/custom/test-new-layout-unexisting-layout.json diff --git a/packages/custom/test-new-layout-unexisting-layout.json b/packages/custom/test-new-layout-unexisting-layout.json new file mode 100644 index 0000000..e221d16 --- /dev/null +++ b/packages/custom/test-new-layout-unexisting-layout.json @@ -0,0 +1,13 @@ +{ + "name" : "test-new-layout-unexisting-layout", + "packageLayout" : "TI-NEW_layout", + "isCustomLayout" : true, + "items" : [ { + "key" : "RESOURCES_RESET-1", + "itemType" : "RESOURCES_RESET" + }, { + "key" : "BASIC_DATA_COMPANY-1", + "itemType" : "BASIC_DATA_COMPANY", + "jsonUrl" : "s3://asys-fr-rd-dev/c3/initdata-SIRH/companies.json" + } ] +} \ No newline at end of file