Added DEMO layouts

This commit is contained in:
Anis TEZGHADANTI
2025-01-27 08:40:03 +01:00
parent df8a131edf
commit 329d0b70b0
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "DEMO_layout",
"items": [
{
"itemType": "BASIC_DATA_USER",
"requiresFile": true
},
{
"itemType": "RESOURCES",
"requiresFile": true
}
]
}

View File

@@ -0,0 +1,16 @@
{
"name": "DEMO_COSMETYS",
"packageLayout": "DEMO_layout",
"items": [
{
"key": "BASIC_DATA_USER-1",
"itemType": "BASIC_DATA_USER",
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/users.json"
},
{
"key": "RESOURCES-1",
"itemType": "RESOURCES",
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/resources-10.json"
}
]
}