Skip to content

Commit 5e8b5ec

Browse files
authored
Merge pull request #53 from jcdcdev/dev/v15
15.1.0
2 parents 0739c34 + 08b1078 commit 5e8b5ec

File tree

86 files changed

+2017
-1332
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2017
-1332
lines changed

β€Ž.github/README.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Is your backoffice a bit untidy?
1414
- Data Types
1515
- Automatically sorts on save (configurable)
1616

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

1919
## Quick Start
2020

@@ -64,6 +64,7 @@ You can implement your own `Organise Action`, a method that determines where a t
6464
using jcdcdev.Umbraco.Core.Extensions;
6565
using Umbraco.Cms.Core.Models;
6666
using Umbraco.Cms.Core.Services;
67+
using Umbraco.Community.BackOfficeOrganiser.Core.OrganiseActions;
6768

6869
namespace Umbraco.Community.BackOfficeOrganiser.Organisers.ContentTypes;
6970

β€Ždocs/README_nuget.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Is your backoffice a bit untidy?
1414
- Member Types
1515
- Data Types
1616

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

1919
## Contributing
2020

-22.2 KB
Binary file not shown.
-35.5 KB
Binary file not shown.
190 KB
Loading
82.4 KB
Loading
104 KB
Loading

β€Žsrc/Umbraco.Community.BackOfficeOrganiser.Client/openapi-ts.config.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from '@hey-api/openapi-ts';
22

33
export default defineConfig({
4-
input: 'http://localhost:54813/umbraco/swagger/default/swagger.json',
4+
input: 'http://localhost:54813/umbraco/swagger/BackOfficeOrganiser/swagger.json',
55
output: {
66
format: 'prettier',
77
path: './src/api',

0 commit comments

Comments
Β (0)