How to access config field from theme.json?

Great!
I went straight in tried with an if-statement - and it works perfect :smiley:

{% if theme_config("productsku") %}
 // some code to show the product SKU
{% endif %}