Expand my Community achievements bar.

SOLVED

ContextHub Configuration Browser Project Settings

Avatar

Community Advisor

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Community Advisor

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.