Skip to content

file based layout reset #1376

Closed
Closed
@TheComputerM

Description

@TheComputerM

Is your feature request related to a problem? Please describe.
Here is my file structure

- folder
  - 0.svelte
  - 1.svelte
  - special.svelte

I want 0.svelte and 1.svelte to inherit the layout but not special.svelte.

Describe the solution you'd like

<script context="module">
export let inheritLayout = false;
<script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions