Skip to content

Commit

Permalink
Added SettingsElement to main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
booploops committed Oct 11, 2024
1 parent 13d4380 commit f977bc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ const { plugin, setupConfig, customElementName, goToPage, useCPlugin } = defineP
customElements.define(customElementName(_key), value)
}

/**
* Defining our custom settings element
*/
this.SettingsElement = customElementName('settings');

addImmersiveLayout({
name: "My layout",
identifier: "my-layout",
Expand Down

0 comments on commit f977bc8

Please sign in to comment.