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: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ If you want to add more UI examples to this package, please [raise an issue](./i
3
3
4
4
## Working locally
5
5
Open the solution file `UI Examples.sln` in Visual Studio. You will see three projects:
6
-
-`Our.Umbraco.UiExamples` is the main project containing the files that you will be working with
7
-
-`Umbraco8.Website` is an Umbraco v8 test site
8
-
-`Umbraco9.Website` is an Umbraco v9 test site
9
-
-`Umbraco14.Website` is an Umbraco v14 test site
6
+
-`Our.Umbraco.UiExamples.v13` is the main project containing the files that you will be working with for v13
7
+
-`Our.Umbraco.UiExamples.v15` is the main project containing the files that you will be working with for v15
8
+
-`Umbraco13.Website` is an Umbraco v13 LTS test site
9
+
-`Umbraco15.Website` is an Umbraco v15 STS test site
10
10
11
11
Steps to get the test sites working:
12
12
- Build the solution
@@ -15,7 +15,7 @@ Steps to get the test sites working:
15
15
- Username: uiexamples@example.com
16
16
- Password: 1234567890
17
17
18
-
For v14 you will also need to run `npm ci` within the `src\Our.Umbraco.UiExamples.v14` directory, and then `npm run dev` to start the development batch job. This will copy the files from the package into `samples\Umbraco14.Website` ready to see in the backoffice.
18
+
For v115 you will also need to run `npm ci` within the `src\Our.Umbraco.UiExamples.v15` directory, and then `npm run dev` to start the development batch job. This will copy the files from the package into `examples\Umbraco15.Website` ready to see in the backoffice.
19
19
20
20
## Making changes
21
21
The files you will be working on are in the `App_Plugins` folder in the main `Our.Umbraco.UiExamples` project. Changed files need to be copied into the test websites so you can confirm they work, which is automatically done when building the test websites (using a MSBuild target).
Copy file name to clipboardExpand all lines: 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
@@ -1,6 +1,6 @@
1
1
# Umbraco UI Examples
2
2
> [!IMPORTANT]
3
-
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 14](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+14%22) ripe for the picking.
3
+
> Hey you! Are you looking to get involved in development of the Umbraco 14 version? Head over to the [issues tagged with Umbraco 15](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+15%22) ripe for the picking.
4
4
5
5
UI Examples is a package that adds a new 'UI Examples' section to your Umbraco instance with working examples of how to customise the backoffice. During installation the Administrators user group will be given access to the section.
0 commit comments