Cascading inheritance configurations

I am applying the inheritance functionality in my project
I create a page in my parent site with its content
Then I create another page in the subsite1 in order to override the one that comes from the parentSite
In the region1 site I expect the page that comes from the subsite1 but not, I am getting the one that comes from parentSite

This is my inheritance configuration:

/parentSite:
jcr:primaryType: hst:configuration
hst:inheritsfrom: […/common]
/subsite1:
jcr:primaryType: hst:configuration
hst:inheritsfrom: […/parentSite, ‘…/parentSite/hst:workspace’]
/region1:
jcr:primaryType: hst:configuration
hst:inheritsfrom: […/subsite1, ‘…/subsite1/hst:workspace’]
/region2:
jcr:primaryType: hst:configuration
hst:inheritsfrom: […/subsite1, ‘…/subsite1/hst:workspace’]

I am not sure my mistake

We would have to see your sitemap configuration. Most likely the location your are reaching is only defined in the common or parentsite configuration

Thanks @jasper.floor
I still having the issue related with cascading inheritance
In this case I have a page my-page in the gogreen site
Since gogreenSubsite inherits from gogreen
The page “my-page” at this level the inheritance it works.
But if in the gogreenSubsite I override this page with its specific content
the site region1 inherits from gogreenSubsite
But in region1 site I expect to see the my-page inherited from gogreenSubsite
I am getting the one that comes from gogreen site (the parent site)

This is the parent configuration

