From c1fa7f97e510dc8f228e6b7152b02a6ce4aef019 Mon Sep 17 00:00:00 2001 From: administrator Date: Fri, 24 Jan 2025 09:47:59 +0000 Subject: [PATCH] Add packages/custom/test-new-layout-base.json --- packages/custom/test-new-layout-base.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/custom/test-new-layout-base.json diff --git a/packages/custom/test-new-layout-base.json b/packages/custom/test-new-layout-base.json new file mode 100644 index 0000000..4994b66 --- /dev/null +++ b/packages/custom/test-new-layout-base.json @@ -0,0 +1,13 @@ +{ + "name" : "test-new-layout-base", + "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