0
Fork 0
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:
Rishabh 2022-05-12 14:00:22 +05:30
parent 3f45375b5f
commit 72e78b2588

View file

@ -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'),