Skip to content

Commit 4b69e1f

Browse files
authored
Added trial days column to tiers (#441)
refs https://github.com/TryGhost/Team/issues/1724 - enables free trial days on a tier for new member signups
1 parent 88f3a81 commit 4b69e1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/admin-api-schema/lib/schemas/tiers.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"yearly_price": {
4242
"type": ["number", "null"]
4343
},
44+
"trial_days": {
45+
"type": "number"
46+
},
4447
"benefits": {
4548
"type": ["array", "null"],
4649
"items": {

0 commit comments

Comments
 (0)