this._renameSection(section.id, String((e.target as ZnInput).value ?? ''))}">
${type?.renderConfig
? type.renderConfig(section, data => this._updateSectionData(section.id, data))
: this._form}
${hasConfig ? '' : html`
This section type has no settings.
`}