Skip to main content

Deprecated settings

The following settings are deprecated and have been replaced. They might still exist in some older themes, but they're no longer supported.


The font setting has been replaced by the font_picker setting.

Settings of type font outputs a drop-down menu that's automatically populated with various font selections.

For example, the following setting generates the following output:

Setting

{
"type": "font",
"id": "heading_font",
"label": "Heading font"
}

Output

font setting

The snippet setting has been replaced by sections.

Settings of type snippet outputs a drop-down menu that's automatically populated with the names of all snippet files in the theme.

For example, the following setting generates the following output:

Setting

{
"type": "snippet",
"id": "footer_content",
"label": "Footer content"
}

Output

snippet settings

Was this page helpful?