ContextHub Configuration Browser Project Settings | Community
Skip to main content
Shubham_borole
Community Advisor
Community Advisor
September 3, 2019
Solved

ContextHub Configuration Browser Project Settings

  • September 3, 2019
  • 2 replies
  • 1887 views

Hi All,

I am looking into ContextHub and followed this video Setup ContextHub  (which is very clear and helpful). There is a step within this video (~2:06 mins) where we need to select "ContextHub Segments", "Cloud Configurations and "Content Fragment Models" check boxes.

Is there a way we can determine where these settings are saved, if we need to view within crx/de or jcr structure? I am looking to add this step trough code deployment.

Thanks & Regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

Hello,

The selected values are saved under /conf in crxde. For example, I created a new configuration named test under project we-retail, it is saved under /conf/we-retail/test path as:

/conf/we-retail/test/settings/cloudconfigs -> Cloud Configurations

/conf/we-retail/test/settings/dam -> Content Fragment Models

/conf/we-retail/test/settings/wcm/segments -> ContextHub Segments

Regards,

Vishu

2 replies

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
September 3, 2019

Hello,

The selected values are saved under /conf in crxde. For example, I created a new configuration named test under project we-retail, it is saved under /conf/we-retail/test path as:

/conf/we-retail/test/settings/cloudconfigs -> Cloud Configurations

/conf/we-retail/test/settings/dam -> Content Fragment Models

/conf/we-retail/test/settings/wcm/segments -> ContextHub Segments

Regards,

Vishu

Shubham_borole
Community Advisor
Community Advisor
September 3, 2019

I could see those for my project as well, but I was expecting something like a boolean property on one of the nodes. Looks like that is not the case. The existence of the three paths as you have mentioned should be checked for it seems.

Thanks for the quick response.