I want to have a contentarea which contains blocks of a spesific type. The blocks can only be created within the contentarea, they are not visible for the editors (AvailableInEditMode=false)
A ordinary contentarea has the functunality of 'You can drop content here, or Create a new block', but when i add the [AllowedTypes(typeof(SpesificBlock))] attribute to the contentarea 'Create a new block' dissapears.
What to do?
Is it a bug?