diff --git a/12/umbraco-workflow/installation/licensing.md b/12/umbraco-workflow/installation/licensing.md index 2a2019ea1af..2bee48481c8 100644 --- a/12/umbraco-workflow/installation/licensing.md +++ b/12/umbraco-workflow/installation/licensing.md @@ -70,6 +70,8 @@ In practice, you will probably want to make this a bit more sophisticated. You c The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains. +You can find which features are included in the trial versus the paid license in the [Workflow Page on .com](https://umbraco.com/products/add-ons/workflow/). + To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file: ```json @@ -132,4 +134,4 @@ POST http:///umbraco/licenses/validatedLicense/relay?p A header with a key of `X-AUTH-KEY` and value of the authorization key you have configured should be provided. -This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed. \ No newline at end of file +This will trigger the same processes that occur when the normal scheduled validation completes ensuring your product is considered licensed.