{
"name": "Creator Directory",
"tag": "section",
"class": "section",
"settings": [
{
"type": "header",
"content": "Content & Display"
},
{
"type": "text",
"id": "heading",
"label": "Section Heading",
"default": "Our Creators"
},
{
"type": "text",
"id": "empty_message",
"label": "Empty State Message",
"default": "No creators found."
},
{
"type": "range",
"id": "creators_per_page",
"label": "Creators per page",
"min": 4,
"max": 100,
"step": 4,
"default": 24
},
{
"type": "checkbox",
"id": "require_profile_picture",
"label": "Require Profile Picture",
"default": true,
"info": "Only show creators who have a profile picture uploaded."
},
{
"type": "checkbox",
"id": "exclude_current_creator",
"label": "Exclude Current Creator",
"default": true,
"info": "Hide the currently active creator (if any) from the directory."
},
{
"type": "header",
"content": "Filtering"
},
{
"type": "text",
"id": "category_filter",
"label": "Category Filter",
"info": "Only show creators matching this category. Leave blank for all."
},
{
"type": "text",
"id": "shared_attribute",
"label": "Shared Attribute (for Similar Creators)",
"default": "cc-collab-tier",
"info": "The data field to match creators on. Common: cc-collab-tier, cc-creator-location, cc-creator-category"
},
{
"type": "range",
"id": "max_similar",
"label": "Max Similar Creators",
"min": 2,
"max": 20,
"step": 1,
"default": 8,
"info": "For shared attribute matching mode."
},
{
"type": "header",
"content": "Design & Styling"
},
{
"type": "color_scheme",
"id": "color_scheme",
"label": "Color Scheme",
"default": "scheme-1"
},
{
"type": "range",
"id": "columns_desktop",
"label": "Columns (Desktop)",
"min": 2,
"max": 6,
"step": 1,
"default": 4
},
{
"type": "range",
"id": "columns_mobile",
"label": "Columns (Mobile)",
"min": 1,
"max": 3,
"step": 1,
"default": 2
},
{
"type": "textarea",
"id": "custom_css",
"label": "Custom CSS",
"info": "Custom styles scoped to this section."
}
],
"presets": [
{
"name": "Creator Directory"
}
]
}