mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Cleaned up placeholder for webhook forms
This commit is contained in:
parent
16aec55acf
commit
d8be0a794e
@ -15,7 +15,6 @@
|
||||
oninput={{action "updateName" value="target.value"}}
|
||||
id="new-integration-name"
|
||||
class="gh-input mt1"
|
||||
placeholder="Integration name..."
|
||||
name="integration-name"
|
||||
autofocus="autofocus"
|
||||
autocapitalize="off"
|
||||
|
@ -16,7 +16,6 @@
|
||||
@id="webhook-name"
|
||||
@name="name"
|
||||
@class="gh-input mt1"
|
||||
@placeholder="Webhook name..."
|
||||
@shouldFocus={{true}}
|
||||
@autocapitalize="off"
|
||||
@autocorrect="off"
|
||||
@ -56,7 +55,6 @@
|
||||
@id="webhook-targetUrl"
|
||||
@name="targetUrl"
|
||||
@class="gh-input mt1"
|
||||
@placeholder="Webhook target URL..."
|
||||
@shouldFocus={{true}}
|
||||
@autocapitalize="off"
|
||||
@autocorrect="off"
|
||||
@ -75,7 +73,6 @@
|
||||
@id="webhook-secret"
|
||||
@name="secret"
|
||||
@class="gh-input mt1"
|
||||
@placeholder="Webhook secret..."
|
||||
@shouldFocus={{true}}
|
||||
@autocapitalize="off"
|
||||
@autocorrect="off"
|
||||
|
Loading…
Reference in New Issue
Block a user