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: 13/umbraco-commerce/release-notes/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,4 +215,4 @@ Read the [v13.1.0-RC release post](v13.1.0-rc.md) for further background on this
215
215
216
216
## Legacy release notes
217
217
218
-
You can find the release notes for **Vendr** in the [Change log file on GitHub](../../../10/umbraco-commerce/changelog-archive/Vendr-core.md).
218
+
You can find the release notes for **Vendr** in the [Change log file on GitHub](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/10/umbraco-commerce/changelog-archive/Vendr-core.md).
Copy file name to clipboardExpand all lines: 13/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Follow these steps to perform a partial restore to get only the parts you need:
37
37
Keep in mind if you select a content node deeper down the tree, all the parents above it, required for the node to exist, will be restored as well.
38
38
{% endhint %}
39
39
40
-

40
+

41
41
42
42
Partial Restores on empty environments are especially helpful when you have a large amount of content and media and do not necessarily need it all for the task you need to do.
In the Deployment Center we can set up the CI/CD build server. With this example we are going to set up our build server by using GitHub Actions. It is possible to set up the build server however you want as long as it supports executing powershell scripts.
22
22
@@ -42,7 +42,7 @@ The website and the GitHub repository are now connected.
42
42
43
43
If we go back to the GitHub repository we can see that a new folder have been created called Workflows:
Inside the folder, we find that the YAML file has been created with the default settings from the Azure Portal. The file will need to be configured so it fits into your set up.
48
48
@@ -150,11 +150,11 @@ We can now go ahead and commit the configured YAML file and push up all the file
150
150
151
151
Go to GitHub where you will now be able to see that the CI/CD build has started running:
Copy file name to clipboardExpand all lines: 13/umbraco-forms/developer/custom-markup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ It is also possible to customize the markup for a specific Form.
79
79
80
80
You will need to create folder using the ID of the Form: `~\Views\Partials\Forms\{FormId}` (findtheidoftheFormintheURLwhenyouareviewingtheForminthebackoffice.)
Copy file name to clipboardExpand all lines: 13/umbraco-forms/developer/security.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If a single start folder is selected, that will act as the root of the tree view
31
31
32
32
If more than one start folder is selected, they will appear underneath the root of the tree view of forms. The user will have access to only those folders and their descendant folders and forms.
@@ -73,7 +73,7 @@ In introducing the user group based permissions, we've taken care to ensure a mi
73
73
* The effective permissions for each user will now be derived from their user groups.
74
74
* If you have any exceptions - where a particular user needs a particular combination of permissions that you can't or don't want to provide via the user groups - it's always possible to re-create a user permission record that will take precedence over the group based permissions.
75
75
76
-

76
+

Copy file name to clipboardExpand all lines: 13/umbraco-forms/developer/themes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ public class MyComposer : IComposer
128
128
129
129
To use a theme with a Form use the "Insert Form" macro where you will be presented with the options of the form you wish to insert along with an option to pick a theme. This displays the list of theme folders found at `Views/Partials/Forms/Themes`.
130
130
131
-

131
+

132
132
133
133
When you are rendering your form directly in your template, you need to specify your theme by filling out the `FormTheme` attribute:
By default, the list is filtered to show entries only from the past month. If you want to change the date range, pick the appropriate time period from the date picker. You can also filter the entries by specific words using the Search field on the left.
22
22
23
23
Clicking on the first field for each record in the list will open the full set of information recorded for the form entry. Next and previous buttons allow you to navigate through the entry list.
If you have fields that allow the user to upload files within your form, you will also have the option to download a zip file containing these files. You can either download the files in the structure that they are stored on the web server's disk. Or you can download them organised by entry, so it's easier to match up the entry listed in the spreadsheet download with the uploaded file(s).
@@ -54,7 +54,7 @@ When selecting entries, it is possible to execute Actions. To select an entry, c
54
54
Clicking on the _Name_ opens a view where you can see the entire entry details.
0 commit comments