Update changelog/welcome tour for 2.2

This commit is contained in:
Nick O'Leary
2022-01-13 15:16:16 +00:00
parent 51f45293b8
commit 81a4fe59d9
6 changed files with 85 additions and 2942 deletions

View File

@@ -256,6 +256,10 @@ RED.tourGuide = (function() {
}
$('<div>').css("text-align","left").html(getLocaleText(step.description)).appendTo(stepDescription);
if (step.image) {
$(`<img src="red/tours/${step.image}" />`).appendTo(stepDescription)
}
var stepToolbar = $('<div>',{class:"red-ui-tourGuide-toolbar"}).appendTo(stepContent);
// var breadcrumbs = $('<div>',{class:"red-ui-tourGuide-breadcrumbs"}).appendTo(stepToolbar);