How to modify the navigation on this Search
I traced its code and where is this “placeholder” value, see screenshot.
How to modify the navigation on this Search
I traced its code and where is this “placeholder” value, see screenshot.
Hi Jay,
This screenshot shows the template partial markup for the navigation component. As you can see in the comment, this text is only a placeholder to allocate space. If you take a look at the script file for the navigation component, the navigation text uses label
:
This property can be edited in the config.json file for each vertical, for example config > faqs.json
.
You can learn more about label
and other properties in the config.json file in the Core Frontend - Customizing Your Pages unit.