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 controlling where content app is shown through appsettings.json #161

Closed
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

Should follow the same format as: https://our.umbraco.com/Documentation/Extending/Content-Apps/#limiting-according-to-type

Eg. something like:

{
  "Skybrud": {
    "Redirects": {
      "ContentApp": {
        "Show": [
          "-content/site",
          "-content/subSite",
          "-media/*",
          "-media/video",
          "+media/Image"
        ]
      }
    }
  }
}
@abjerner abjerner added type/feature New feature or request umbraco/v10 Issues and tasks related to Umbraco 10. category/dx Developer experience category/settings labels Nov 5, 2022
@abjerner abjerner self-assigned this Nov 5, 2022
abjerner added a commit that referenced this issue Nov 10, 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