Custom HTML element
<gw-group-job-openings-slider content="" theme=""></gw-group-job-openings-slider>
Properties
Name | Type | Description |
---|---|---|
content | String | base64 encoded object |
theme | String |
content
{
"title": "",
"text": "",
"noCardMessage": "",
"url": "",
"detailedPageUrl":""
"totalJobs": 74,
"lastCard": {
"title": "",
"link": {
"text": "",
"url": ""
}
},
"config": {
"padding": {
"top": true,
"bottom": true
}
},
// Translations
"multipleLocations": "Multiple locations",
"readAndApply": "Read and apply",
}
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
@assaabloy/brand-styles