<?php
// Layout winter_objection — design WinterObjectionSection : traitement de
// l'objection « et l'hiver ? » (card sombre photo + texte). Exposé au BO (rend
// le composant bespoke via le registry générique, paramétré par ces champs).

defined('ABSPATH') || exit;

$l = 'winter_objection';

return cvb_layout($l, "Objection hiver", [
    cvb_field("field_cvb_{$l}_titre", 'titre', 'Titre', 'text', [
        'instructions' => "Ex. « Et l'hiver, on perd en chaleur ? ».",
    ]),
    cvb_field("field_cvb_{$l}_intro", 'intro', 'Intro', 'textarea', ['rows' => 2]),
    cvb_field("field_cvb_{$l}_paragraphe1", 'paragraphe1', 'Paragraphe 1', 'textarea', ['rows' => 3]),
    cvb_field("field_cvb_{$l}_paragraphe2", 'paragraphe2', 'Paragraphe 2', 'textarea', ['rows' => 3]),
    cvb_image("field_cvb_{$l}_image", 'image', 'Photo'),
]);
