{
    "key": "group_pctech_hp_global_calculator",
    "title": "PCTech Homepage — Global & Calculator (Options)",
    "fields": [
        {
            "key": "field_pctech_hp_tab_company",
            "label": "Thông tin công ty",
            "type": "tab",
            "placement": "top"
        },
        {
            "key": "field_pctech_hp_company_name",
            "label": "Tên công ty",
            "name": "company_name",
            "type": "text"
        },
        {
            "key": "field_pctech_hp_company_slogan",
            "label": "Slogan",
            "name": "company_slogan",
            "type": "text"
        },
        {
            "key": "field_pctech_hp_company_phone",
            "label": "Hotline (hiển thị)",
            "name": "company_phone",
            "type": "text",
            "instructions": "Ví dụ: 0936 102 287"
        },
        {
            "key": "field_pctech_hp_company_phone_raw",
            "label": "Hotline (số thô cho tel:)",
            "name": "company_phone_raw",
            "type": "text",
            "instructions": "Ví dụ: 0936102287 — không dấu cách."
        },
        {
            "key": "field_pctech_hp_company_zalo",
            "label": "Link Zalo",
            "name": "company_zalo",
            "type": "url"
        },
        {
            "key": "field_pctech_hp_company_messenger",
            "label": "Link Messenger",
            "name": "company_messenger",
            "type": "url"
        },
        {
            "key": "field_pctech_hp_company_website",
            "label": "Website",
            "name": "company_website",
            "type": "url"
        },
        {
            "key": "field_pctech_hp_company_address",
            "label": "Địa chỉ",
            "name": "company_address",
            "type": "text"
        },
        {
            "key": "field_pctech_hp_tab_calculator",
            "label": "Bảng giá / Calculator",
            "type": "tab",
            "placement": "top"
        },
        {
            "key": "field_pctech_hp_calc_pc",
            "label": "Máy tính bàn (PC)",
            "name": "calc_pc",
            "type": "repeater",
            "layout": "block",
            "button_label": "Thêm triệu chứng PC",
            "sub_fields": [
                { "key": "field_pctech_hp_calc_pc_id", "label": "ID", "name": "calc_id", "type": "text" },
                { "key": "field_pctech_hp_calc_pc_label", "label": "Triệu chứng (label)", "name": "calc_label", "type": "text" },
                { "key": "field_pctech_hp_calc_pc_price", "label": "Giá (VNĐ)", "name": "calc_price", "type": "number" },
                { "key": "field_pctech_hp_calc_pc_time", "label": "Thời gian xử lý", "name": "calc_time", "type": "text" },
                {
                    "key": "field_pctech_hp_calc_pc_severity",
                    "label": "Mức độ nghiêm trọng",
                    "name": "calc_severity",
                    "type": "select",
                    "choices": { "low": "Thấp", "medium": "Trung bình", "high": "Cao" },
                    "default_value": "low"
                },
                { "key": "field_pctech_hp_calc_pc_success", "label": "Tỷ lệ thành công (%)", "name": "calc_success", "type": "number", "default_value": 95 },
                { "key": "field_pctech_hp_calc_pc_rec", "label": "Khuyến nghị", "name": "calc_recommendation", "type": "textarea", "rows": 2 }
            ]
        },
        {
            "key": "field_pctech_hp_calc_laptop",
            "label": "Laptop",
            "name": "calc_laptop",
            "type": "repeater",
            "layout": "block",
            "button_label": "Thêm triệu chứng Laptop",
            "sub_fields": [
                { "key": "field_pctech_hp_calc_lap_id", "label": "ID", "name": "calc_id", "type": "text" },
                { "key": "field_pctech_hp_calc_lap_label", "label": "Triệu chứng (label)", "name": "calc_label", "type": "text" },
                { "key": "field_pctech_hp_calc_lap_price", "label": "Giá (VNĐ)", "name": "calc_price", "type": "number" },
                { "key": "field_pctech_hp_calc_lap_time", "label": "Thời gian xử lý", "name": "calc_time", "type": "text" },
                {
                    "key": "field_pctech_hp_calc_lap_severity",
                    "label": "Mức độ nghiêm trọng",
                    "name": "calc_severity",
                    "type": "select",
                    "choices": { "low": "Thấp", "medium": "Trung bình", "high": "Cao" },
                    "default_value": "low"
                },
                { "key": "field_pctech_hp_calc_lap_success", "label": "Tỷ lệ thành công (%)", "name": "calc_success", "type": "number", "default_value": 95 },
                { "key": "field_pctech_hp_calc_lap_rec", "label": "Khuyến nghị", "name": "calc_recommendation", "type": "textarea", "rows": 2 }
            ]
        },
        {
            "key": "field_pctech_hp_calc_mac",
            "label": "Macbook",
            "name": "calc_mac",
            "type": "repeater",
            "layout": "block",
            "button_label": "Thêm triệu chứng Mac",
            "sub_fields": [
                { "key": "field_pctech_hp_calc_mac_id", "label": "ID", "name": "calc_id", "type": "text" },
                { "key": "field_pctech_hp_calc_mac_label", "label": "Triệu chứng (label)", "name": "calc_label", "type": "text" },
                { "key": "field_pctech_hp_calc_mac_price", "label": "Giá (VNĐ)", "name": "calc_price", "type": "number" },
                { "key": "field_pctech_hp_calc_mac_time", "label": "Thời gian xử lý", "name": "calc_time", "type": "text" },
                {
                    "key": "field_pctech_hp_calc_mac_severity",
                    "label": "Mức độ nghiêm trọng",
                    "name": "calc_severity",
                    "type": "select",
                    "choices": { "low": "Thấp", "medium": "Trung bình", "high": "Cao" },
                    "default_value": "low"
                },
                { "key": "field_pctech_hp_calc_mac_success", "label": "Tỷ lệ thành công (%)", "name": "calc_success", "type": "number", "default_value": 95 },
                { "key": "field_pctech_hp_calc_mac_rec", "label": "Khuyến nghị", "name": "calc_recommendation", "type": "textarea", "rows": 2 }
            ]
        }
    ],
    "location": [
        [
            {
                "param": "options_page",
                "operator": "==",
                "value": "pctech-global"
            }
        ]
    ],
    "menu_order": 0,
    "position": "normal",
    "style": "default",
    "label_placement": "top",
    "instruction_placement": "label",
    "active": true,
    "description": "Field cho trang PCTech Global Options — company info + calculator. Options page 'pctech-global' đã được đăng ký sẵn trong inc/acf.php."
}
