Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Is your backoffice a bit untidy?
- Data Types
- Automatically sorts on save (configurable)

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

## Quick Start

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

namespace Umbraco.Community.BackOfficeOrganiser.Organisers.ContentTypes;

Expand Down
2 changes: 1 addition & 1 deletion docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Is your backoffice a bit untidy?
- Member Types
- Data Types

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

## Contributing

Expand Down
Binary file removed docs/screenshots/backoffice-content-types.png
Binary file not shown.
Binary file removed docs/screenshots/backoffice-data-types.png
Binary file not shown.
Binary file added docs/screenshots/backoffice-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/backoffice-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshots/backoffice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from '@hey-api/openapi-ts';

export default defineConfig({
input: 'http://localhost:54813/umbraco/swagger/default/swagger.json',
input: 'http://localhost:54813/umbraco/swagger/BackOfficeOrganiser/swagger.json',
output: {
format: 'prettier',
path: './src/api',
Expand Down
Loading
Loading