From 3ad0a0f7a67aced6c99739a4576d3afd37cc6c7e Mon Sep 17 00:00:00 2001 From: administrator Date: Fri, 21 Feb 2025 14:41:51 +0000 Subject: [PATCH] Add packages/custom/test-existing-standard-layout.json --- packages/custom/test-existing-standard-layout.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/custom/test-existing-standard-layout.json diff --git a/packages/custom/test-existing-standard-layout.json b/packages/custom/test-existing-standard-layout.json new file mode 100644 index 0000000..debbcf1 --- /dev/null +++ b/packages/custom/test-existing-standard-layout.json @@ -0,0 +1,13 @@ +{ + "name" : "test-existing-standard-layout", + "packageLayout" : "HISTORIQUE_JOURNEES_layout", + "isCustomLayout" : false, + "items" : [ { + "key" : "DAILY_SCHEDULE_HISTORY_RESET-1", + "itemType" : "DAILY_SCHEDULE_HISTORY_RESET" + }, { + "key" : "DAILY_SCHEDULE_HISTORY-1", + "itemType" : "DAILY_SCHEDULE_HISTORY", + "jsonUrl" : "s3://asys-fr-rd-dev/c3/initdata-SIRH/action-histories-full.json" + } ] +} \ No newline at end of file