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
{{ message }}
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,17 @@ If you want to add more UI examples to this package, please [raise an issue](./i
5
5
Open the solution file `UI Examples.sln` in Visual Studio. You will see three projects:
6
6
-`Our.Umbraco.UiExamples` is the main project containing the files that you will be working with
7
7
-`Umbraco8.Website` is an Umbraco v8 test site
8
-
-`Umrbaco9.Website` is an Umbraco v9 test site
8
+
-`Umbraco9.Website` is an Umbraco v9 test site
9
+
-`Umbraco14.Website` is an Umbraco v14 test site
9
10
10
-
Steps to get the two test sites working:
11
+
Steps to get the test sites working:
11
12
- Build the solution
12
13
- Run both test websites to run an unattended install (using a SQL CE database)
13
14
- Login to the backoffice using:
14
15
- Username: uiexamples@example.com
15
16
- Password: 1234567890
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.
16
19
17
20
## Making changes
18
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-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Umbraco UI Examples
2
2
> [!IMPORTANT]
3
-
> Hey you! Are you looking to get involved in development of the Umbraco v14 version? Head over to the [dev/v14](https://github.com/umbraco/UI-Examples/tree/dev/v14) branch to get started.
4
-
> P.S. We've also tagged a bunch of [issues 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 14](https://github.com/umbraco/UI-Examples/issues?q=is%3Aissue+is%3Aopen+label%3A%22Umbraco+14%22) ripe for the picking.
5
4
6
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