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
> Version 15 will only receive security updates and no new features.
19
+
20
+
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information.
21
+
22
+
## Quick Start
23
+
19
24
- Go to the backoffice
20
25
- Click `Settings`
21
26
- Click `Organise`
22
27
- Select the types you wish to organise
23
28
- Click submit and confirm
24
-
- Refresh your page and enjoy a cleaner backoffice ✨
25
-
26
-
## Configuration
27
-
29
+
- Refresh your page and enjoy a cleaner backoffice ✨
30
+
31
+
## Configuration
32
+
28
33
Add the following to your `appsettings.json` file
29
34
30
35
```json title="appsettings.json"
@@ -35,10 +40,10 @@ Add the following to your `appsettings.json` file
35
40
"CustomFolderName": "Custom"
36
41
}
37
42
}
38
-
```
39
-
40
-
## Extending
41
-
43
+
```
44
+
45
+
## Extending
46
+
42
47
You can implement your own `Organise Action`, a method that determines where a type should be moved to. Implement the following interfaces:
43
48
44
49
-`Document Types` => `IContentTypeOrganiseAction`
@@ -95,15 +100,15 @@ public class Composer : IComposer
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.
0 commit comments