Section

Snow effect

0 个模板实例,3 个 section 配置,0 类 block。

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "Snow effect",
  "class": "snow-effect-section",
  "settings": [
    {
      "type": "checkbox",
      "id": "enable",
      "label": "Enable",
      "default": true
    },
    {
      "type": "color",
      "id": "snow_color",
      "label": "Snow color"
    },
    {
      "type": "image_picker",
      "id": "custom_cursor",
      "label": "Custom cursor"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Snow effect"
    }
  ]
}