Skip to content

Commit

Permalink
feat: change subject to string
Browse files Browse the repository at this point in the history
  • Loading branch information
XSlemX committed Oct 12, 2021
1 parent 4bdeb7e commit b2bc2da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/emailTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ export default {
{
type: "string",
name: "namespace",
title: "Namespace",
description: "To keep things organized. Keep empty if you do not need it",
title: "Namespace"
},
{
type: "array",
type: "string",
name: "subject",
title: "Subject",
of: [{ type: "block" }],
title: "Subject"
},
{
type: "array",
Expand Down

0 comments on commit b2bc2da

Please sign in to comment.