Which schema setting will create a color picker in the theme editor? 🎨 ```liquid {% schema %} { "name": "Featured Products", "settings": [ { "id": "background", "label": "Background Color", "type": "???" } ] } {% endschema %} ```

### Explanation The correct type for adding a color picker in Shopify section settings is `"color"`. This will create a color picker interface in the theme editor. Reference: [Section Schema Settings](https://shopify.dev/themes/architecture/sections/section-schema)

Answer Options:

  • color_picker
  • color
  • colorpicker
  • background_color
Shopify Free Test
← PreviousQuestion 1 of 1Finish →
00
← PreviousFinish →
Copyright ©Michael Bollin. Found some mistake?[email protected]