OpenXE/classes/Modules/Wizard/www/wizards/bundles.json
2021-05-21 08:49:41 +02:00

48 lines
1.9 KiB
JSON

{
"key": "bundles",
"category": "general",
"title": "Einrichtungsassistent",
"sub_title": "Bundles",
"skip_link_text": "Einrichtung überspringen",
"step_groups": {
"setup": {
"title": "Setup",
"sub_groups": {
"watch_video": {
"steps": {
"video": {
"position": 1,
"title": "Einführung",
"link": "./index.php?module=welcome&action=start",
"action": {
"type": "click_by_click_assistant",
"data": {
"showAssistant": true,
"pagination": false,
"allowClose": true,
"pages": [
{
"type": "defaultPage",
"headerMedia": {
"type": "video",
"link": "https://www.youtube.com/embed/sVsdXgi858Q"
},
"ctaButtons": [
{
"title": "Fertig",
"action": "completeStep"
}
]
}
]
},
"complete_event": "click"
}
}
}
}
}
}
}
}