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

11
+
- Single-click (and opinionated) organiser for
12
+
- Document Types
13
+
- Media Types
14
+
- Member Types
15
+
- Data Types
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,7 +47,7 @@ You can implement your own `Organise Action`, a method that determines where a t
@@ -112,8 +99,11 @@ public class Composer : IComposer
112
99
113
100
## Contributing
114
101
115
-
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.
0 commit comments