|
|
|
@ -228,7 +228,10 @@ export class PageActions extends HTMLElement {
|
|
|
|
)
|
|
|
|
)
|
|
|
|
settingsEl.cspProfiles = this.cspProfiles
|
|
|
|
settingsEl.cspProfiles = this.cspProfiles
|
|
|
|
settingsEl.data = this.page.settings
|
|
|
|
settingsEl.data = this.page.settings
|
|
|
|
dialog.bodyEl.appendChild(settingsEl)
|
|
|
|
const h = document.createElement('h2')
|
|
|
|
|
|
|
|
h.innerText = this.text.settings
|
|
|
|
|
|
|
|
dialog.headerEl.append(h)
|
|
|
|
|
|
|
|
dialog.bodyEl.append(settingsEl)
|
|
|
|
const bGroup = document.createElement(
|
|
|
|
const bGroup = document.createElement(
|
|
|
|
'm-forms-button-group'
|
|
|
|
'm-forms-button-group'
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|