Skip to content

Commit 2bc4954

Browse files
authored
Trigger GitBook Checks
1 parent 5de0d1f commit 2bc4954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/customizing/extending-overview/extension-types/backoffice-entry-point.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The Backoffice Entry Point extension type is used to run some JavaS
44

55
# Backoffice Entry Point
66

7-
This manifest declares a single JavaScript file that will be loaded and run when the Backoffice starts. In other words this can be used as an entry point for a package.
7+
This manifest declares a single JavaScript file that will be loaded and run when the Backoffice starts. In other words, this can be used as an entry point for a package.
88

99
The `backofficeEntryPoint` 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 `backofficeEntryPoint` to load in the external libraries to be shared by all your extensions. Additionally, **global CSS files** can also be used in the `backofficeEntryPoint` extension.
1010

0 commit comments

Comments
 (0)