{
    "key": "group_pctech_hp_testimonial_fields",
    "title": "PCTech Homepage — Testimonial Fields",
    "fields": [
        {
            "key": "field_pctech_hp_customer_name",
            "label": "Tên khách hàng",
            "name": "customer_name",
            "type": "text",
            "instructions": "Nếu để trống sẽ dùng Tiêu đề bài viết."
        },
        {
            "key": "field_pctech_hp_customer_position",
            "label": "Chức vụ / Vai trò",
            "name": "customer_position",
            "type": "text"
        },
        {
            "key": "field_pctech_hp_customer_company",
            "label": "Công ty / Khu vực",
            "name": "customer_company",
            "type": "text"
        },
        {
            "key": "field_pctech_hp_testimonial_content",
            "label": "Nội dung đánh giá",
            "name": "testimonial_content",
            "type": "textarea",
            "rows": 3,
            "instructions": "Nếu để trống sẽ dùng nội dung bài viết."
        },
        {
            "key": "field_pctech_hp_testimonial_rating",
            "label": "Số sao (1-5)",
            "name": "testimonial_rating",
            "type": "number",
            "min": 1,
            "max": 5,
            "default_value": 5
        },
        {
            "key": "field_pctech_hp_customer_photo",
            "label": "Ảnh khách hàng",
            "name": "customer_photo",
            "type": "image",
            "return_format": "url",
            "preview_size": "thumbnail"
        }
    ],
    "location": [
        [
            {
                "param": "post_type",
                "operator": "==",
                "value": "testimonial"
            }
        ]
    ],
    "menu_order": 0,
    "position": "normal",
    "style": "default",
    "label_placement": "top",
    "instruction_placement": "label",
    "active": true,
    "description": "Field cho CPT testimonial phục vụ trang chủ động."
}
