-
-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] [docs] Add warnings, docs and gating for paid features (#3156)
- Loading branch information
1 parent
2e701f6
commit 6e07cac
Showing
12 changed files
with
222 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,30 @@ The roadmap does not represent a commitment, obligation, or promise to deliver a | |
## Global roadmap | ||
|
||
To learn more about our plans for Material UI in general, visit the [global roadmap](/material-ui/discover-more/roadmap/). | ||
|
||
## Paid Plan | ||
|
||
A few features in Toolpad are proposed to be placed under a paid plan. These: | ||
|
||
- will not be covered under the free-forever MIT license | ||
- will require the purchase of a paid license to use in production | ||
|
||
The following features are currently planned to be included within this scope: | ||
|
||
- ### Authorization | ||
|
||
Features allowing you to grant conditional access to pages based on user roles are part of this proposed paid plan. Read more about this feature on [authorization](/toolpad/concepts/rbac/). | ||
|
||
## How to upgrade | ||
|
||
Currently, accessing these features requires you to add the following to your `application.yml`: | ||
|
||
```yml | ||
spec: { plan: pro } | ||
``` | ||
:::info | ||
Add the above alongside any existing content of the `spec` attribute | ||
::: | ||
|
||
Using these features in production will require the purchase of a paid license. Please get in touch with us at [[email protected]](mailto:[email protected]) if you require to do so. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.