Update plugin.json

This commit is contained in:
FuXiang Shu 2023-10-16 17:29:34 +08:00 committed by GitHub
parent d4f38cc795
commit 2823fa2abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
"help": "Email used for Let's Encrypt notification and in certificate.",
"id": "email-lets-encrypt",
"label": "Email Let's Encrypt",
"regex": "^([\\w.\\-]+@[a-zA-Z0-9.\\-]+\\.[a-z]{2,})?$",
"regex": "^([\\w.\\-]+(?:\\+[\\w.\\-]+)?@[a-zA-Z0-9.\\-]+\\.[a-z]{2,})?$",
"type": "text"
},
"USE_LETS_ENCRYPT_STAGING": {