Section
Refurb Grade Explanation
1 个模板实例,6 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "Refurb Grade Explanation",
"tag": "section",
"class": "refurb-grades-section",
"settings": [
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Understanding Our Grades"
},
{
"type": "text",
"id": "subtitle",
"label": "Subtitle",
"default": "We classify our refurbished products into two grades to help you make the best choice"
},
{
"type": "header",
"content": "Shared Benefits"
},
{
"type": "text",
"id": "shared_title",
"label": "Shared benefits title",
"default": "What you get with both classes:"
},
{
"type": "textarea",
"id": "shared_benefits",
"label": "Shared benefits (separated by ||)",
"default": "High-speed motor (up to 100,000 RPM) (SE Lite: 100,000; SE: 105,000; 03: 110,000)||Fast drying, low noise, temperature control||6-month warranty against defects||Carefully repackaged",
"info": "Use || to separate each benefit item."
},
{
"type": "textarea",
"id": "shared_note",
"label": "Bottom note",
"default": "Choose Class A for closest to new. Choose Class B for best value."
}
],
"blocks": [
{
"type": "grade_card",
"name": "Grade Card",
"limit": 4,
"settings": [
{
"type": "select",
"id": "grade",
"label": "Grade type",
"options": [
{
"value": "a",
"label": "Grade A"
},
{
"value": "b",
"label": "Grade B"
}
],
"default": "a"
},
{
"type": "text",
"id": "badge_label",
"label": "Badge label",
"default": "Grade A"
},
{
"type": "text",
"id": "name",
"label": "Grade name",
"default": "Like New"
},
{
"type": "textarea",
"id": "description",
"label": "Description",
"default": "These are mostly logistics returns (e.g., shipping damages, buyer remorse). They have little to no usage and come in near-mint condition. The only difference from brand new? A lower price."
},
{
"type": "text",
"id": "features",
"label": "Feature tags (comma separated)",
"default": "Factory sealed, Never opened, Original packaging"
}
]
}
],
"presets": [
{
"name": "Refurb Grade Explanation",
"blocks": [
{
"type": "grade_card",
"settings": {
"grade": "a",
"badge_label": "Grade A",
"name": "Like New",
"description": "These are mostly logistics returns (e.g., shipping damages, buyer remorse). They have little to no usage and come in near-mint condition. The only difference from brand new? A lower price.",
"features": "Factory sealed, Never opened, Original packaging"
}
},
{
"type": "grade_card",
"settings": {
"grade": "b",
"badge_label": "Grade B",
"name": "Lightly Used & Refurbished",
"description": "These units show signs of prior use (e.g., minor scratches, wear on the handle) but have been professionally cleaned, sanitized, and restored to full working order. Perfect if you want reliable performance at the lowest cost.",
"features": "Fully tested, Professionally cleaned, Quality certified"
}
}
]
}
]
}