Global web - web components
Job Openings Grid
Custom HTML element
<gw-group-job-openings-grid content="" theme=""></gw-group-job-openings-grid>
Properties
Name | Type | Description |
---|
content | String | base64 encoded array |
theme | String | |
content
{
"url": ""
"detailedPageUrl":""
"config": {
"padding": {
"top": true,
"bottom": true
}
}
}
Response from url should contain the following:
{
"itemsTotalCount": 0,
"items": [
{
"jobReqId": 0,
"title": "",
"applicationDueDate": "",
"created": "",
"applicationUrl": "",
"jobFunction": {
"category": "",
"name": ""
},
"locations": [
{
"region": "",
"country": "",
"state": "",
"city": "",
"address": ""
}
],
"experienceLevel": {
"value": 0,
"name": ""
}
}
]
}
theme
Two different background options:
- "theme-alt-1" (white)
- "theme-alt-2" (grey)
Dependencies
@assaabloy/gw-group-vendor