/gogreen:
jcr:primaryType: hst:configuration
jcr:uuid: 8d77a0de-9a77-4697-8a6d-2db681cd8ef3
hst:inheritsfrom: […/common]
/hst:abstractpages:
jcr:primaryType: hst:pages
jcr:uuid: 9895a7be-3716-489b-918d-bc20a147e9c1
/base:
jcr:primaryType: hst:component
jcr:uuid: a3ce644f-a965-4767-9d34-449c45a4b6ce
hst:template: base-layout
/menu:
jcr:primaryType: hst:component
jcr:uuid: f7f0ebb8-956f-4620-903f-11b243c76a81
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsMenuComponent
hst:parameternames: [selectedMenu, level, menu]
hst:parametervalues: [‘on’, ‘1’, main]
hst:template: base-top-menu
/top:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: base/top
/footer:
jcr:primaryType: hst:component
jcr:uuid: cd76dd8a-387e-4bda-90bb-8272afb37a22
hst:template: base-footer
/container:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: base/footer
/hst:catalog:
jcr:primaryType: hst:catalog
jcr:uuid: c68995d3-9412-4b2b-888b-a86c8301feaf
/gogreen-catalog:
jcr:primaryType: hst:containeritempackage
jcr:uuid: fb843434-8ff4-46bc-8df8-b999e34f9892
/hst:components:
jcr:primaryType: hst:components
jcr:uuid: 4bf3f144-b676-4a6d-a9e9-877115bf5be3
/hst:pages:
jcr:primaryType: hst:pages
jcr:uuid: 836db86c-8f51-40a7-a2f0-70f9789d9328
/contentlist:
jcr:primaryType: hst:component
jcr:uuid: 167a03ce-9371-45a2-8770-ac513972f86f
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: contentlist/main
/contentpage:
jcr:primaryType: hst:component
jcr:uuid: aa5fcd21-33c1-49e0-939a-4b52595f24f5
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: contentpage/main
/homepage:
jcr:primaryType: hst:component
jcr:uuid: 289578ff-0d13-41bb-b2e8-25829af034bd
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:component
jcr:uuid: b9840683-20c1-4c3a-9eda-84d722e08b80
hst:template: homepage-main
/container:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: homepage/main
/mcalipage:
jcr:primaryType: hst:component
jcr:uuid: ba0d6342-ebba-4d7d-acec-25fcd4c0e6b9
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:component
jcr:uuid: 97dab636-6593-4d1f-9827-d5a3085d0639
hst:template: homepage-main
/container:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: homepage/main
/newslist:
jcr:primaryType: hst:component
jcr:uuid: 3028ae3a-b73f-4986-9470-6cde77b65a08
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: newslist/main
/newspage:
jcr:primaryType: hst:component
jcr:uuid: 9577d677-933d-4b98-9f98-6a180520f109
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: newspage/main
/pagenotfound:
jcr:primaryType: hst:component
jcr:uuid: 031c0e38-eeaa-4557-a548-226d866eefbb
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:component
jcr:uuid: 495b20d1-d649-4fd1-b353-7009312187d6
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsPageNotFoundComponent
hst:template: pagenotfound-main
/container:
jcr:primaryType: hst:containercomponentreference
hst:referencecomponent: pagenotfound/main
/search:
jcr:primaryType: hst:component
jcr:uuid: c29f13a4-b876-4a31-8c4e-1496bd56e2d4
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:component
jcr:uuid: 3e8535dd-d18a-4565-9d76-95bf1d2fa7ce
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsSearchComponent
hst:template: search-main
/hst:prototypepages:
jcr:primaryType: hst:pages
jcr:uuid: a4250a0d-5c8d-4639-86aa-760d01a44470
/contentpage:
jcr:primaryType: hst:component
jcr:mixinTypes: [‘hst:prototypemeta’]
jcr:uuid: 342fdded-81d6-4fa9-b888-50769a56dde8
hst:displayname: Simple Content Page
hst:primarycontainer: main
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 99c64f2a-93a9-4e84-b86f-2ea86240ecbf
hst:label: Content Page Main
hst:xtype: hst.vbox
/hst:sitemap:
jcr:primaryType: hst:sitemap
jcr:uuid: 59773cf8-031c-4b95-83d8-ef55e7039016
/root:
jcr:primaryType: hst:sitemapitem
jcr:uuid: 41048e45-c635-42bb-b1c5-e8bfb5772f1f
hst:componentconfigurationid: hst:pages/homepage
hst:pagetitle: Home Page
hst:refId: root
/any:
jcr:primaryType: hst:sitemapitem
jcr:uuid: e35141fd-5d1b-4b79-b2f0-cd2db240657a
hst:componentconfigurationid: hst:pages/pagenotfound
/pagenotfound:
jcr:primaryType: hst:sitemapitem
jcr:uuid: afd1f5b7-9a7f-4e2a-9a6d-596fb0119a9c
hst:componentconfigurationid: hst:pages/pagenotfound
hst:pagetitle: Not Found Page
hst:refId: pagenotfound
/news:
jcr:primaryType: hst:sitemapitem
jcr:uuid: 54a38b18-c5d4-4330-93de-e2d3fab4c1c6
hst:componentconfigurationid: hst:pages/newslist
hst:pagetitle: List of News Items
hst:relativecontentpath: newsfacets
/any.html:
jcr:primaryType: hst:sitemapitem
jcr:uuid: d36cea91-3dfa-4554-ad8a-4775d977a42c
hst:componentconfigurationid: hst:pages/newspage
hst:relativecontentpath: news/{1} /_any_: jcr:primaryType: hst:sitemapitem jcr:uuid: 76870fd2-4dbd-4b30-9f52-61e4b6debb35 hst:componentconfigurationid: hst:pages/newslist hst:relativecontentpath: news/{1}
/search:
jcr:primaryType: hst:sitemapitem
jcr:uuid: 2d9a9def-d824-4799-8a6b-070a1aa30fc4
hst:componentconfigurationid: hst:pages/search
hst:pagetitle: Search Results
hst:refId: search
/content:
jcr:primaryType: hst:sitemapitem
jcr:uuid: c14e32a8-5e5b-49d2-ba43-ef9cca7b173f
hst:componentconfigurationid: hst:pages/contentlist
hst:pagetitle: List of Simple Documents
hst:relativecontentpath: content
/any.html:
jcr:primaryType: hst:sitemapitem
jcr:uuid: c28be87a-5daa-4313-b0dc-caed870866d2
hst:componentconfigurationid: hst:pages/contentpage
hst:relativecontentpath: {parent}/{1}
/any:
jcr:primaryType: hst:sitemapitem
jcr:uuid: e8b933fa-876d-4023-8625-dda99c406e3d
hst:componentconfigurationid: hst:pages/contentlist
hst:relativecontentpath: {parent}/{1}
/hst:sitemenus:
jcr:primaryType: hst:sitemenus
jcr:uuid: 7d8833a7-dadc-49b0-a635-ea19e7cec51f
/hst:templates:
jcr:primaryType: hst:templates
jcr:uuid: 3733a4a0-e70b-495c-941b-9eccb5168835
/base-layout:
jcr:primaryType: hst:template
jcr:uuid: d5dea913-8f29-470a-b286-347977c95709
hst:renderpath: webfile:/freemarker/gogreen/base-layout.ftl
/base-top-menu:
jcr:primaryType: hst:template
jcr:uuid: 1808b475-0ce6-4f1c-b270-e225aafa63a6
hst:renderpath: webfile:/freemarker/gogreen/base-top-menu.ftl
/base-footer:
jcr:primaryType: hst:template
jcr:uuid: 9266ab8a-0067-4b47-878d-7b5b381abd87
hst:renderpath: webfile:/freemarker/gogreen/base-footer.ftl
/homepage-main:
jcr:primaryType: hst:template
jcr:uuid: 9e3dc8f8-72fc-46a5-8a2f-f3e32f809afb
hst:renderpath: webfile:/freemarker/gogreen/homepage-main.ftl
/pagenotfound-main:
jcr:primaryType: hst:template
jcr:uuid: e0bf53a7-7d72-44a3-9c93-f6dc6246d5b5
hst:renderpath: webfile:/freemarker/gogreen/pagenotfound-main.ftl
/newspage-main:
jcr:primaryType: hst:template
jcr:uuid: e178fc2e-f728-4178-b91e-06af84b3c681
hst:renderpath: webfile:/freemarker/hstdefault/newspage-main.ftl
/search-main:
jcr:primaryType: hst:template
jcr:uuid: fb58fb9a-5cec-495f-aeea-d8191a0e611d
hst:renderpath: webfile:/freemarker/gogreen/search-main.ftl
/contentlist-main-contentlist:
jcr:primaryType: hst:template
jcr:uuid: 0762d04d-1ff9-4939-b2b0-adafceb1883c
hst:renderpath: webfile:/freemarker/hstdefault/contentlist-main-contentlist.ftl
/mcali:
jcr:primaryType: hst:template
jcr:uuid: 3daf5afd-7c24-456b-9c21-a77df9e678f3
hst:renderpath: webfile:/freemarker/gogreen/mcali.ftl
/faceted-navigation:
jcr:primaryType: hst:template
jcr:uuid: 888d1aa5-c968-4cc0-bbaf-4bfa1dcbb960
hst:renderpath: webfile:/freemarker/gogreen/faceted-navigation.ftl
/hst:workspace:
jcr:primaryType: hst:workspace
/hst:channel:
jcr:primaryType: hst:channel
jcr:uuid: 5fcaf4b0-b34c-442d-8002-b9c3403b8c78
hst:name: GoGreen Project
hst:type: website
/hst:channelinfo:
jcr:primaryType: hst:channelinfo
/hst:containers:
jcr:primaryType: hst:containercomponentfolder
/base:
jcr:primaryType: hst:containercomponentfolder
/top:
jcr:primaryType: hst:containercomponent
jcr:uuid: ec314951-7ab5-4689-8b9d-381a2a623de7
hst:label: Top
hst:xtype: hst.vbox
/footer:
jcr:primaryType: hst:containercomponent
jcr:uuid: fac6717a-d812-4fdf-8d9b-a59d5f9bca48
hst:label: Footer
hst:xtype: hst.vbox
/homepage:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: e843dfd2-acf4-438e-806c-12706cda7278
hst:label: Home Page Main
hst:lastmodified: 2018-08-27T07:43:55.949-06:00
hst:xtype: hst.vbox
/carousel:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 3600e065-0538-4080-977a-d1611ea643b6
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsCarouselComponent
hst:iconpath: images/essentials/catalog-component-icons/carousel.png
hst:label: Carousel
hst:parameternames: [document4, document3, document6, document5, document2,
document1, cycle, pause, carouselWidth, carouselHeight, carouselBackgroundColor,
showNavigation, interval]
hst:parametervalues: [news/2018/08/the-news-item-created, banners/how-to-green-your-dorm-room,
‘’, ‘’, banners/is-a-smart-thermostat-worth-the-investment, banners/10-simple-steps-to-green-your-office,
‘on’, ‘on’, ‘700’, ‘250’, ‘#FFFFFF’, ‘on’, ‘3000’]
hst:template: essentials-carousel
hst:xtype: hst.item
/pagenotfound:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: eb44499a-094c-4042-a973-431c0be870e9
hst:label: Page-Not-Found Main
hst:xtype: hst.vbox
/newslist:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: b828cf37-056e-4fdc-bdc7-1e7aea223a10
hst:label: News List Main
hst:xtype: hst.vbox
/newslist:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: b18a463a-674e-452f-85cf-8cc67fa02ad8
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsNewsComponent
hst:label: News List
hst:parameternames: [hidePastEvents, documentTypes, sortField, sortOrder,
includeSubtypes, showPagination, path, pageSize, documentDateField,
hideFutureItems]
hst:parametervalues: [‘on’, ‘gogreen:newsdocument’, ‘’, desc, ‘off’, ‘on’,
‘’, ‘10’, ‘gogreen:date’, ‘on’]
hst:template: newslist-main-newslist
hst:xtype: hst.item
/newspage:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: ac6f8c2e-d119-4ec0-9d27-1e3bbeb5a16d
hst:label: News Page Main
hst:xtype: hst.vbox
/content:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 479fc89c-9340-4a0e-acc9-e39ddf7422a0
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsContentComponent
hst:template: newspage-main
hst:xtype: hst.item
/contentlist:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 5e9a75db-84c0-4693-8a4d-139dd8907442
hst:label: Content List Main
hst:lastmodified: 2018-08-29T15:32:17.420-06:00
hst:xtype: hst.vbox
/contentlist:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 2b657aa1-2896-474e-a386-f3f013df22c9
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsListComponent
hst:label: Content list
hst:parameternames: [documentTypes, sortField, sortOrder, includeSubtypes,
showPagination, path, pageSize]
hst:parametervalues: [‘gogreen:contentdocument’, ‘’, desc, ‘off’, ‘on’,
‘’, ‘10’]
hst:template: contentlist-main-contentlist
hst:xtype: hst.item
/seo:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 6eda1eca-650c-4457-a440-33b400a0ff75
hst:componentclassname: org.onehippo.forge.seo.support.SEOHelperComponent
hst:iconpath: images/essentials/catalog-component-icons/seo.png
hst:label: SEO
hst:parameternames: [menu-name, site-dc-copyright-link, template-page-title,
dc-language, document-title-bean-props, dc-schema-link, site-title-in-template,
menu-item-allow-expanded, site-title, default-meta-description, document-description-bean-props,
dc-terms-link, enable-dc-language]
hst:parametervalues: [main, ‘’, ‘%(siteTitle) - %(menuItem) - %(pageTitle)
: %(keywords)’, ‘’, titleContent Page by mcali**, ‘http://purl.org/dc/elements/1.1/’,
‘on’, ‘off’, Content Page by mcali, Content Page by mcali meta description,
description, ‘http://purl.org/dc/terms/’, ‘’]
hst:template: seo
hst:xtype: hst.item
/contentpage:
jcr:primaryType: hst:containercomponentfolder
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 4142c21b-fa88-4d88-ae55-623f48a0282c
hst:label: Content Page Main
hst:xtype: hst.vbox
/content:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 5504dbec-479b-4ec5-8555-b5e9a4b10d95
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsContentComponent
hst:template: contentpage-main
hst:xtype: hst.item
/hst:pages:
jcr:primaryType: hst:pages
jcr:uuid: 5ac0d8aa-cd00-4774-8661-4410704d93fe
/content-page-1-contentpage:
jcr:primaryType: hst:component
jcr:uuid: 61ffbf57-0427-40cb-bb3b-41bc44ea29be
hst:lastmodified: 2018-08-27T14:58:17.202-06:00
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 2c03f814-4bb6-434b-87c1-4e5d5b0aec1b
hst:label: Content Page Main
hst:lastmodified: 2018-08-27T14:59:22.449-06:00
hst:xtype: hst.vbox
/simplecontent:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: b2cf4844-5b4d-4e8c-ab61-0a7d6cdfe30f
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsDocumentComponent
hst:iconpath: images/essentials/catalog-component-icons/simple-content.png
hst:label: Simple Content
hst:parameternames: [document, org.hippoecm.hst.core.component.template]
hst:parametervalues: [custom/test-document, ‘webfile:/freemarker/hstdefault/contentpage-main.ftl’]
hst:template: contentpage-main
hst:xtype: hst.item
/content-page-2-contentpage:
jcr:primaryType: hst:component
jcr:uuid: d41a44d2-6e0d-4758-ae4c-fff8bc400912
hst:lastmodified: 2018-08-27T14:59:45.159-06:00
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 5fcb7bbd-caa4-4f59-8f43-a5f39663305e
hst:label: Content Page Main
hst:lastmodified: 2018-08-27T14:59:55.911-06:00
hst:xtype: hst.vbox
/my-page-contentpage:
jcr:primaryType: hst:component
jcr:uuid: 17891f0a-65e9-47d3-8f05-d90189b23e5a
hst:lastmodified: 2018-09-21T11:01:10.394-06:00
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: ffd67d6a-f264-4322-adfd-88061342ea36
hst:label: Content Page Main
hst:lastmodified: 2018-09-21T11:01:43.817-06:00
hst:xtype: hst.vbox
/simplecontent:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 71acfc5c-fc57-4911-861e-4951317f9578
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsDocumentComponent
hst:iconpath: images/essentials/catalog-component-icons/simple-content.png
hst:label: Simple Content
hst:parameternames: [document, org.hippoecm.hst.core.component.template]
hst:parametervalues: [custom/parent-site-content, ‘webfile:/freemarker/hstdefault/contentpage-main.ftl’]
hst:template: contentpage-main
hst:xtype: hst.item
/hst:sitemap:
jcr:primaryType: hst:sitemap
jcr:uuid: 82431191-5b10-4cdc-95c2-70ade5d99295
/content-page-1:
jcr:primaryType: hst:sitemapitem
jcr:uuid: c7a37995-bac8-4f44-ae67-10a212bbc966
hst:componentconfigurationid: hst:pages/content-page-1-contentpage
hst:lastmodified: 2018-08-27T14:58:17.202-06:00
hst:pagetitle: Content Page 1
/content-page-2:
jcr:primaryType: hst:sitemapitem
jcr:uuid: 5940e6b9-3f68-4cd7-93f1-0e99a39ebcd0
hst:componentconfigurationid: hst:pages/content-page-2-contentpage
hst:lastmodified: 2018-08-27T14:59:45.159-06:00
hst:pagetitle: Content Page 2
/my-page:
jcr:primaryType: hst:sitemapitem
jcr:uuid: b5d1ae79-6aad-41aa-8a51-23c09fdfbbee
hst:componentconfigurationid: hst:pages/my-page-contentpage
hst:lastmodified: 2018-09-21T11:01:10.394-06:00
hst:pagetitle: My Page
/hst:sitemenus:
jcr:primaryType: hst:sitemenus
jcr:uuid: 77b286f2-cf36-4507-8d37-47a36cc22d60
/main:
jcr:primaryType: hst:sitemenu
jcr:uuid: 7dbbe48f-5e77-4e1e-8d72-cc536e53fb83
hst:lastmodified: 2018-09-21T11:52:57.342-06:00
/home:
jcr:primaryType: hst:sitemenuitem
jcr:uuid: 62cead37-6b1f-4388-8980-d269d6c1aeaa
hst:referencesitemapitem: root
/news:
jcr:primaryType: hst:sitemenuitem
jcr:uuid: 8147c8e8-5621-4e4a-9488-780dfd6bc9ad
hst:referencesitemapitem: news
/content:
jcr:primaryType: hst:sitemenuitem
jcr:uuid: dcb095f5-9638-4a62-8794-790d79bf2195
hst:referencesitemapitem: content

This is the Subsite

/gogreenSubsite:
jcr:primaryType: hst:configuration
jcr:uuid: 3b168807-10c7-4f14-91b4-42fcf89d9978
hst:inheritsfrom: […/gogreen, ‘…/gogreen/hst:workspace’]
/hst:sitemenus:
jcr:primaryType: hst:sitemenus
jcr:uuid: 54037baf-496d-45a3-b92f-bc2f46254025
/hst:workspace:
jcr:primaryType: hst:workspace
/hst:channel:
jcr:primaryType: hst:channel
jcr:uuid: ea5a06bb-b24f-4059-8358-8ec0a6a4a417
hst:name: GoGreen Subsite
hst:type: website
/hst:channelinfo:
jcr:primaryType: hst:channelinfo
/hst:pages:
jcr:primaryType: hst:pages
jcr:uuid: 6775c5dc-4456-48ef-bb87-0e998cb96ff6
/my-page-contentpage:
jcr:primaryType: hst:component
jcr:uuid: 79775438-aa93-42b7-b829-4c1f1a120f12
hst:lastmodified: 2018-09-21T11:03:14.168-06:00
hst:referencecomponent: hst:abstractpages/base
/main:
jcr:primaryType: hst:containercomponent
jcr:uuid: 22f270ab-c2b2-43e8-90a3-ea251b29d5c6
hst:label: Content Page Main
hst:lastmodified: 2018-09-21T11:03:39.936-06:00
hst:xtype: hst.vbox
/simplecontent:
jcr:primaryType: hst:containeritemcomponent
jcr:uuid: 6de3fb7d-4106-4cc5-a00f-efe975769714
hst:componentclassname: org.onehippo.cms7.essentials.components.EssentialsDocumentComponent
hst:iconpath: images/essentials/catalog-component-icons/simple-content.png
hst:label: Simple Content
hst:parameternames: [document, org.hippoecm.hst.core.component.template]
hst:parametervalues: [custom/subsite-content, ‘webfile:/freemarker/hstdefault/contentpage-main.ftl’]
hst:template: contentpage-main
hst:xtype: hst.item
/hst:sitemap:
jcr:primaryType: hst:sitemap
jcr:uuid: 1adf3f00-5ee4-48f1-beb9-38db348f6eed
/my-page:
jcr:primaryType: hst:sitemapitem
jcr:uuid: 50357b1f-e52f-466f-8e03-72259ce441fd
hst:componentconfigurationid: hst:pages/my-page-contentpage
hst:lastmodified: 2018-09-21T11:03:14.168-06:00
hst:pagetitle: My Page

This is the Region1

/region1:
jcr:primaryType: hst:configuration
jcr:uuid: 66fe5a59-973a-4aa8-8834-999542ba9176
hst:inheritsfrom: […/gogreenSubsite, ‘…/gogreenSubsite/hst:workspace’]
/hst:sitemenus:
jcr:primaryType: hst:sitemenus
jcr:uuid: 8ea1218a-25fe-46cc-92d3-d14fec3ef1a7
/hst:workspace:
jcr:primaryType: hst:workspace
/hst:channel:
jcr:primaryType: hst:channel
jcr:uuid: f3409a8e-58b2-4efe-b889-ded302ac7fd1
hst:name: Subsite Sub
hst:type: website
/hst:channelinfo:
jcr:primaryType: hst:channelinfo
/hst:pages:
jcr:primaryType: hst:pages
jcr:uuid: 5f20fc17-dfc6-4fa0-8c4e-92b9f0bf0e57
/hst:sitemap:
jcr:primaryType: hst:sitemap
jcr:uuid: 17413853-37e8-402c-b25b-ba57a475dd45

Hi,

I haven’t really had time to look at your issue, but recently an issue has been raised in our JIRA that may be related.

https://issues.onehippo.com/browse/HSTTWO-4431