Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site Editor: remove redundant style-edit route #67057

Merged
merged 1 commit into from
Nov 18, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Areas

When `canvasMode` is not `edit`, the areas avaliable to use are:
When `canvasMode` is not `edit`, the areas available to use are:

| Area | Non-mobile viewport | Mobile viewport |
| --- | --- | --- |
Expand All @@ -12,7 +12,7 @@ When `canvasMode` is not `edit`, the areas avaliable to use are:
| `edit` | Rendered if provided. | Not rendered. |
| `mobile` | Not rendered | Rendered as full-screen, if provided. |

When `canvasMode` is `edit`, the areas avaliable to use are:
When `canvasMode` is `edit`, the areas available to use are:

| Area | Non-mobile viewport | Mobile viewport |
| --- | --- | --- |
Expand Down
2 changes: 0 additions & 2 deletions packages/edit-site/src/components/site-editor-routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { navigationViewRoute } from './navigation-view';
import { navigationEditRoute } from './navigation-edit';
import { navigationItemEditRoute } from './navigation-item-edit';
import { navigationItemViewRoute } from './navigation-item-view';
import { stylesEditRoute } from './styles-edit';
import { stylesViewRoute } from './styles-view';
import { patternsEditRoute } from './patterns-edit';
import { patternsViewRoute } from './patterns-view';
Expand All @@ -40,7 +39,6 @@ const routes = [
patternsViewRoute,
patternsEditRoute,
stylesViewRoute,
stylesEditRoute,
navigationItemViewRoute,
navigationItemEditRoute,
navigationViewRoute,
Expand Down

This file was deleted.

Loading