Hello, I was wondering, is it at all possible to create unique data types (via templating.cfg) within a heirarchy?
basically what I'm looking at trying to do is mirror the front-end structure of the site in ContentCenter.
So, what I'd like to have is my work area structured like the following:
WORKAREA
+ templatedata
+ Website
+ Homepage
- data
- presentation
- datacapture.cfg
+ Some Section
+ Index Page
- data
- presentation
- datacapture.cfg
+ Another Page
- data
- presentation
- datacapture.cfg
+ Some Other Section
+ Sub Section
+ Some Page
- data
- presentation
- datacapture.cfg
Obviously the "Homepage" data type is quite simple, and works just fine. The problem is creating this heirachy. I really REALLY don't want to create categories in templating.cfg (the content managers are demanding something more "transparent" and breaking the site up into "categories" just won't fly I fear).
Is there a way, that I may doctor up the templating.cfg, the branch regex in order to make this work?
Any guidance sure would be appreciated. Thank you