You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/data/defining-content/document-type-localization.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The `umbraco-package.json` file is only registered when placed directly in the `
37
37
"meta": {
38
38
"culture": "en"
39
39
},
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
41
41
}
42
42
]
43
43
}
@@ -48,7 +48,7 @@ The `umbraco-package.json` file is only registered when placed directly in the `
48
48
49
49
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:
0 commit comments