From edbe9e4d9512492829bc8787eb1284b98a5a0971 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Mon, 6 May 2024 14:48:31 +0200 Subject: [PATCH 1/2] Remove empty lines --- .../extending-backoffice/extension-registry/entry-point.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md index 1d4912ddd53..6ad86fce61e 100644 --- a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md +++ b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md @@ -9,8 +9,6 @@ The entry point declares a single JavaScript file that will be loaded and run wh The `entryPoint` extension is also the way to go if you want to load in external libraries such as jQuery, Angular, React, etc. You can use the `entryPoint` to load in the external libraries to be shared by all your extensions. Additionally, **global CSS files** can also be used in the `entryPoint` extension. - - The Entry Point manifest type is used to register an entry point for the backoffice. An entry point is a single javascript file that is loaded when the backoffice is initialized. This file can be used to do anything, this enables more complex logic to take place on startup. **Register an entry point in a JSON manifest** From 4aeeb33bb5b33f77fe57e55e037df08b56c23b01 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Mon, 6 May 2024 14:49:41 +0200 Subject: [PATCH 2/2] Change 'javascript' to 'JavaScript' --- .../extending-backoffice/extension-registry/entry-point.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md index 6ad86fce61e..6b7ccc0c1d5 100644 --- a/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md +++ b/14/umbraco-cms/extending-backoffice/extension-registry/entry-point.md @@ -9,7 +9,7 @@ The entry point declares a single JavaScript file that will be loaded and run wh The `entryPoint` extension is also the way to go if you want to load in external libraries such as jQuery, Angular, React, etc. You can use the `entryPoint` to load in the external libraries to be shared by all your extensions. Additionally, **global CSS files** can also be used in the `entryPoint` extension. -The Entry Point manifest type is used to register an entry point for the backoffice. An entry point is a single javascript file that is loaded when the backoffice is initialized. This file can be used to do anything, this enables more complex logic to take place on startup. +The Entry Point manifest type is used to register an entry point for the backoffice. An entry point is a single JavaScript file that is loaded when the backoffice is initialized. This file can be used to do anything, this enables more complex logic to take place on startup. **Register an entry point in a JSON manifest**