mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Renamed portalProducts
setting
refs affe6743e5
- `portalProducts` setting got accidentally renamed to `portalTiers` as part of tiers rename
This commit is contained in:
parent
3f45375b5f
commit
72e78b2588
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default Model.extend(ValidationEngine, {
|
|||
portalButton: attr('boolean'),
|
||||
portalName: attr('boolean'),
|
||||
portalPlans: attr('json-string'),
|
||||
portalTiers: attr('json-string'),
|
||||
portalProducts: attr('json-string'),
|
||||
portalButtonStyle: attr('string'),
|
||||
portalButtonIcon: attr('string'),
|
||||
portalButtonSignupText: attr('string'),
|
||||
|
|
Loading…
Add table
Reference in a new issue