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

Add support for disabling content app through appsettings.json #160

Closed
abjerner opened this issue Nov 5, 2022 · 1 comment
Closed

Add support for disabling content app through appsettings.json #160

abjerner opened this issue Nov 5, 2022 · 1 comment
Assignees
Labels
category/dx Developer experience category/settings release/4.0.5 type/feature New feature or request umbraco/v10 Issues and tasks related to Umbraco 10.

Comments

@abjerner
Copy link
Member

abjerner commented Nov 5, 2022

Eg. something like:

{
  "Skybrud": {
    "Redirects": {
      "ContentApp": {
        "Enabled": false
      }
    }
  }
}
@abjerner abjerner added type/feature New feature or request umbraco/v10 Issues and tasks related to Umbraco 10. labels Nov 5, 2022
@abjerner abjerner self-assigned this Nov 5, 2022
@abjerner abjerner closed this as completed Nov 5, 2022
@abjerner abjerner added category/dx Developer experience category/settings labels Nov 5, 2022
@abjerner
Copy link
Member Author

This is now part of the v4.0.5 release 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category/dx Developer experience category/settings release/4.0.5 type/feature New feature or request umbraco/v10 Issues and tasks related to Umbraco 10.
Projects
None yet
Development

No branches or pull requests

1 participant