by Bob » Mon Sep 09, 2013 11:43 am
Hi,
No, it's currently not possible yet to create truly hierarchical content. However this is (together with "multi-language") the most requested feature, so we'll add it sometime in the near future.
There are two reasons why it's not present, yet:
- Doing this properly is _hard_. Sure, we could hack together something, but that would not make it easy to use for endusers. In fact, it would most likely make the use of bolt harder for _everyone_, regardless of whether they need this feature or not. So, if we're going to do this, we will do it propetly, and that takes planning and care for detail.
- In my humble opinion, you hardly ever really need multiple levels of hierarchy. You should ask yourself if these 'nested pages' are really necessary? Is it not easier to create a sort-of static menu, using menu.yml, and well-though-out contenttypes?
Anyhow, for now, i'd suggest to perhaps split up your contenttypes for things that are logically different. You can also use a taxonomy with 'behaves_like' grouping, to add grouping of slightly different things in the backend of the site.