{
  "name": "dnxte/spin-wheel-child",
  "title": "Spinning Wheel Segment",
  "titles": "Spinning Wheel Segments",
  "category": "child-module",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Spinning Wheel Segment"
            }
          }
        }
      },
      "settings": {
        "decoration": {
          "sizing": {},
          "spacing": {},
          "border": {},
          "boxShadow": {},
          "filters": {},
          "transform": {}
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        },
        "boxShadow": {
          "important": true
        }
      }
    },
    "label": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "Prize"
          }
        }
      }
    },
    "segment": {
      "type": "object",
      "default": {
        "decoration": {
          "color": {
            "desktop": {
              "value": "#ff6384"
            }
          }
        },
        "innerContent": {
          "desktop": {
            "value": "on"
          }
        }
      }
    },
    "prize": {
      "type": "object",
      "default": {
        "innerContent": {
          "desktop": {
            "value": "custom_text"
          }
        },
        "advanced": {
          "coupon_code": {
            "desktop": {
              "value": ""
            }
          },
          "redirect_url": {
            "desktop": {
              "value": ""
            }
          },
          "winner_message": {
            "desktop": {
              "value": "Congratulations! You won!"
            }
          },
          "max_wins": {
            "desktop": {
              "value": "0"
            }
          },
          "probability": {
            "desktop": {
              "value": "10"
            }
          },
          "prize_title": {
            "desktop": {
              "value": ""
            }
          },
          "prize_description": {
            "desktop": {
              "value": ""
            }
          }
        }
      }
    }
  },
  "customCssFields": {
	"mainElement": {
      "subName": "mainElement",
      "selectorSuffix": ""
    }
  }
}
