Added support for Tiers API to the get helper

https://github.com/TryGhost/Team/issues/1405

This will allow themes to fetch the list of tiers for creating custom
signup pages.
This commit is contained in:
Fabien "egg" O'Carroll 2022-03-02 11:34:34 +02:00 committed by Fabien 'egg' O'Carroll
parent 1b96ce2794
commit df3f7a2c1b

View File

@ -31,6 +31,9 @@ const RESOURCES = {
},
authors: {
alias: 'authorsPublic'
},
tiers: {
alias: 'tiersPublic'
}
};