From 86927a16a7e24f16396c05933cb556ae2a09b4f0 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 30 Apr 2024 15:12:14 +0200 Subject: [PATCH] Change 'data type' to 'Data Type' --- 14/umbraco-cms/extending-backoffice/package-manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/extending-backoffice/package-manifest.md b/14/umbraco-cms/extending-backoffice/package-manifest.md index 6728b501306..c9ffa7d3e1a 100644 --- a/14/umbraco-cms/extending-backoffice/package-manifest.md +++ b/14/umbraco-cms/extending-backoffice/package-manifest.md @@ -12,7 +12,7 @@ JSON file format is used to describe one or more custom Umbraco extensions such ## Sample Manifest -This is a sample manifest. It is always stored in a folder in `App_Plugins/{YourPackageName}`, with the name `umbraco-package.json`. In this example, the package name is `SirTrevor` and is a text box property data type. +This is a sample manifest. It is always stored in a folder in `App_Plugins/{YourPackageName}`, with the name `umbraco-package.json`. In this example, the package name is `SirTrevor` and is a text box property Data Type. {% hint style="info" %} Before Umbraco 14, the manifest was declared in a `package.manifest` file instead of `umbraco-package.json.`