Update tour for 2.2.0

This commit is contained in:
Nick O'Leary 2022-01-26 12:00:30 +00:00
parent 3747db18b1
commit 4c0826b1c4
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 36 additions and 0 deletions

View File

@ -78,6 +78,12 @@
}
.red-ui-tourGuide-popover-description {
padding: 10px 20px 5px;
img {
max-height: 150px;
border: 1px solid var(--red-ui-tourGuide-border);
border-radius: 2px;
}
}
.red-ui-tourGuide-popover-full {
.red-ui-tourGuide-popover-description {

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -30,6 +30,25 @@ export default {
RED.search.hide();
},
},
{
title: {
"en-US": "Remembering Zoom & Position",
// "ja": ""
},
description: {
"en-US": "<p>The editor has new options to restore the zoom level and scroll position when reloading the editor.</p>",
// "ja": ""
},
element: function() { return $("#user-settings-view-store-position").parent()},
prepare(done) {
RED.actions.invoke("core:show-user-settings")
setTimeout(done,400);
},
complete(done) {
$("#node-dialog-ok").trigger("click");
setTimeout(done,400);
},
},
{
title: {
"en-US": "New wiring actions",
@ -103,6 +122,17 @@ export default {
<p>Ctrl (またはCmd)キーを押しながらマウスの右ボタンを用いてドラッグするとワイヤーを切って削除できます</p>`
}
},
{
title: {
"en-US": "Subflow Output Labels",
// "ja": ""
},
image: "images/subflow-labels.png",
description: {
"en-US": "<p>If a subflow has labels set for its outputs, they now get shown on the ports within the subflow template view.</p>",
// "ja": ""
},
},
{
title: {
"en-US": "Node Updates",