ScaffoldHub
Search…
ScaffoldHub
Introduction
Modeling
Setup
Debugging
Deployment
Features
Architecture
Security
File Storage
Internationalization (I18n)
Payments
Typescript Support
Rate limiting
Technologies Versions
Under construction...
Recipes
Support
Changelog
Custom Development
Legacy Scaffolds
Go to ScaffoldHub
Powered By
GitBook
Payments
This section will show you how to add or remove a plan, change the labels, and configure the features and permissions.
For setup instructions, refer to
Setup > Payments with Stripe
.
Add or remove a Plan
Index
The plan index file contains basic information and helper functions that you must change.
frontend/src/security/plans.tsx
backend/src/security/plans.tsx
Pages
You must change the pricing page to display or remove the plan.
frontend/src/view/plan/PlanPage.tsx (React)
frontend/src/modules/plan/components/plan-page.vue (Vue)
frontend/src/app/plan/plan.component.html (Angular)
I18n
See
Labels
.
Permissions
See
Features/Permissions
.
Internationalization (I18n)
To customize the plan labels, update the I18n file:
frontend/src/i18n/<language>.ts
Features/Permissions
Plan permissions must be configured on both backend and frontend.
frontend/src/security/permissions.ts
backend/src/security/permissions.ts
Previous
Internationalization (I18n)
Next
Typescript Support
Last modified
1yr ago
Copy link
Contents
Add or remove a Plan
Index
Pages
I18n
Permissions
Internationalization (I18n)
Features/Permissions