Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion 10/umbraco-forms/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@

The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode.

## Alternative license location
### Multiple license files

You can install multiple Umbraco Forms license files without needing to merge them. Simply place each license file in the `/umbraco/Licenses` directory (or the alternative location). Each file should start with `umbracoForms`, such as `umbracoForms.example1.lic` and `umbracoForms.example2.lic`. This allows your installation to recognize multiple licensed domains.

Check warning on line 72 in 10/umbraco-forms/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'Simply' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'Simply'", "location": {"path": "10/umbraco-forms/installation/the-licensing-model.md", "range": {"start": {"line": 72, "column": 85}}}, "severity": "WARNING"}

### Alternative license location

If you can't include the license file in the `/umbraco/Licenses` directory for any reason, it is possible to configure an alternative location for the file.

Expand Down
4 changes: 4 additions & 0 deletions 13/umbraco-forms/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@

The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode.

### Multiple license files

You can install multiple Umbraco Forms license files without needing to merge them. Simply place each license file in the `/umbraco/Licenses` directory (or the alternative location). Each file should start with `umbracoForms`, such as `umbracoForms.example1.lic` and `umbracoForms.example2.lic`. This allows your installation to recognize multiple licensed domains.

Check warning on line 89 in 13/umbraco-forms/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'Simply' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'Simply'", "location": {"path": "13/umbraco-forms/installation/the-licensing-model.md", "range": {"start": {"line": 89, "column": 85}}}, "severity": "WARNING"}

### Alternative license location

If you can't include the license file in the `/umbraco/Licenses` directory for any reason, it is possible to configure an alternative location for the file.
Expand Down
4 changes: 4 additions & 0 deletions 14/umbraco-forms/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@

The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode.

### Multiple license files

You can install multiple Umbraco Forms license files without needing to merge them. Simply place each license file in the `/umbraco/Licenses` directory (or the alternative location). Each file should start with `umbracoForms`, such as `umbracoForms.example1.lic` and `umbracoForms.example2.lic`. This allows your installation to recognize multiple licensed domains.

Check warning on line 89 in 14/umbraco-forms/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'Simply' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'Simply'", "location": {"path": "14/umbraco-forms/installation/the-licensing-model.md", "range": {"start": {"line": 89, "column": 85}}}, "severity": "WARNING"}

### Alternative license location

If you can't include the license file in the `/umbraco/Licenses` directory for any reason, it is possible to configure an alternative location for the file.
Expand Down
4 changes: 4 additions & 0 deletions 15/umbraco-forms/installation/the-licensing-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@

The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode.

### Multiple license files

You can install multiple Umbraco Forms license files without needing to merge them. Simply place each license file in the `/umbraco/Licenses` directory (or the alternative location). Each file should start with `umbracoForms`, such as `umbracoForms.example1.lic` and `umbracoForms.example2.lic`. This allows your installation to recognize multiple licensed domains.

Check warning on line 89 in 15/umbraco-forms/installation/the-licensing-model.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Editorializing] Consider removing 'Simply' Raw Output: {"message": "[UmbracoDocs.Editorializing] Consider removing 'Simply'", "location": {"path": "15/umbraco-forms/installation/the-licensing-model.md", "range": {"start": {"line": 89, "column": 85}}}, "severity": "WARNING"}

### Alternative license location

If you can't include the license file in the `/umbraco/Licenses` directory for any reason, it is possible to configure an alternative location for the file.
Expand Down
Loading