Skip to content

Commit 3fe8050

Browse files
authored
Merge branch 'dev' into dependabot/nuget/dev/jcdcdev.Umbraco.Core-and-Umbraco.Cms.Web.BackOffice-and-Umbraco.Cms.Web.Website-0.2.4
2 parents fc400f4 + 46c18f5 commit 3fe8050

30 files changed

+377
-298
lines changed

.github/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
Is your Backoffice a bit untidy?
99

1010
- Single-click (and opinionated) organiser for
11-
- Data Types
1211
- Document Types
1312
- Media Types
1413
- Member Types
14+
- Data Types
1515

16-
![A screenshot of the BackOffice Organiser in action](https://raw.githubusercontent.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/main/docs/screenshots/backoffice.png)
16+
![A screenshot of the Back Office Organiser in action](https://raw.githubusercontent.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/main/docs/screenshots/backoffice.png)
1717

1818
## Quick Start
1919

2020
- Go to the backoffice
21-
- Click `Back Office Organiser`
21+
- Click `Settings`
22+
- Click `Organise`
2223
- Select the types you wish to organise
2324
- Click submit and confirm
24-
- Refresh your page and enjoy a cleaner backoffice 😀
25+
- Refresh your page and enjoy a cleaner backoffice
2526

2627
## Configuration
2728
Add the following to your `appsettings.json` file
@@ -40,10 +41,10 @@ Add the following to your `appsettings.json` file
4041

4142
You can implement your own `Organise Action`, a method that determines where a type should be moved to. Implement the following interfaces:
4243

43-
- `Media Types` => `IMediaTypeOrganiseAction`
4444
- `Document Types` => `IContentTypeOrganiseAction`
45-
- `Data Types` => `IDataTypeOrganiseAction`
45+
- `Media Types` => `IMediaTypeOrganiseAction`
4646
- `Member Types` => `IMemberTypeOrganiseAction`
47+
- `Data Types` => `IDataTypeOrganiseAction`
4748

4849
### Example
4950
```csharp
22.2 KB
Loading
35.5 KB
Loading
95.4 KB
Loading

docs/screenshots/backoffice.png

-68.6 KB
Loading

src/TestSite.10/TestSite.10.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Umbraco.Cms" Version="10.4.0"/>
11-
<PackageReference Include="uSync" Version="10.7.1"/>
11+
<PackageReference Include="uSync" Version="10.7.3"/>
1212
</ItemGroup>
1313

1414
<ItemGroup>
1515
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
16-
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9"/>
16+
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3"/>
1717
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="68.2.0.9" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))"/>
1818
</ItemGroup>
1919

src/TestSite.11/TestSite.11.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
16-
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9"/>
16+
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3"/>
1717
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="68.2.0.9" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))"/>
1818
</ItemGroup>
1919

src/TestSite.12/TestSite.12.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
16-
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9"/>
16+
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="72.1.0.3"/>
1717
<RuntimeHostConfigurationOption Include="System.Globalization.AppLocalIcu" Value="68.2.0.9" Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))"/>
1818
</ItemGroup>
1919

src/Umbraco.Community.BackOfficeOrganiser.Client/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/Umbraco.Community.BackOfficeOrganiser.Client/src/backoffice-organiser.ts

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)