I'm trying to create a FAQ Section for a page.
The page will consist of a FAQ Page with a ContentArea for FAQSectionBlocks, working as dividers for the various sections in the FAQ. Inside a FAQSectionBlock is also a ContentArea property, that will contain an Answer/Question block.
The problem occurs when I'm trying to create the Answer/Question block inside the FAQSection. I have the option to create a new block inside the ContentArea of the FAQSectionBlock, but I can't actually create one, because I can't choose a block type. Nothing shows up. However, if I define an entry block outside the section block, I can drop it into the section blocks content area.
Is this by design, or am I doing something wrong?