Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 10/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
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.

```json
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

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.
Expand Down
8 changes: 8 additions & 0 deletions 13/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
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.

```json
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

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.
Expand Down
8 changes: 8 additions & 0 deletions 14/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
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.

```json
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

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.
Expand Down
8 changes: 8 additions & 0 deletions 15/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
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.

```json
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

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.
Expand Down
8 changes: 8 additions & 0 deletions 16/umbraco-workflow/installation/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Once you have received your license code it needs to be installed on your site.
}
```

{% hint style="info" %}
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.

```json
"Umbraco_Workflow": "YOUR_LICENSE_KEY"
```
{% endhint %}

### Verify the license installation

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.
Expand Down