Section
Campaign What Others Get
1 个模板实例,3 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Campaign What Others Get",
"class": "cmp-wog-section",
"settings": [
{
"type": "text",
"id": "heading",
"label": "Heading",
"info": "1–80 characters",
"default": "What Others Unboxed"
},
{
"type": "textarea",
"id": "description",
"label": "Description",
"info": "0–200 characters"
},
{
"type": "text",
"id": "empty_state_message",
"label": "Empty state message",
"info": "1–200 characters. Shown when no valid records exist.",
"default": "No unboxing records to display yet."
}
],
"blocks": [
{
"type": "unboxed_record",
"name": "Unboxed Record",
"settings": [
{
"type": "text",
"id": "masked_email",
"label": "Masked email",
"info": "Required. 1–64 characters (e.g. j***@gmail.com)"
},
{
"type": "number",
"id": "amount_spent",
"label": "Amount spent ($)",
"info": "0.00–999999.99",
"default": 0
},
{
"type": "number",
"id": "amount_won",
"label": "Amount won ($)",
"info": "0.00–999999.99",
"default": 0
},
{
"type": "text",
"id": "prize",
"label": "Prize description",
"info": "Required. 1–120 characters"
},
{
"type": "text",
"id": "relative_time",
"label": "Relative time label",
"info": "Required. 1–32 characters (e.g. '2 hours ago')"
}
]
}
],
"presets": [
{
"name": "Campaign What Others Get",
"blocks": [
{
"type": "unboxed_record",
"settings": {
"masked_email": "j***@gmail.com",
"amount_spent": 29.99,
"amount_won": 150,
"prize": "Laifen Swift SE Hair Dryer",
"relative_time": "2 hours ago"
}
},
{
"type": "unboxed_record",
"settings": {
"masked_email": "s***@outlook.com",
"amount_spent": 49.99,
"amount_won": 299,
"prize": "Laifen Wave Electric Toothbrush",
"relative_time": "5 hours ago"
}
},
{
"type": "unboxed_record",
"settings": {
"masked_email": "m***@yahoo.com",
"amount_spent": 19.99,
"amount_won": 89,
"prize": "Premium Nozzle Set",
"relative_time": "1 day ago"
}
}
]
}
]
}