-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC Document official support for linkfield #457
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Optional features | ||
--- | ||
|
||
# Optional features | ||
|
||
Silverstripe CMS can be highly customised using both supported and community-made modules. You can find these [one Packagist](https://packagist.org/?type=silverstripe-vendormodule). | ||
|
||
This section highlights some of the CMS features provided by the [Silverstripe CMS supported modules](/project_governance/supported_modules/). | ||
In each case you'll need to ensure you have the module installed in your project in order to use the features described here. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should either have a newline above this or have both sentences on one line There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We explicitly don't have a standard for whether to break up lines or not (this was one of the linting rules we opted not to enable). it doesn't affect anything. |
||
|
||
[CHILDREN includeFolders] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ description: Modules which are commercially supported by Silverstripe | |
|
||
Silverstripe CMS ships modules that receive commercial support. Commercially supported modules receive regular updates to work with the latest Silverstripe CMS release. Their [public API](/project_governance/public_api/) conforms to [semantic versioning](https://semver.org/). They are covered by: | ||
|
||
- our [security release process](/contributing/managing_security_issues) and | ||
- our [security release process](/contributing/managing_security_issues) | ||
- our [minor release policy](minor_release_policy) | ||
- our [major release policy](major_release_policy). | ||
Comment on lines
-10
to
12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is an unrelated change - I noticed we don't call out the minor release policy here but we should. |
||
|
||
These modules will be supported for the lifetime of Silverstripe CMS 5 in the provided major versions. | ||
|
@@ -75,6 +76,7 @@ Supported PHP Module | Supported versions | |
[silverstripe/hybridsessions](https://packagist.org/packages/silverstripe/hybridsessions) | 3 | ||
[silverstripe/iframe](https://packagist.org/packages/silverstripe/iframe) | 3 | ||
[silverstripe/ldap](https://packagist.org/packages/silverstripe/ldap) | 2 | ||
[silverstripe/linkfield](https://packagist.org/packages/silverstripe/linkfield) | 4 | ||
[silverstripe/lumberjack](https://packagist.org/packages/silverstripe/lumberjack) | 3 | ||
[silverstripe/mfa](https://packagist.org/packages/silverstripe/mfa) | 5 | ||
[silverstripe/realme](https://packagist.org/packages/silverstripe/realme) | 5 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on https://github.com/silverstripe/silverstripe-userhelp-content/blob/5/docs/en/03_Optional_features/index.md