Update getting started tour template tour - to use Model.Name as opposed to older Model.Content.Name
This commit is contained in:
@@ -331,7 +331,7 @@
|
||||
{
|
||||
"element": "[data-element='editor-templates'] [data-element='code-editor']",
|
||||
"title": "Edit template",
|
||||
"content": "<p>The template can be edited here or in your favorite code editor.</p><p>To render the field from the document type add the following to the template:<br/> <pre><h1>@Model.Content.Name</h1><br><p>@Model.Content.WelcomeText</p></pre></p>"
|
||||
"content": "<p>The template can be edited here or in your favorite code editor.</p><p>To render the field from the document type add the following to the template:<br/> <pre><h1>@Model.Name</h1><br><p>@Model.WelcomeText</p></pre></p>"
|
||||
},
|
||||
{
|
||||
"element": "[data-element='editor-templates'] [data-element='button-save']",
|
||||
|
||||
Reference in New Issue
Block a user