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: .github/README.md
+2-85Lines changed: 2 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,94 +14,11 @@ Is your Backoffice a bit untidy?
14
14
- Member Types
15
15
- Data Types
16
16
17
-
> [!IMPORTANT]
18
-
> Version 10 will only receive security updates and no new features.
17
+
> [!WARNING]
18
+
> Version 10 is no longer supported and is End of Life (EOL).
19
19
20
20
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information.
21
21
22
-
## Quick Start
23
-
24
-
- Go to the backoffice
25
-
- Click `Settings`
26
-
- Click `Organise`
27
-
- Select the types you wish to organise
28
-
- Click submit and confirm
29
-
- Refresh your page and enjoy a cleaner backoffice ✨
30
-
31
-
## Configuration
32
-
33
-
Add the following to your `appsettings.json` file
34
-
35
-
```json title="appsettings.json"
36
-
"BackOfficeOrganiser": {
37
-
"DataTypes": {
38
-
"InternalFolderName": "Internal",
39
-
"ThirdPartyFolderName": "Third Party",
40
-
"CustomFolderName": "Custom"
41
-
}
42
-
}
43
-
```
44
-
45
-
## Extending
46
-
47
-
You can implement your own `Organise Action`, a method that determines where a type should be moved to. Implement the following interfaces:
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.
0 commit comments