We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb228e commit e45372dCopy full SHA for e45372d
16/umbraco-forms/installation/the-licensing-model.md
@@ -85,13 +85,13 @@ If you can't include the license file in the `/umbraco/Licenses` directory for a
85
It can be configured in the Umbraco installation's `appsettings.json` file by adding the following configuration:
86
87
```json
88
-"Umbraco": {
+ "Umbraco": {
89
"Licenses": {
90
"Products": {
91
"Umbraco.Commerce": "YOUR_LICENSE_KEY"
92
- }
93
94
-}
+ }
95
```
96
97
The value contains the path of your custom license directory relative to the root of your Umbraco installation.
0 commit comments