Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

27 righe
417 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "template_emails",
  4. "info": {
  5. "name": "TemplateEmail"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "template_name": {
  14. "type": "string"
  15. },
  16. "subject": {
  17. "type": "string"
  18. },
  19. "text": {
  20. "type": "text"
  21. },
  22. "html": {
  23. "type": "text"
  24. }
  25. }
  26. }