You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 10/umbraco-workflow/installation/licensing.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,14 @@ Once you have received your license code it needs to be installed on your site.
40
40
}
41
41
```
42
42
43
+
{% hint style="info" %}
44
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
45
+
46
+
```json
47
+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
48
+
```
49
+
{% endhint %}
50
+
43
51
### Verify the license installation
44
52
45
53
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
Copy file name to clipboardExpand all lines: 13/umbraco-workflow/installation/licensing.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ Once you have received your license code it needs to be installed on your site.
38
38
}
39
39
```
40
40
41
+
{% hint style="info" %}
42
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
43
+
44
+
```json
45
+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
46
+
```
47
+
{% endhint %}
48
+
41
49
### Verify the license installation
42
50
43
51
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
Copy file name to clipboardExpand all lines: 14/umbraco-workflow/installation/licensing.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
39
39
}
40
40
```
41
41
42
+
{% hint style="info" %}
43
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44
+
45
+
```json
46
+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47
+
```
48
+
{% endhint %}
49
+
42
50
### Verify the license installation
43
51
44
52
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
Copy file name to clipboardExpand all lines: 15/umbraco-workflow/installation/licensing.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
39
39
}
40
40
```
41
41
42
+
{% hint style="info" %}
43
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44
+
45
+
```json
46
+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47
+
```
48
+
{% endhint %}
49
+
42
50
### Verify the license installation
43
51
44
52
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
Copy file name to clipboardExpand all lines: 16/umbraco-workflow/installation/licensing.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
39
39
}
40
40
```
41
41
42
+
{% hint style="info" %}
43
+
You might run into issues when using a period in the product name when using environment variables. Use an underscore in the product name instead, to avoid problems.
44
+
45
+
```json
46
+
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
47
+
```
48
+
{% endhint %}
49
+
42
50
### Verify the license installation
43
51
44
52
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
0 commit comments