Compare commits
4 Commits
727277339b
...
4f3ad34dce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f3ad34dce | ||
| ebde174916 | |||
| 6fb508387c | |||
| 329d0b70b0 |
21
layouts/reference/DEMO_layout.json
Normal file
21
layouts/reference/DEMO_layout.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "DEMO_layout",
|
||||||
|
"items": [
|
||||||
|
{
|
||||||
|
"itemType": "BASIC_DATA_USER",
|
||||||
|
"requiresFile": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"itemType": "RESOURCES",
|
||||||
|
"requiresFile": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"itemType": "DAILY_SCHEDULE_HISTORY",
|
||||||
|
"requiresFile": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"itemType": "BASIC_DATA_USER_RIGHT",
|
||||||
|
"requiresFile": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
26
packages/reference/DEMO_COSMETYS.json
Normal file
26
packages/reference/DEMO_COSMETYS.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "DAILY_SCHEDULE_HISTORY-1",
|
||||||
|
"itemType": "DAILY_SCHEDULE_HISTORY",
|
||||||
|
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/action-histories-full.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "BASIC_DATA_USER_RIGHT-1",
|
||||||
|
"itemType": "BASIC_DATA_USER_RIGHT",
|
||||||
|
"jsonUrl": "s3://asys-fr-rd-dev/c3/initdata-SIRH/usersRights.json"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user