When I loop through the links, I manage to get those IDs
{% for link in section.settings.menu.links %}
{% assign image = link.title | handleize %}
{% assign image_title = image | append: ‘-image-title’ %} // here I get on each iteration (chemicals-image-title, pool-equimpent-image-title, spa-equimpent-image-title…) which is exactly the id in my json schema
Now I need a way to concatenate image_title to “section.settings” so I can get the actual value.
{{section.settings.chemicals-image-title}}
// this is just example of first link that needs to look like in the end