0.12.12 : add mail templates as single type
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 6m55s

This commit is contained in:
2025-12-02 23:06:50 +01:00
parent ddf2ced098
commit 460560bb89
10 changed files with 925 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
{
"collectionName": "components_mail_mail",
"info": {
"displayName": "mail",
"icon": "paperPlane",
"description": ""
},
"options": {},
"attributes": {
"subject": {
"type": "string"
},
"message": {
"type": "text"
}
}
}