Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Declaring a new extension is done using an extension manifest depending where yo
1. Via a manifest JSON file on the server.
2. In JavaScript/TypeScript file.

These two options can be combined by defining a small extension in a JSON Manifest, which uses the extension type `entryPoint` or `bundle` to register a JS file, which then registers the rest of the extensions.

These two options can be combined by defining a small extension in a JSON Manifest. It uses the `entryPoint` or `bundle` type to register a JS file. This file then registers the rest of the extensions.

#### Extension Manifest <a href="#extension-manifest" id="extension-manifest"></a>

Expand Down