Skip to content
Discussion options

You must be logged in to vote

No worries, we were all OC beginners once :).

If you're just fiddling around and you don't want to make this into a learning exercise, you can just wipe the site and setup anew, by deleting the App_Data folder (if you used SQLite).

Othewise:

  • For "Route contained items" make sure that you also tick this:
  • "Term Content Type" is coming from Taxonomy Part. But... That's not actually showing up in the content type editor. This is because there's no corresponding TaxonomyPart registration in the Migrations of Taxonomies:
await _contentDefinitionManager.AlterPartDefinitionAsync("TaxonomyPart", part => part
    .Attachable(false)
);

I don't actually know why this is like that. I assume that th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RemcoW2002
Comment options

Answer selected by RemcoW2002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants