@@ -5,41 +5,44 @@ import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
5
5
@customElement ( 'umb-document-blueprint-root-workspace' )
6
6
export class UmbDocumentBlueprintRootWorkspaceElement extends UmbLitElement {
7
7
override render ( ) {
8
- return html `<umb- wor kspace- edito r alias= ${ UMB_DOCUMENT_BLUEPRINT_WORKSPACE_ALIAS } headline= "Document Blueprints" >
8
+ return html `<umb- wor kspace- edito r
9
+ alias= ${ UMB_DOCUMENT_BLUEPRINT_WORKSPACE_ALIAS }
10
+ headline= ${ this . localize . term ( 'treeHeaders_contentBlueprints' ) } >
9
11
<div id= "wrapper" >
10
12
<uui- box>
11
13
<h2>
12
- <umb- localize key= "contentTemplatesDashboard_whatHeadline" > What are Content Blueprints ? </ umb- localize>
14
+ <umb- localize key= "contentTemplatesDashboard_whatHeadline" > What are Document Blueprints ? </ umb- localize>
13
15
</ h2>
14
16
<umb- localize key= "contentTemplatesDashboard_whatDescription" >
15
- Content Blueprints are pre-defined content that can be selected when creating a new content node .
17
+ Document Blueprints are pre-defined content that can be selected when creating a new content node .
16
18
</ umb- localize>
17
19
<h2>
18
20
<umb- localize key= "contentTemplatesDashboard_createHeadline" >
19
- How do I create a Content Blueprint ?
21
+ How do I create a Document Blueprint ?
20
22
</ umb- localize>
21
23
</ h2>
22
24
<umb- localize key= "contentTemplatesDashboard_createDescription" >
23
25
<p> There are two ways to create a Content Blueprint : </ p>
24
26
<ul>
25
27
<li>
26
- Right-click a content node and select "Create Content Blueprint" to create a new Content Blueprint .
28
+ Click "Create Document Blueprint" in the action menu on a content node to create a new Document
29
+ Blueprint .
27
30
</ li>
28
31
<li>
29
- Right-click the Content Blueprints tree in the Settings section and select the Document Type you want to
30
- create a Content Blueprint for .
32
+ Click the " + " button in the Document Blueprints tree in the Settings section and select the Document
33
+ Type you want to create a Document Blueprint for.
31
34
</li>
32
35
</ul>
33
- <p> Once given a name , editors can start using the Content Blueprint as a foundation for their new page .</ p>
36
+ <p>Once given a name, editors can start using the Document Blueprint as a foundation for their new page.</p>
34
37
</umb-localize>
35
38
<h2>
36
39
<umb-localize key=" contentTemplatesDashboard_manageHeadline">
37
- How do I manage Content Blueprints ?
40
+ How do I manage Document Blueprints ?
38
41
</ umb- localize>
39
42
</ h2>
40
43
<umb- localize key= "contentTemplatesDashboard_manageDescription" >
41
- You can edit and delete Content Blueprints from the "Content Blueprints" tree in the Settings section .
42
- Expand the Document Type which the Content Blueprint is based on and click it to edit or delete it .
44
+ You can edit and delete Document Blueprints from the "Document Blueprints" tree in the Settings section .
45
+ Expand the Document Type which the Document Blueprint is based on and click it to edit or delete it .
43
46
</ umb- localize>
44
47
</ uui- box>
45
48
</ div>
0 commit comments