feat(07-hero-search-form): Mini formularz rezerwacji w hero z pre-fill do modala
Phase 7 complete: - Nowy widget Elementor "Carei Search Form" do osadzenia w hero - Pola: segment, daty od/do, lokalizacja, checkbox zwrotu - Po kliknięciu przycisku otwiera modal z pre-wypełnionymi danymi - Design zgodny z Figmą (tło #EDEDF3, przycisk czerwony, tytuł fioletowy) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -85,6 +85,9 @@ add_action( 'plugins_loaded', function () {
|
||||
add_action( 'elementor/widgets/register', function ( $widgets_manager ) {
|
||||
require_once CAREI_RESERVATION_PATH . 'includes/class-elementor-widget.php';
|
||||
$widgets_manager->register( new Carei_Reservation_Widget() );
|
||||
|
||||
require_once CAREI_RESERVATION_PATH . 'includes/class-search-widget.php';
|
||||
$widgets_manager->register( new Carei_Search_Widget() );
|
||||
} );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user