← All changes
|
includes/page-form-builder/save-load/bfb-form-storage.php
+2
-2
11.1
→
11.8.4
View file →
| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Storage of Booking form structure. |
| 4 | 4 | * |
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | * booking_resource_id – nullable; if you bind a specific form to a particular booking resource (calendar). |
| 16 | 16 | * owner_user_id – nullable; owner of the form (MultiUser). |
| 17 | 17 | * |
| 18 | 18 | * Engine & payloads |
| 19 | - * engine – engine key: 'bfb', 'legacy_simple', 'legacy_advanced', etc. Default 'bfb'. | |
| 19 | + * engine – engine key: 'bfb' or 'advanced_mode'. Default 'bfb'. | |
| 20 | 20 | * engine_version – engine version, e.g. '1.0'. |
| 21 | 21 | * structure_json – canonical builder structure (pages -> sections -> columns -> fields). |
| 22 | 22 | * settings_json – extra non-structural options (CSS classes, theme/skin, internal flags, etc.). |
| 23 | 23 | * advanced_form – shortcodes / markup for booking form (optional). |
| @@ -239,9 +239,9 @@ | ||
| 239 | 239 | * @type int $booking_resource_id Optional booking resource ID. |
| 240 | 240 | * @type int $owner_user_id Optional owner ID (MultiUser). Backwards-compat: 'user_id'. |
| 241 | 241 | * @type int $is_default 1 if default, 0 otherwise. |
| 242 | 242 | * |
| 243 | - * @type string $engine Engine key: 'bfb', 'legacy_simple', 'legacy_advanced'. Default 'bfb'. | |
| 243 | + * @type string $engine Engine key: 'bfb' or 'advanced_mode'. Default 'bfb'. | |
| 244 | 244 | * @type string $engine_version Engine version. Default '1.0'. |
| 245 | 245 | * @type string $structure_json Canonical JSON structure (required). |
| 246 | 246 | * @type string $settings_json Optional JSON with extra settings. |
| 247 | 247 | * @type string $advanced_form Optional shortcodes string for booking form. |