|
1 | 1 | # Umbraco.Community.BackOfficeOrganiser |
2 | 2 |
|
3 | | -[](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/main?tab=readme-ov-file#quick-start) |
4 | | -[](https://marketplace.umbraco.com/package/umbraco.community.backofficeorganiser) |
5 | | -[](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/blob/main/LICENSE) |
6 | | -[](https://www.nuget.org/packages/Umbraco.Community.BackOfficeOrganiser/) |
| 3 | +[](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser#quick-start) |
| 4 | +[](https://marketplace.umbraco.com/package/Umbraco.Community.BackOfficeOrganiser) |
| 5 | +[](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=MIT-1-ov-file) |
| 6 | +[](https://www.nuget.org/packages/Umbraco.Community.BackOfficeOrganiser) |
| 7 | +[](https://jcdc.dev/umbraco-packages/back-office-organiser) |
7 | 8 |
|
8 | | -Is your backoffice a bit untidy? |
| 9 | + |
| 10 | +Is your Backoffice a bit untidy? |
9 | 11 |
|
10 | 12 | - Single-click (and opinionated) organiser for |
11 | 13 | - Document Types |
12 | 14 | - Media Types |
13 | 15 | - Member Types |
14 | 16 | - Data Types |
15 | 17 |
|
16 | | - |
| 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. |
| 44 | + |
| 45 | +## Acknowledgements (Thanks) |
| 46 | + |
| 47 | +- LottePitcher - [opinionated-package-starter](https://github.com/LottePitcher/opinionated-package-starter) |
| 48 | + |
21 | 49 |
|
22 | | -## Acknowledgments (thanks!) |
23 | 50 |
|
24 | | -- LottePitcher - [opinionated-package-starter](https://github.com/LottePitcher/opinionated-package-starter) |
|
0 commit comments