Skip to content

Commit dab9fa9

Browse files
Luuk PetersLuuk Peters
authored andcommitted
PUsh to reopen PR
1 parent ec25f59 commit dab9fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-registry/register-extensions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ description: >-
88
# Register Extensions
99
Whether you are looking to make extensions in the context of an Umbraco project or a package, you always need a specific JSON file for this: the umbraco-package.json file. This is the starting point for any extension.
1010

11-
1211
## Umbraco-package.json
1312
To get extensions registered in Umbraco, you need to have an `umbraco-package.json` file. This file must be located in or in a subfolder of either the `App_Plugins` folder or the `wwwroot` folder. It's recommended to place the file in `App_Plugins/#YOUR_EXTENSION_NAME#/umbraco-package.json`, or in `wwwroot/App_Plugins/#YOUR_EXTENSION_NAME#/umbraco-package.json` for packages and Razor Class Libraries. Umbraco scans for these files on boot and reads the [`Extension Manifests`](extension-manifest.md) that are present in the file to register the extensions.
1413

0 commit comments

Comments
 (0)