Deprecated theme settings
The following settings are deprecated and have been replaced. Although they still exist in some older themes, these settings are no longer supported.
font
The deprecated font
setting has been replaced by font_picker
.
Settings of type font
generate a drop-down menu that is automatically filled with a selection of fonts.
Input
{
"type": "font",
"id": "id",
"label": "Text",
"info": "Text"
}
Example
{
"type": "font",
"id": "header_font",
"label": "Header font face"
}
Output
snippet
The deprecated snippet
setting has been replaced by section
.
Settings of type snippet
generate a drop-down that is automatically filled with the names of all the snippets in the store. The output of the option the merchant selects from the drop-down is the name of the snippet, without the .liquid
extension.
Input
{
"type": "snippet",
"id": "id",
"label": "Text",
"info": "Text"
}
Example
{
"type": "snippet",
"id": "left_footer",
"label": "Leftmost footer content"
}
Output