[
    {
        "key": "group_slt_global",
        "title": "Software Launch - Global Settings",
        "fields": [
            {
                "key": "field_slt_countdown_tab",
                "label": "Countdown Timer",
                "name": "",
                "type": "tab",
                "placement": "top"
            },
            {
                "key": "field_slt_countdown_deadline",
                "label": "Countdown Deadline",
                "name": "countdown_deadline",
                "type": "date_time_picker",
                "instructions": "Set specific deadline, or leave blank to use hours countdown",
                "display_format": "F j, Y g:i a",
                "return_format": "Y-m-d H:i:s",
                "first_day": 1
            },
            {
                "key": "field_slt_countdown_hours",
                "label": "Countdown Hours (Cookie-based)",
                "name": "countdown_hours",
                "type": "number",
                "instructions": "If no deadline set, start X hour countdown per visitor",
                "default_value": 24,
                "min": 1,
                "max": 168
            },
            {
                "key": "field_slt_countdown_text",
                "label": "Countdown Bar Text",
                "name": "countdown_bar_text",
                "type": "text",
                "default_value": "🔥 LAUNCH SPECIAL: $37 price expires in"
            },
            {
                "key": "field_slt_countdown_cta_text",
                "label": "Countdown Bar CTA",
                "name": "countdown_bar_cta",
                "type": "text",
                "default_value": "GET INSTANT ACCESS →"
            },
            {
                "key": "field_slt_countdown_cta_url",
                "label": "Countdown Bar CTA URL",
                "name": "countdown_bar_cta_url",
                "type": "url"
            },
            {
                "key": "field_slt_footer_tab",
                "label": "Footer",
                "name": "",
                "type": "tab",
                "placement": "top"
            },
            {
                "key": "field_slt_footer_logo",
                "label": "Footer Logo",
                "name": "footer_logo",
                "type": "image",
                "return_format": "array",
                "preview_size": "thumbnail",
                "library": "all"
            },
            {
                "key": "field_slt_company_name",
                "label": "Company Name",
                "name": "company_name",
                "type": "text"
            },
            {
                "key": "field_slt_privacy_url",
                "label": "Privacy Policy URL",
                "name": "privacy_url",
                "type": "url"
            },
            {
                "key": "field_slt_terms_url",
                "label": "Terms URL",
                "name": "terms_url",
                "type": "url"
            },
            {
                "key": "field_slt_contact_url",
                "label": "Contact URL",
                "name": "contact_url",
                "type": "url"
            },
            {
                "key": "field_slt_earnings_disclaimer",
                "label": "Earnings Disclaimer",
                "name": "earnings_disclaimer",
                "type": "textarea",
                "rows": 4
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 0,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_hero",
        "title": "Software Launch - Hero Section",
        "fields": [
            {
                "key": "field_slt_eyebrow",
                "label": "Eyebrow Badge Text",
                "name": "eyebrow_text",
                "type": "text",
                "default_value": "NEW FOR 2026"
            },
            {
                "key": "field_slt_headline_white",
                "label": "Headline (White)",
                "name": "headline_white",
                "type": "text",
                "instructions": "First part of headline in white"
            },
            {
                "key": "field_slt_headline_accent",
                "label": "Headline (Orange Accent)",
                "name": "headline_accent",
                "type": "text",
                "instructions": "Second part of headline in orange"
            },
            {
                "key": "field_slt_subheadline",
                "label": "Subheadline",
                "name": "subheadline",
                "type": "textarea",
                "rows": 2
            },
            {
                "key": "field_slt_video_url",
                "label": "Video URL",
                "name": "video_url",
                "type": "url",
                "instructions": "YouTube, Vimeo, or direct video URL"
            },
            {
                "key": "field_slt_video_poster",
                "label": "Video Poster Image",
                "name": "video_poster",
                "type": "image",
                "return_format": "array",
                "preview_size": "medium",
                "library": "all"
            },
            {
                "key": "field_slt_hero_cta_text",
                "label": "CTA Button Text",
                "name": "hero_cta_text",
                "type": "text",
                "default_value": "YES! GIVE ME INSTANT ACCESS →"
            },
            {
                "key": "field_slt_hero_cta_url",
                "label": "CTA Button URL",
                "name": "hero_cta_url",
                "type": "url"
            },
            {
                "key": "field_slt_trust_badges",
                "label": "Trust Badges",
                "name": "trust_badges",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Badge",
                "sub_fields": [
                    {
                        "key": "field_slt_trust_badge_icon",
                        "label": "Icon",
                        "name": "icon",
                        "type": "text",
                        "instructions": "Emoji or icon code",
                        "wrapper": {
                            "width": "20"
                        }
                    },
                    {
                        "key": "field_slt_trust_badge_text",
                        "label": "Text",
                        "name": "text",
                        "type": "text",
                        "wrapper": {
                            "width": "80"
                        }
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 1,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_problem",
        "title": "Software Launch - Problem Section",
        "fields": [
            {
                "key": "field_slt_problem_intro",
                "label": "Problem Introduction",
                "name": "problem_intro",
                "type": "text",
                "default_value": "You're working harder than ever, but..."
            },
            {
                "key": "field_slt_pain_points",
                "label": "Pain Points",
                "name": "pain_points",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Pain Point",
                "sub_fields": [
                    {
                        "key": "field_slt_pain_point_text",
                        "label": "Pain Point",
                        "name": "text",
                        "type": "text"
                    }
                ]
            },
            {
                "key": "field_slt_problem_transition",
                "label": "Transition Text",
                "name": "problem_transition",
                "type": "text",
                "default_value": "Sound familiar? There's a better way."
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 2,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_solution",
        "title": "Software Launch - Solution Section",
        "fields": [
            {
                "key": "field_slt_product_name",
                "label": "Product Name",
                "name": "product_name",
                "type": "text"
            },
            {
                "key": "field_slt_product_image",
                "label": "Product Mockup Image",
                "name": "product_image",
                "type": "image",
                "return_format": "array",
                "preview_size": "medium",
                "library": "all"
            },
            {
                "key": "field_slt_solution_tagline",
                "label": "Solution Tagline",
                "name": "solution_tagline",
                "type": "textarea",
                "rows": 2,
                "instructions": "The first [category] that [benefit] without [pain point]."
            },
            {
                "key": "field_slt_solution_benefits",
                "label": "Key Benefits",
                "name": "solution_benefits",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Benefit",
                "sub_fields": [
                    {
                        "key": "field_slt_solution_benefit_text",
                        "label": "Benefit",
                        "name": "text",
                        "type": "text"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 3,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_social_proof",
        "title": "Software Launch - Social Proof Stats",
        "fields": [
            {
                "key": "field_slt_stats",
                "label": "Statistics",
                "name": "stats",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Stat",
                "max": 4,
                "sub_fields": [
                    {
                        "key": "field_slt_stat_value",
                        "label": "Value",
                        "name": "value",
                        "type": "text",
                        "instructions": "e.g., $2.7B+, 102K+"
                    },
                    {
                        "key": "field_slt_stat_label",
                        "label": "Label",
                        "name": "label",
                        "type": "text",
                        "instructions": "e.g., Sales, Users"
                    }
                ]
            },
            {
                "key": "field_slt_authority_quote",
                "label": "Authority Quote",
                "name": "authority_quote",
                "type": "textarea",
                "rows": 2
            },
            {
                "key": "field_slt_authority_name",
                "label": "Authority Name",
                "name": "authority_name",
                "type": "text"
            },
            {
                "key": "field_slt_authority_title",
                "label": "Authority Title/Company",
                "name": "authority_title",
                "type": "text"
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 4,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_features",
        "title": "Software Launch - Features Grid",
        "fields": [
            {
                "key": "field_slt_features_headline",
                "label": "Section Headline",
                "name": "features_headline",
                "type": "text",
                "default_value": "EVERYTHING YOU GET INSIDE"
            },
            {
                "key": "field_slt_features",
                "label": "Features",
                "name": "features",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Feature",
                "sub_fields": [
                    {
                        "key": "field_slt_feature_icon",
                        "label": "Icon",
                        "name": "icon",
                        "type": "text",
                        "instructions": "Emoji or icon class",
                        "wrapper": {
                            "width": "20"
                        }
                    },
                    {
                        "key": "field_slt_feature_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text",
                        "wrapper": {
                            "width": "40"
                        }
                    },
                    {
                        "key": "field_slt_feature_description",
                        "label": "Description",
                        "name": "description",
                        "type": "text",
                        "wrapper": {
                            "width": "40"
                        }
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 5,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_how_it_works",
        "title": "Software Launch - How It Works",
        "fields": [
            {
                "key": "field_slt_steps_headline",
                "label": "Section Headline",
                "name": "steps_headline",
                "type": "text",
                "default_value": "GET STARTED IN 3 SIMPLE STEPS"
            },
            {
                "key": "field_slt_steps",
                "label": "Steps",
                "name": "steps",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Step",
                "max": 5,
                "sub_fields": [
                    {
                        "key": "field_slt_step_image",
                        "label": "Image",
                        "name": "image",
                        "type": "image",
                        "return_format": "array",
                        "preview_size": "thumbnail",
                        "library": "all"
                    },
                    {
                        "key": "field_slt_step_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_step_description",
                        "label": "Description",
                        "name": "description",
                        "type": "text"
                    }
                ]
            },
            {
                "key": "field_slt_steps_tagline",
                "label": "Closing Tagline",
                "name": "steps_tagline",
                "type": "text",
                "default_value": "Your product goes live in 5 minutes."
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 6,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_comparison",
        "title": "Software Launch - Comparison Table",
        "fields": [
            {
                "key": "field_slt_comparison_headline",
                "label": "Section Headline",
                "name": "comparison_headline",
                "type": "text",
                "default_value": "THE OLD WAY vs. THE NEW WAY"
            },
            {
                "key": "field_slt_comparison_without_label",
                "label": "Without Product Label",
                "name": "comparison_without_label",
                "type": "text",
                "default_value": "WITHOUT [PRODUCT]"
            },
            {
                "key": "field_slt_comparison_with_label",
                "label": "With Product Label",
                "name": "comparison_with_label",
                "type": "text",
                "default_value": "WITH [PRODUCT]"
            },
            {
                "key": "field_slt_comparison_items",
                "label": "Comparison Items",
                "name": "comparison_items",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Row",
                "sub_fields": [
                    {
                        "key": "field_slt_comparison_without",
                        "label": "Without (Bad)",
                        "name": "without",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_comparison_with",
                        "label": "With (Good)",
                        "name": "with",
                        "type": "text"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 7,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_bonuses",
        "title": "Software Launch - Bonus Stack",
        "fields": [
            {
                "key": "field_slt_bonuses_headline",
                "label": "Section Headline",
                "name": "bonuses_headline",
                "type": "text",
                "default_value": "FAST ACTION BONUSES"
            },
            {
                "key": "field_slt_bonuses_badge",
                "label": "Scarcity Badge",
                "name": "bonuses_badge",
                "type": "text",
                "default_value": "🎁 First 50 Only"
            },
            {
                "key": "field_slt_bonuses",
                "label": "Bonuses",
                "name": "bonuses",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Bonus",
                "sub_fields": [
                    {
                        "key": "field_slt_bonus_title",
                        "label": "Title",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_bonus_description",
                        "label": "Description",
                        "name": "description",
                        "type": "textarea",
                        "rows": 2
                    },
                    {
                        "key": "field_slt_bonus_value",
                        "label": "Value ($)",
                        "name": "value",
                        "type": "number"
                    },
                    {
                        "key": "field_slt_bonus_image",
                        "label": "Image",
                        "name": "image",
                        "type": "image",
                        "return_format": "array",
                        "preview_size": "thumbnail",
                        "library": "all"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 8,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_pricing",
        "title": "Software Launch - Pricing",
        "fields": [
            {
                "key": "field_slt_pricing_headline",
                "label": "Section Headline",
                "name": "pricing_headline",
                "type": "text",
                "default_value": "CHOOSE YOUR PACKAGE"
            },
            {
                "key": "field_slt_fe_tab",
                "label": "Front-End Offer",
                "name": "",
                "type": "tab",
                "placement": "top"
            },
            {
                "key": "field_slt_fe_title",
                "label": "Title",
                "name": "fe_title",
                "type": "text",
                "default_value": "FRONT END"
            },
            {
                "key": "field_slt_fe_original_price",
                "label": "Original Price",
                "name": "fe_original_price",
                "type": "number"
            },
            {
                "key": "field_slt_fe_sale_price",
                "label": "Sale Price",
                "name": "fe_sale_price",
                "type": "number"
            },
            {
                "key": "field_slt_fe_price_type",
                "label": "Price Type",
                "name": "fe_price_type",
                "type": "select",
                "choices": {
                    "one-time": "One-Time",
                    "monthly": "Monthly",
                    "yearly": "Yearly"
                },
                "default_value": "one-time"
            },
            {
                "key": "field_slt_fe_features",
                "label": "Features",
                "name": "fe_features",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Feature",
                "sub_fields": [
                    {
                        "key": "field_slt_fe_feature_text",
                        "label": "Feature",
                        "name": "text",
                        "type": "text"
                    }
                ]
            },
            {
                "key": "field_slt_fe_cta_text",
                "label": "CTA Text",
                "name": "fe_cta_text",
                "type": "text",
                "default_value": "GET ACCESS"
            },
            {
                "key": "field_slt_fe_cta_url",
                "label": "CTA URL",
                "name": "fe_cta_url",
                "type": "url"
            },
            {
                "key": "field_slt_bundle_tab",
                "label": "Bundle Offer",
                "name": "",
                "type": "tab",
                "placement": "top"
            },
            {
                "key": "field_slt_bundle_enabled",
                "label": "Show Bundle?",
                "name": "bundle_enabled",
                "type": "true_false",
                "default_value": 1,
                "ui": 1
            },
            {
                "key": "field_slt_bundle_badge",
                "label": "Badge Text",
                "name": "bundle_badge",
                "type": "text",
                "default_value": "★ BEST VALUE ★"
            },
            {
                "key": "field_slt_bundle_title",
                "label": "Title",
                "name": "bundle_title",
                "type": "text",
                "default_value": "FULL BUNDLE"
            },
            {
                "key": "field_slt_bundle_original_price",
                "label": "Original Price",
                "name": "bundle_original_price",
                "type": "number"
            },
            {
                "key": "field_slt_bundle_sale_price",
                "label": "Sale Price",
                "name": "bundle_sale_price",
                "type": "number"
            },
            {
                "key": "field_slt_bundle_price_type",
                "label": "Price Type",
                "name": "bundle_price_type",
                "type": "select",
                "choices": {
                    "one-time": "One-Time",
                    "monthly": "Monthly",
                    "yearly": "Yearly"
                },
                "default_value": "one-time"
            },
            {
                "key": "field_slt_bundle_features",
                "label": "Features",
                "name": "bundle_features",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Feature",
                "sub_fields": [
                    {
                        "key": "field_slt_bundle_feature_text",
                        "label": "Feature",
                        "name": "text",
                        "type": "text"
                    }
                ]
            },
            {
                "key": "field_slt_bundle_cta_text",
                "label": "CTA Text",
                "name": "bundle_cta_text",
                "type": "text",
                "default_value": "GET BUNDLE"
            },
            {
                "key": "field_slt_bundle_cta_url",
                "label": "CTA URL",
                "name": "bundle_cta_url",
                "type": "url"
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 9,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_testimonials",
        "title": "Software Launch - Testimonials",
        "fields": [
            {
                "key": "field_slt_testimonials_headline",
                "label": "Section Headline",
                "name": "testimonials_headline",
                "type": "text",
                "default_value": "WHAT OTHERS ARE SAYING"
            },
            {
                "key": "field_slt_testimonials",
                "label": "Testimonials",
                "name": "testimonials",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add Testimonial",
                "sub_fields": [
                    {
                        "key": "field_slt_testimonial_photo",
                        "label": "Photo",
                        "name": "photo",
                        "type": "image",
                        "return_format": "array",
                        "preview_size": "thumbnail",
                        "library": "all"
                    },
                    {
                        "key": "field_slt_testimonial_quote",
                        "label": "Quote",
                        "name": "quote",
                        "type": "textarea",
                        "rows": 3
                    },
                    {
                        "key": "field_slt_testimonial_name",
                        "label": "Name",
                        "name": "name",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_testimonial_title",
                        "label": "Title/Role",
                        "name": "title",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_testimonial_rating",
                        "label": "Rating (1-5)",
                        "name": "rating",
                        "type": "number",
                        "min": 1,
                        "max": 5,
                        "default_value": 5
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 10,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_faq",
        "title": "Software Launch - FAQ",
        "fields": [
            {
                "key": "field_slt_faq_headline",
                "label": "Section Headline",
                "name": "faq_headline",
                "type": "text",
                "default_value": "FREQUENTLY ASKED QUESTIONS"
            },
            {
                "key": "field_slt_faqs",
                "label": "FAQs",
                "name": "faqs",
                "type": "repeater",
                "layout": "block",
                "button_label": "Add FAQ",
                "sub_fields": [
                    {
                        "key": "field_slt_faq_question",
                        "label": "Question",
                        "name": "question",
                        "type": "text"
                    },
                    {
                        "key": "field_slt_faq_answer",
                        "label": "Answer",
                        "name": "answer",
                        "type": "wysiwyg",
                        "tabs": "visual",
                        "toolbar": "basic",
                        "media_upload": 0
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 11,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    },
    {
        "key": "group_slt_final_cta",
        "title": "Software Launch - Final CTA",
        "fields": [
            {
                "key": "field_slt_final_headline",
                "label": "Headline",
                "name": "final_headline",
                "type": "text",
                "default_value": "⏰ THIS OFFER EXPIRES WHEN THE TIMER HITS ZERO"
            },
            {
                "key": "field_slt_final_urgency_text",
                "label": "Urgency Text",
                "name": "final_urgency_text",
                "type": "text",
                "default_value": "After that, the price goes to $97/month."
            },
            {
                "key": "field_slt_final_cta_text",
                "label": "CTA Text",
                "name": "final_cta_text",
                "type": "text",
                "default_value": "YES! GIVE ME INSTANT ACCESS FOR $37 →"
            },
            {
                "key": "field_slt_final_cta_url",
                "label": "CTA URL",
                "name": "final_cta_url",
                "type": "url"
            },
            {
                "key": "field_slt_final_benefits",
                "label": "Benefit Checkmarks",
                "name": "final_benefits",
                "type": "repeater",
                "layout": "table",
                "button_label": "Add Benefit",
                "sub_fields": [
                    {
                        "key": "field_slt_final_benefit_text",
                        "label": "Benefit",
                        "name": "text",
                        "type": "text"
                    }
                ]
            }
        ],
        "location": [
            [
                {
                    "param": "page_template",
                    "operator": "==",
                    "value": "template-software-launch.php"
                }
            ]
        ],
        "menu_order": 12,
        "position": "normal",
        "style": "default",
        "label_placement": "top",
        "instruction_placement": "label",
        "active": true
    }
]
