Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #85

Merged
merged 1 commit into from
Nov 22, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ In the code above we load the sidekick library from `hlx.live` and then create a
| Parameter Name | Value | Description | Required |
|----------------|-------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|----------|
| base | Path to the library | The base library to be loaded | true |
| extended | Absolute URL to the extended library | A library to extend the base library with | false |
| extends | Absolute URL to the extended library | A library to extend the base library with | false |
| {plugin-name} | Path to the custom plugin js file | For custom plugins, the parameter name should be the name of the plugin and the value should be a URL to the plugin source (js) | false |

If you have custom plugins for the sidekick library they can be added by including the plugin name in the config and then the path to the plugin. Ideally the plugin code is host same origin as the `library.html` document.
Expand Down