mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
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:
parent
1b96ce2794
commit
df3f7a2c1b
@ -31,6 +31,9 @@ const RESOURCES = {
|
||||
},
|
||||
authors: {
|
||||
alias: 'authorsPublic'
|
||||
},
|
||||
tiers: {
|
||||
alias: 'tiersPublic'
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user