From f53e28d8f3b05bf3c58227a0d0b14732a0b275f4 Mon Sep 17 00:00:00 2001 From: administrator Date: Mon, 27 Jan 2025 09:48:46 +0000 Subject: [PATCH] Add packages/custom/test-existing-custom-layout.json --- packages/custom/test-existing-custom-layout.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/custom/test-existing-custom-layout.json diff --git a/packages/custom/test-existing-custom-layout.json b/packages/custom/test-existing-custom-layout.json new file mode 100644 index 0000000..9f374aa --- /dev/null +++ b/packages/custom/test-existing-custom-layout.json @@ -0,0 +1,13 @@ +{ + "name" : "test-existing-custom-layout", + "packageLayout" : "SALARIES_custom_layout", + "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" + } ] +} \ No newline at end of file