If you have a multi-country setup where local entities submit inquiries through external forms, and you're using dynamic content to support multiple languages, you can configure your Help Center categories to support this dynamic content as well.
To enable this setup, follow these steps:
-
Go to the Conditional Fields app, open the Help Center tab, and click Save.
-
In your theme code, locate the snippet you added during the installation process, and insert all relevant dynamic content (DC) entries in the designated area shown in the image below.
- Use this snippet and copy it into your code:
<script> window.GuideInstance_DC_MAPPINGS = { 'dc-key': "{{ dc 'dc-key'}}" } </script>
Comments
0 comments
Please sign in to leave a comment.