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": ""
}
Response from url should contain an array of objects:
{
"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