|
|
|
|
@ -227,6 +227,7 @@ export class PageActions extends HTMLElement {
|
|
|
|
|
'm-settings-page-settings'
|
|
|
|
|
)
|
|
|
|
|
settingsEl.cspProfiles = this.cspProfiles
|
|
|
|
|
settingsEl.path = this.path
|
|
|
|
|
settingsEl.data = this.page.settings
|
|
|
|
|
const h = document.createElement('h2')
|
|
|
|
|
h.innerText = this.text.settings
|
|
|
|
|
|