Glancing at the deprecated settings
While the following settings are no longer supported, there is a high probability that we might encounter them on older themes that their store owner never updated. Since these settings are no longer supported, we will not go into that much detail on how they work, but we will provide some general guidelines for identifying them and what they do.
The font input
The font
input type of setting allowed us to generate a shortlist of font files accessible on Shopify:
{ "type": "font", "id": "body_font", "label": "Body font" }
The introduction of the font_picker
input type, which we have mentioned previously, made the font
input type of setting obsolete.
The snippet input
As its name suggests, the snippet
input type allowed us to select any snippet file that we created previously within our theme and execute its content in a specific position...