mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Markdown feature parity for blueprint scripts vs automations (#16250)
This commit is contained in:
parent
62ed1d54b0
commit
ce8fc17ef8
@ -102,7 +102,12 @@ export class HaBlueprintScriptEditor extends LitElement {
|
|||||||
([key, value]) =>
|
([key, value]) =>
|
||||||
html`<ha-settings-row .narrow=${this.narrow}>
|
html`<ha-settings-row .narrow=${this.narrow}>
|
||||||
<span slot="heading">${value?.name || key}</span>
|
<span slot="heading">${value?.name || key}</span>
|
||||||
<span slot="description">${value?.description}</span>
|
<ha-markdown
|
||||||
|
slot="description"
|
||||||
|
class="card-content"
|
||||||
|
breaks
|
||||||
|
.content=${value?.description}
|
||||||
|
></ha-markdown>
|
||||||
${value?.selector
|
${value?.selector
|
||||||
? html`<ha-selector
|
? html`<ha-selector
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user