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

18
16
19
17
## Quick Start
20
18
@@ -26,28 +24,17 @@ Is your backoffice a bit untidy?
26
24
- Refresh your page and enjoy a cleaner backoffice ✨
27
25
28
26
## Configuration
27
+
29
28
Add the following to your `appsettings.json` file
30
29
31
-
```JSON
32
-
{
33
-
"BackOfficeOrganiser": {
34
-
"DataTypes": {
35
-
"InternalFolderName": "Internal",
36
-
"ThirdPartyFolderName": "Third Party",
37
-
"CustomFolderName": "Custom",
38
-
"OrganiseOnSave": true
39
-
},
40
-
"ContentTypes": {
41
-
"OrganiseOnSave": true
42
-
},
43
-
"MediaTypes": {
44
-
"OrganiseOnSave": true
45
-
},
46
-
"MemberTypes": {
47
-
"OrganiseOnSave": true
48
-
}
49
-
}
50
-
}
30
+
```json title="appsettings.json"
31
+
"BackOfficeOrganiser": {
32
+
"DataTypes": {
33
+
"InternalFolderName": "Internal",
34
+
"ThirdPartyFolderName": "Third Party",
35
+
"CustomFolderName": "Custom"
36
+
}
37
+
}
51
38
```
52
39
53
40
## Extending
@@ -60,11 +47,10 @@ You can implement your own `Organise Action`, a method that determines where a t
@@ -113,8 +99,11 @@ public class Composer : IComposer
113
99
114
100
## Contributing
115
101
116
-
Contributions to this package are most welcome! Please read the [Contributing Guidelines](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/blob/main/.github/CONTRIBUTING.md).
102
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.

18
+
## Quick Start
19
+
20
+
- Go to the backoffice
21
+
- Click `Settings`
22
+
- Click `Organise`
23
+
- Select the types you wish to organise
24
+
- Click submit and confirm
25
+
- Refresh your page and enjoy a cleaner backoffice ✨
26
+
27
+
## Configuration
28
+
29
+
Add the following to your `appsettings.json` file
30
+
31
+
```json title="appsettings.json"
32
+
"BackOfficeOrganiser": {
33
+
"DataTypes": {
34
+
"InternalFolderName": "Internal",
35
+
"ThirdPartyFolderName": "Third Party",
36
+
"CustomFolderName": "Custom"
37
+
}
38
+
}
39
+
```
18
40
19
41
## Contributing
20
42
21
-
Contributions to this package are most welcome! Please read the [Contributing Guidelines](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/blob/main/.github/CONTRIBUTING.md).
43
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.
0 commit comments