Skip to content

Commit d6d7023

Browse files
committed
doctype-en.js
1 parent f514794 commit d6d7023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-cms/fundamentals/data/defining-content/document-type-localization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `umbraco-package.json` file is only registered when placed directly in the `
3737
"meta": {
3838
"culture": "en"
3939
},
40-
"js": "/App_Plugins/DocumentTypeLocalization/en.js" //replace js file path as required
40+
"js": "/App_Plugins/DocumentTypeLocalization/doctype-en.js" //replace js file path as required
4141
}
4242
]
4343
}
@@ -48,7 +48,7 @@ The `umbraco-package.json` file is only registered when placed directly in the `
4848

4949
Once you have registered the Document Type localization, you can add your localization texts for use in Document Types. The following localizations are used for the samples in this article:
5050

51-
{% code title="en.js" lineNumbers="true" %}
51+
{% code title="doctype-en.js" lineNumbers="true" %}
5252
```js
5353
export default {
5454
contentTypes: {

0 commit comments

Comments
 (0)