merge master in prod
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name: Email
|
||||
version: 3.0.3
|
||||
slug: email
|
||||
type: plugin
|
||||
version: 3.0.9
|
||||
testing: false
|
||||
description: Enables the emailing system for Grav
|
||||
icon: envelope
|
||||
@@ -18,6 +20,7 @@ dependencies:
|
||||
|
||||
form:
|
||||
validation: loose
|
||||
|
||||
fields:
|
||||
enabled:
|
||||
type: hidden
|
||||
@@ -168,13 +171,13 @@ form:
|
||||
mailer.smtp.user:
|
||||
type: text
|
||||
size: medium
|
||||
autocomplete: nope
|
||||
autocomplete: 'off'
|
||||
label: PLUGIN_EMAIL.SMTP_LOGIN_NAME
|
||||
|
||||
mailer.smtp.password:
|
||||
type: password
|
||||
size: medium
|
||||
autocomplete: nope
|
||||
autocomplete: 'new-password'
|
||||
label: PLUGIN_EMAIL.SMTP_PASSWORD
|
||||
|
||||
sendmail_config:
|
||||
|
||||
Reference in New Issue
Block a user