Changed placeholders for inputs

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
djordje vlaisavljevic 2021-12-03 10:43:20 +01:00
parent c5d9e27a07
commit 3dd1a12e0c

View File

@ -27,7 +27,7 @@
<div class="kg-toggle-card">
<KoenigBasicHtmlInput
@html={{@payload.heading}}
@placeholder="Add your heading here..."
@placeholder="Toggle header"
@class="w-100 fw4 bn bg-transparent kg-toggle-card-heading"
@name="toggle-heading"
@defaultTag="h4"
@ -38,7 +38,7 @@
/>
<KoenigBasicHtmlTextarea
@html={{@payload.content}}
@placeholder="Add your content here..."
@placeholder="Collapsible content"
@class="w-100 bn bg-transparent kg-toggle-card-content"
@onChange={{action "setContentText"}}
@onFocus={{action (mut this.isFocused) true}}