From 433a1ad2124c82e24dd3a62161719bfa30f38bd5 Mon Sep 17 00:00:00 2001 From: administrator Date: Fri, 24 Jan 2025 10:13:25 +0000 Subject: [PATCH] Add packages/custom/test-new-layout.json --- packages/custom/test-new-layout.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/custom/test-new-layout.json diff --git a/packages/custom/test-new-layout.json b/packages/custom/test-new-layout.json new file mode 100644 index 0000000..12f4d21 --- /dev/null +++ b/packages/custom/test-new-layout.json @@ -0,0 +1,17 @@ +{ + "name" : "test-new-layout", + "packageLayout" : "SALARIES_custom_layout_1", + "isCustomLayout" : true, + "items" : [ { + "key" : "RESOURCES_RESET-1", + "itemType" : "RESOURCES_RESET" + }, { + "key" : "RESOURCES-1", + "itemType" : "RESOURCES", + "jsonUrl" : "s3://asys-fr-rd-dev/c3/initdata-SIRH/resources-10.json" + }, { + "key" : "RESOURCES-2", + "itemType" : "RESOURCES", + "jsonUrl" : "s3://asys-fr-rd-dev/c3/initdata-SIRH/resources-10-2.json" + } ] +} \ No newline at end of file