Unable to see any Content Type in the channel section to create a new page

2025/07/02 5:38 AM

Hi All, I am new to Kentico and tyring to give a kickstart to my learning by going through (https://docs.kentico.com/modules/developer-kickstart) this article step by step.

My problem is that I am not able to perform this (https://docs.kentico.com/modules/developer-kickstart/apply-a-page-template) step, as i am not able to see any Content Type listed under my channel when i am trying to create a new page in my channel. Its showing a message (No content type available.).

I have followed each and every step carefully and multiple times, but the same issue is occuring and i am not able to create a new page under my channel.

Note: In my channel (Kickstart Pages) under Allowed Content Types, i can see that Landing Page content type is showing correctly. In my content type (Landing Page), under Allowed in Channels, i can see that Kickstart Pages channel is showing correctly.

Any help would be really appreciable. Please let me know if i need to share more details.

Thanks,


Environment

Tags:
Kentico v30.6.0 .NET Code generation

Answers

2025/07/02 6:24 PM
Answer
  1. Do you happen to have any content type scopes defined that might be restricting the pages you are allowed to create under the page tree root?
  2. Did you register your page template for the content type of the page you are trying to create?
  3. Did you specify the given content type in the PageBuilderOptions.ContentTypeNames property when configuring the Page Builder globally?

To answer this question, you have to login first.