sync hub items with community (#133)

* [create-pull-request] automated change

* Delete smtp.json

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
github-actions[bot]
2022-06-27 03:08:58 +02:00
committed by GitHub
parent 66447bfff2
commit 9fb7e6d37f

View File

@@ -1,6 +1,6 @@
{
"workspace_id": "starter",
"name": "smtp",
"name": "email_smtp",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
@@ -28,5 +28,5 @@
}
}
},
"description": "SMTP connections info"
"description": "SMTP connection infos"
}