AI OnAI Off
Hi Johnv,
It should appear in the selection. can you make sure that it is available in the admin->content types? (Go to admin and select the content type tab)
And if not then try to recreate it from scratch
It is possible to limit what page types can be created as children of other pages with specific page types.
In an Alloy site you have something like:
[AvailableContentTypes(
Availability.Specific,
Include = new[] { typeof(ContainerPage), typeof(ProductPage), typeof(StandardPage), typeof(ISearchPage), typeof(LandingPage), typeof(ContentFolder) }, // Pages we can create under the start page...
ExcludeOn = new[] { typeof(ContainerPage), typeof(ProductPage), typeof(StandardPage), typeof(ISearchPage), typeof(LandingPage) })] // ...and underneath those we can't create additional start pages
You can also find this in admin mode, select content types and a page type, then "Settings" and "Available page types".
Just add HelloWorld to the Include array, on the pagetypes where you would like to be able to add HelloWorld as a child.
If you create a hellow world page, e.g:
It does not appear in the list of pages when you select new page in the CMS editor. How do we get it added to that list? The page was created with the episerver "page type" Add new item so I am guessing it gerneated a unique GUID.