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 10 will only receive security updates and no new features.
16
19
17
-

20
+
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information.
18
21
19
22
## Quick Start
20
23
@@ -26,28 +29,17 @@ Is your backoffice a bit untidy?
26
29
- Refresh your page and enjoy a cleaner backoffice ✨
27
30
28
31
## Configuration
32
+
29
33
Add the following to your `appsettings.json` file
30
34
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
-
}
35
+
```json title="appsettings.json"
36
+
"BackOfficeOrganiser": {
37
+
"DataTypes": {
38
+
"InternalFolderName": "Internal",
39
+
"ThirdPartyFolderName": "Third Party",
40
+
"CustomFolderName": "Custom"
41
+
}
42
+
}
51
43
```
52
44
53
45
## Extending
@@ -60,7 +52,7 @@ You can implement your own `Organise Action`, a method that determines where a t
@@ -112,8 +104,11 @@ public class Composer : IComposer
112
104
113
105
## Contributing
114
106
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).
107
+
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/contribute) page.
Project maintainers plan to support all STS (Short-Term Support) and LTS (Long-Term Support) versions of Umbraco. However, exact release dates cannot be guaranteed.
26
+
27
+
> [!NOTE]
28
+
> Visit [jcdc.dev/blog/umbraco-version-information](https://jcdc.dev/blog/umbraco-version-information) for more information on Umbraco versions.
29
+
30
+
## Reporting a Vulnerability
31
+
32
+
If you discover a vulnerability in this project, please follow one of these steps to report it:
33
+
34
+
- Create an [issue](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/security/advisories/new)
35
+
- Contact the project author privately at [jcdc.dev/contact](https://jcdc.dev/contact)
36
+
37
+
### Details
38
+
39
+
Include as much information as possible about the vulnerability, including:
40
+
41
+
- Steps to reproduce
42
+
- Potential impact
43
+
- Any suggested fixes
44
+
45
+
### Acknowledgment
46
+
47
+
You will receive an acknowledgment of your report as soon as possible.
48
+
49
+
> [!NOTE]
50
+
> Response times may vary depending on other commitments.
51
+
52
+
### Resolution
53
+
54
+
Once the vulnerability is confirmed, project maintainers will work to resolve it as quickly as possible.
55
+
56
+
You will be notified once the issue has been resolved or rejected.
57
+
58
+
> [!TIP]
59
+
> If the vulnerability is accepted, you will receive credit in the release notes.
60
+
61
+
Thank you for helping to keep this project secure!

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
+
```
17
40
18
41
## Contributing
19
42
20
-
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