ErrorController
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "error_controller" |
| _fos_rest_zone | false |
| _sulu | Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#9397 -attributes: [ "requestUri" => "/en/sell" "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2083 -type: 1 -webspace: Sulu\Component\Webspace\Webspace {#2040 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2041 …} Sulu\Component\Localization\Localization {#2043 -language: "en" -country: "" -shadow: "" -children: [] -parent: null -default: false -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2041 …} -xDefaultLocalization: null -segments: [] -defaultSegment: null -theme: null -portals: [ Sulu\Component\Webspace\Portal {#2059 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2060 …} Sulu\Component\Localization\Localization {#2061 -language: "en" -country: "" -shadow: null -children: [] -parent: null -default: "" -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -xDefaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -environments: [ "prod" => Sulu\Component\Webspace\Environment {#2062 -type: "prod" -urls: [ Sulu\Component\Webspace\Url {#2063 …} Sulu\Component\Webspace\Url {#2064 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "prod" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2063 …} } "stage" => Sulu\Component\Webspace\Environment {#2065 -type: "stage" -urls: [ Sulu\Component\Webspace\Url {#2066 …} Sulu\Component\Webspace\Url {#2067 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "stage" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2066 …} } "test" => Sulu\Component\Webspace\Environment {#2068 -type: "test" -urls: [ Sulu\Component\Webspace\Url {#2069 …} Sulu\Component\Webspace\Url {#2070 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "test" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2069 …} } "dev" => Sulu\Component\Webspace\Environment {#2071 -type: "dev" -urls: [ Sulu\Component\Webspace\Url {#2072 …} Sulu\Component\Webspace\Url {#2073 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "dev" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2072 …} } ] -webspace: Sulu\Component\Webspace\Webspace {#2040} } ] -security: null -navigation: Sulu\Component\Webspace\Navigation {#2044 …} -templates: [ "search" => "search/search" "error-404" => "error/error-404" "error" => "error/error" ] -defaultTemplates: [ "page" => "default" "home" => "homepage" ] -excludedTemplates: [] -resourceLocatorStrategy: "tree_leaf_edit" } -portal: Sulu\Component\Webspace\Portal {#2059} -localization: Sulu\Component\Localization\Localization {#2043} -segment: null -url: "storm.ewm.dev/en" -redirect: "" -main: true -urlExpression: "storm.ewm.dev/{localization}" -priority: 5 } "matchType" => 1 "portalUrl" => "storm.ewm.dev/en" "webspace" => Sulu\Component\Webspace\Webspace {#2040} "portal" => Sulu\Component\Webspace\Portal {#2059} "localization" => Sulu\Component\Localization\Localization {#2043} "locale" => "en" "urlExpression" => "storm.ewm.dev/{localization}" "resourceLocator" => "/sell" "resourceLocatorPrefix" => "/en" "dateTime" => DateTime @1773895210 {#9394 : 2026-03-19 05:40:10.906326 Europe/Zurich (+01:00) } "host" => "storm.ewm.dev" "port" => 443 "path" => "/en/sell" "scheme" => "https" ] } |
| exception | Twig\Error\RuntimeError {#9279 #message: "Variable "property" does not exist." #code: 0 #file: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" #line: 12 -lineno: 12 -name: "includes/formScript.html.twig" -rawMessage: "Variable "property" does not exist." -sourcePath: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" -sourceCode: """ <script type="application/javascript">\n $(document).ready(function () {\n $("#form_inquiry").submit(function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n \n // Push to dataLayer BEFORE the AJAX call\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'contact_proprietary',\n property: {\n id: "{{ property.reference }}",\n name: "{{ property.title|raw }}",\n surface: "{{ property.surface|number_format(0, ' ', ' ') }} m²",\n city: "{{ property.city }}",\n type: "{{ app.request.query.get('type') }}"\n },\n user_data: {\n email_hash: "{{ app.session.get('user') ? app.session.get('user').email|sha256 : '' }}",\n is_connected: "{{ app.session.get('user') ? 'yes' : 'no' }}",\n user_id: "{{ app.session.get('user') ? app.session.get('user').id : '' }}"\n }\n });\n \n grecaptcha.ready(function () { \n grecaptcha\n .execute("{{ recaptcha_site_key }}", {\n action: "form_inquiry"\n }) \n .then(function (token) {\n $.ajax({\n url: "{{ path('mail_send') }}",\n type: "POST",\n data: {\n 'email-from': $("input[name=email-from]").val(),\n 'email-to': $("input[name=email-to]").val(),\n 'email-subject': $("input[name=email-subject]").val(),\n 'email-owner': $("input[name=email-owner]").val(),\n 'data': $("#form_inquiry").serializeArray(),\n 'recaptchaResponseInquiry': token\n },\n success: function (data) {\n $('#form_inquiry').hide();\n $('#success_message').fadeIn();\n \n setTimeout(()=>{\n $('#success_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n },\n error: function (err) {\n $('#form_inquiry').hide();\n $('#error_message').fadeIn();\n \n setTimeout(()=>{\n $('#error_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n }\n });\n });\n });\n });\n });\n </script>\n """ : { { __TwigTemplate_11a5a3c1625973cb095d555cd38bf868->{closure} … › |
| logger | Symfony\Bridge\Monolog\Processor\DebugProcessor {#250 -records: [ 13 => [ [ "timestamp" => 1773895210 "timestamp_rfc3339" => "2026-03-19T05:40:10.904+01:00" "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "Variable "property" does not exist." at formScript.html.twig line 12" "priority" => 500 "priorityName" => "CRITICAL" "context" => [ "exception" => Twig\Error\RuntimeError {#9279 #message: "Variable "property" does not exist." #code: 0 #file: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" #line: 12 -lineno: 12 -name: "includes/formScript.html.twig" -rawMessage: "Variable "property" does not exist." -sourcePath: "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/templates/includes/formScript.html.twig" -sourceCode: """ <script type="application/javascript">\n $(document).ready(function () {\n $("#form_inquiry").submit(function (event) {\n event.preventDefault();\n event.stopImmediatePropagation();\n \n // Push to dataLayer BEFORE the AJAX call\n window.dataLayer = window.dataLayer || [];\n window.dataLayer.push({\n event: 'contact_proprietary',\n property: {\n id: "{{ property.reference }}",\n name: "{{ property.title|raw }}",\n surface: "{{ property.surface|number_format(0, ' ', ' ') }} m²",\n city: "{{ property.city }}",\n type: "{{ app.request.query.get('type') }}"\n },\n user_data: {\n email_hash: "{{ app.session.get('user') ? app.session.get('user').email|sha256 : '' }}",\n is_connected: "{{ app.session.get('user') ? 'yes' : 'no' }}",\n user_id: "{{ app.session.get('user') ? app.session.get('user').id : '' }}"\n }\n });\n \n grecaptcha.ready(function () { \n grecaptcha\n .execute("{{ recaptcha_site_key }}", {\n action: "form_inquiry"\n }) \n .then(function (token) {\n $.ajax({\n url: "{{ path('mail_send') }}",\n type: "POST",\n data: {\n 'email-from': $("input[name=email-from]").val(),\n 'email-to': $("input[name=email-to]").val(),\n 'email-subject': $("input[name=email-subject]").val(),\n 'email-owner': $("input[name=email-owner]").val(),\n 'data': $("#form_inquiry").serializeArray(),\n 'recaptchaResponseInquiry': token\n },\n success: function (data) {\n $('#form_inquiry').hide();\n $('#success_message').fadeIn();\n \n setTimeout(()=>{\n $('#success_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n },\n error: function (err) {\n $('#form_inquiry').hide();\n $('#error_message').fadeIn();\n \n setTimeout(()=>{\n $('#error_message').hide();\n $('#form_inquiry').fadeIn();\n $('#form_inquiry').removeClass('sending');\n }\n , 4000)\n }\n });\n });\n });\n });\n });\n </script>\n """ : { { __TwigTemplate_11a5a3c1625973cb095d555cd38bf868->{closure} … › |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| host | "storm.ewm.dev" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-forwarded-proto | "https" |
| x-php-ob-level | "1" |
Request Content
Request content not available (it was retrieved as a resource).
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "text/html; charset=UTF-8" |
| date | "Thu, 19 Mar 2026 04:40:10 GMT" |
| vary | "Accept" |
| x-cache-debug | "1" |
| x-debug-exception | "Variable%20%22property%22%20does%20not%20exist." |
| x-debug-exception-file | "%2Fhome%2Fclients%2F14b5397f746691c6b08ec948889ec1dd%2Fvar%2Fwww%2Fstorm-be%2Ftemplates%2Fincludes%2FformScript.html.twig:12" |
| x-debug-token | "131f78" |
| x-generator | "Sulu/2.6.7" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 6
Session Metadata
| Key | Value |
|---|---|
| Created | "Thu, 19 Mar 26 05:40:10 +0100" |
| Last used | "Thu, 19 Mar 26 05:40:10 +0100" |
| Lifetime | 0 |
Session Attributes
No session attributes
Session Usage
6
Usages
Stateless check enabled
| Usage |
|---|
Twig\Extension\CoreExtension:1882
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1882
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/d9/d9c227d44ba3ee4b71a1664e5ced5b03.php"
"line" => 120
"function" => "getAttribute"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_04bd907dd1cef4ac494cfad73f1b1d5f"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Extension/CoreExtension.php"
"line" => 1493
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/5c/5c88e726e40ef83d57dc58e3094f3b22.php"
"line" => 425
"function" => "include"
"class" => "Twig\Extension\CoreExtension"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 432
"function" => "block_includes"
"class" => "__TwigTemplate_9d73c8cb19e13b615dce5c46e439005b"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/5c/5c88e726e40ef83d57dc58e3094f3b22.php"
"line" => 132
"function" => "yieldBlock"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_9d73c8cb19e13b615dce5c46e439005b"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/var/cache/website/dev/twig/b2/b21441914fa3397de3d653ed82c00be5.php"
"line" => 53
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 388
"function" => "doDisplay"
"class" => "__TwigTemplate_c37f21657274968237035430730f0915"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 344
"function" => "yield"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Template.php"
"line" => 359
"function" => "display"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/TemplateWrapper.php"
"line" => 51
"function" => "render"
"class" => "Twig\Template"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/twig/twig/src/Environment.php"
"line" => 334
"function" => "render"
"class" => "Twig\TemplateWrapper"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 431
"function" => "render"
"class" => "Twig\Environment"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/framework-bundle/Controller/AbstractController.php"
"line" => 229
"function" => "doRenderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/WebsiteController.php"
"line" => 77
"function" => "renderView"
"class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/DefaultController.php"
"line" => 33
"function" => "renderStructure"
"class" => "Sulu\Bundle\WebsiteBundle\Controller\WebsiteController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 183
"function" => "indexAction"
"class" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 68
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 69
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 70
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 71
"function" => "all"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
"line" => 72
"function" => "getFlashBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Profiler/Profiler.php"
"line" => 158
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
"line" => 102
"function" => "collect"
"class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelResponse"
"class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 216
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 204
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
"line" => 97
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 246
"function" => "onKernelException"
"class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "Symfony\Component\EventDispatcher\{closure}"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "::"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 241
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 91
"function" => "handleThrowable"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/vendor/symfony/http-kernel/Kernel.php"
"line" => 182
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php"
"line" => 69
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| ANTHROPIC_API_KEY | "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" |
| APP_ENV | "dev" |
| APP_SECRET | "$ecretf0rt3st" |
| BACK_BASE_URL | "https://storm.ewm.dev" |
| DATABASE_URL | "mysql://dv36i_storm:L-WwU!V2ls!05@127.0.0.1:3306/dv36i_storm?serverVersion=mariadb-10.4.27&charset=utf8mb4" |
| DOMAIN_NAME | "http://localhost:8799" |
| EMAIL_FROM | "noreply@ewm.swiss" |
| EMAIL_NAME | "STORM" |
| FRANCE_TRAVAIL_CLIENT_ID | "PAR_ewmdev_4464629c0031eff31bc3114dd7300c54176b06f645babe1f1079c5d00cd1ed7d" |
| FRANCE_TRAVAIL_CLIENT_SECRET | "4362880bdb7c1e31aa6550c2791dece36d9cee2097d75333d28d7e2417c11460" |
| FRONT_BASE_URL | "https://storm-landlords-platform.ewm.dev" |
| GOOGLE_MAP_API_KEY | "AIzaSyB76vRIRrSY9LariuTihwjBw3Lse-frXnE" |
| INSEE_API_KEY | "ab3d886a-55d3-4c58-bd88-6a55d3ec581f" |
| ISOCHRONES_API_KEY | "5b3ce3597851110001cf6248962899fc65a746ed87ba2e7d3185f14a" |
| JWT_PASSPHRASE | "" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| LOCK_DSN | "flock" |
| MAILER_DSN | "smtp://127.0.0.1:25" |
| MAILER_FROM | "sb@ewm.swiss" |
| MAILER_TO | "sb@ewm.swiss" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| NEWSLETTER_API_KEY | "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" |
| ORS_API_KEY | "5b3ce3597851110001cf624806b8b325d0b442d1807df9b6208f8fab" |
| ORS_BASE_URL | "https://map.storm.ewm.dev/ors" |
| POPULATION_API_URL | "https://api.total.population.storm.ewm.dev/api/total_pop" |
| PROVIDER_API_KEY | "A7f#L9x@Pq3!Zw2T" |
| PROVIDER_BASE_URL | "https://storm-sp-platform.ewm.dev/api" |
| RECAPTCHA_SECRET_KEY | "6LeCGAQoAAAAAGitW_SIXa0Jx3Hy8hThYrGbYfFe" |
| RECAPTCHA_SITE_KEY | "6LeCGAQoAAAAAOF1qFyxx3w1LhmCKsdADbtWqrrF" |
| SULU_ADMIN_EMAIL | "sulu@sulu.com" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| CONTEXT_DOCUMENT_ROOT | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_HOST | "storm.ewm.dev" |
| HTTP_USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| HTTP_X_FORWARDED_PROTO | "https" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
| PHP_SELF | "/index.php" |
| PHP_VERSION | "8.2" |
| QUERY_STRING | "" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_PHP_VERSION | "8.2" |
| REDIRECT_SCRIPT_URI | "https://storm.ewm.dev/en/sell" |
| REDIRECT_SCRIPT_URL | "/en/sell" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "abt-KqAGDsQFFntqmHmR2QAAAMw" |
| REDIRECT_URL | "/en/sell" |
| REMOTE_ADDR | "216.73.216.55" |
| REMOTE_PORT | "50542" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1773895210 |
| REQUEST_TIME_FLOAT | 1773895210.7539 |
| REQUEST_URI | "/en/sell" |
| SCRIPT_FILENAME | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SCRIPT_URI | "https://storm.ewm.dev/en/sell" |
| SCRIPT_URL | "/en/sell" |
| SERVER_ADDR | "127.0.0.80" |
| SERVER_ADMIN | "we@ewm.swiss" |
| SERVER_NAME | "storm.ewm.dev" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SYMFONY_DOTENV_PATH | "/home/clients/14b5397f746691c6b08ec948889ec1dd/var/www/storm-be/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,LOCK_DSN,DATABASE_URL,SULU_ADMIN_EMAIL,MAILER_TO,MAILER_FROM,DOMAIN_NAME,RECAPTCHA_SECRET_KEY,RECAPTCHA_SITE_KEY,GOOGLE_MAP_API_KEY,NEWSLETTER_API_KEY,INSEE_API_KEY,PROVIDER_API_KEY,PROVIDER_BASE_URL,ISOCHRONES_API_KEY,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,ANTHROPIC_API_KEY,MESSENGER_TRANSPORT_DSN,BACK_BASE_URL,FRONT_BASE_URL,MAILER_DSN,EMAIL_FROM,EMAIL_NAME,FRANCE_TRAVAIL_CLIENT_ID,FRANCE_TRAVAIL_CLIENT_SECRET,ORS_BASE_URL,ORS_API_KEY,POPULATION_API_URL" |
| TEMP | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| TMP | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| TMPDIR | "/home/clients/14b5397f746691c6b08ec948889ec1dd/tmp" |
| UNIQUE_ID | "abt-KqAGDsQFFntqmHmR2QAAAMw" |
Parent Request
Return to parent request (token = c2d882)
| Key | Value |
|---|---|
| _controller | "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction" |
| _fos_rest_zone | false |
| _remove_csp_headers | true |
| _route | "service_162eee2b-a448-4bca-ba0c-7f1360f4565f" |
| _route_params | [ "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3351 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3156 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3717 -metadata: Sulu\Component\Content\Compat\Metadata {#3714 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3725 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3689 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3715 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3718 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3726 -metadata: Sulu\Component\Content\Compat\Metadata {#3727 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3735 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3728 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3736 -metadata: Sulu\Component\Content\Compat\Metadata {#3737 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3885 …} #types: [ "service-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3738 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3740 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-about" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3746 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3748 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758 -name: "types" -value: "video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-explore" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3764 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3766 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3772 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3774 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3778 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3777 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3782 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784 -name: "default_values" -value: "_parent" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3785 …} } "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790 -name: "values" -value: [ "_blank" => Sulu\Component\Content\Compat\PropertyParameter {#3786 -name: "_blank" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3787 …} } "_self" => Sulu\Component\Content\Compat\PropertyParameter {#3788 -name: "_self" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …} } ] -type: "collection" -metadata: Sulu\Component\Content\Compat\Metadata {#3791 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: [] } "service-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3794 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3796 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3798 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3804 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3801 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3803 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3886 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3883 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: "Sell" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3884 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: [ "displayOption" => null "id" => 27 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3890 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3881 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3882 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p style="text-align:center;">BOOST </p><p style="text-align:center;">YOUR ASSET DISPOSALS STRATEGY </p><p style="text-align:center;">ON AUTOPILOT! 🚀</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3945 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "<p>Who said selling logistics assets had to be a maze of admin chaos and fragmented processes?</p><p>STORM shatters this outdated reality, launching your disposal strategy into a new dimension where every second saved becomes a lever for maximum value.</p><p>Imagine this: your asset manager is no longer drowning in NDAs, data rooms, and endless email chains. Instead, they orchestrate a perfectly synchronized process where every key player—potential buyers, notaries, lawyers, technical experts—operates within a seamless digital ecosystem, turning operational headaches into a well-executed symphony.</p><p>Our next-gen control center transforms your asset disposal process, combining intelligent automation with bulletproof security to instantly deliver the right insights to the right decision-makers.</p><p>No more discovering roadblocks weeks too late! STORM revolutionizes your visibility by providing real-time tracking of every milestone, every friction point, and every acceleration opportunity—empowering you to shift from operational firefighting to strategic foresight.</p><p>While your team is freed from administrative burdens to focus on value creation, our platform silently amplifies competition among buyers, mechanically driving up the final asset valuation.</p><p>STORM Sales: Because in our industry, the real luxury isn’t time—it’s the ability to turn time into exponential value for your clients. </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3946 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: "Send request" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3947 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: [ "id" => 28 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3948 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: [ "displayOption" => null "id" => 8 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3949 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3899 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3950 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3951 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: "<p>Explore features of our platform</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3952 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770} ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3953 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3955 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Rent" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3961 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Looking for maximum flexibility or a long-term commitment ? </p><p> </p><p>Our platform revolutionizes the rental experience by directly connecting you with key players in logistics real estate. Find the perfect space in just a few clicks !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3960 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 13 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3959 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3958 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3957 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3918 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3956 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3954 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Buy" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3962 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine making informed investment decisions in just minutes, equipped with the precise insights usually reserved for top experts. Our ultra-fast analytics technology turns market opacity into clear data. How? </p><p> </p><p>By instantly feeding your investment criteria into our financial intelligence engine to generate : </p><p> </p><p>A complete breakdown of essential KPIs and a personalized cash flow projection that reveals the financial trajectory of your investment.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3963 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 15 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3964 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3965 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3966 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3928 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3967 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3968 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Find your expert" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3969 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine a world where all logistics real estate players converge in one single place ! </p><p> </p><p>Our marketplace brings together the entire service provider ecosystem in a dynamic interface, propelling sellers, buyers, and tenants into a new era of operational efficiency. </p><p> </p><p>From development to disposition, navigate every phase of the real estate cycle with amplified power through our hyperconnected network of certified specialists.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3970 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 17 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3971 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3972 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3973 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3936 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3974 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3975 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Market Data" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3976 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Dive into the vibrant flow of data shaping the present and future of logistics real estate ! </p><p> </p><p>Our DataPulse dashboard captures and deciphers market trends in real time, transforming complexity into clarity. </p><p> </p><p>Ride the wave of emerging trends, gain a decisive edge, and turn every data point into an explosive opportunity !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3977 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 14 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3978 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3979 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3980 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3944 …} } ] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: {#3903 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3981 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3982 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: "Request a demo" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3983 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: "<p>Please do not hesitate to contact us directly or just sent us a message by filling out the form<br> </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3984 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3911 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "service-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2317 …} } "partial" => false ] |
| _sulu | Sulu\Component\Webspace\Analyzer\Attributes\RequestAttributes {#2086 -attributes: [ "requestUri" => "/en/sell" "portalInformation" => Sulu\Component\Webspace\PortalInformation {#2083 -type: 1 -webspace: Sulu\Component\Webspace\Webspace {#2040 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2041 …} Sulu\Component\Localization\Localization {#2043 -language: "en" -country: "" -shadow: "" -children: [] -parent: null -default: false -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2041 …} -xDefaultLocalization: null -segments: [] -defaultSegment: null -theme: null -portals: [ Sulu\Component\Webspace\Portal {#2059 -name: "Storm" -key: "storm" -localizations: [ Sulu\Component\Localization\Localization {#2060 …} Sulu\Component\Localization\Localization {#2061 -language: "en" -country: "" -shadow: null -children: [] -parent: null -default: "" -xDefault: "" } ] -defaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -xDefaultLocalization: Sulu\Component\Localization\Localization {#2060 …} -environments: [ "prod" => Sulu\Component\Webspace\Environment {#2062 -type: "prod" -urls: [ Sulu\Component\Webspace\Url {#2063 …} Sulu\Component\Webspace\Url {#2064 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "prod" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2063 …} } "stage" => Sulu\Component\Webspace\Environment {#2065 -type: "stage" -urls: [ Sulu\Component\Webspace\Url {#2066 …} Sulu\Component\Webspace\Url {#2067 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "stage" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2066 …} } "test" => Sulu\Component\Webspace\Environment {#2068 -type: "test" -urls: [ Sulu\Component\Webspace\Url {#2069 …} Sulu\Component\Webspace\Url {#2070 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "test" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2069 …} } "dev" => Sulu\Component\Webspace\Environment {#2071 -type: "dev" -urls: [ Sulu\Component\Webspace\Url {#2072 …} Sulu\Component\Webspace\Url {#2073 -language: "fr" -country: "" -segment: "" -redirect: "" -main: false -url: "{host}/{localization}" -environment: "dev" } ] -customUrls: [] -mainUrl: Sulu\Component\Webspace\Url {#2072 …} } ] -webspace: Sulu\Component\Webspace\Webspace {#2040} } ] -security: null -navigation: Sulu\Component\Webspace\Navigation {#2044 …} -templates: [ "search" => "search/search" "error-404" => "error/error-404" "error" => "error/error" ] -defaultTemplates: [ "page" => "default" "home" => "homepage" ] -excludedTemplates: [] -resourceLocatorStrategy: "tree_leaf_edit" } -portal: Sulu\Component\Webspace\Portal {#2059} -localization: Sulu\Component\Localization\Localization {#2043} -segment: null -url: "storm.ewm.dev/en" -redirect: "" -main: true -urlExpression: "storm.ewm.dev/{localization}" -priority: 5 } "matchType" => 1 "portalUrl" => "storm.ewm.dev/en" "webspace" => Sulu\Component\Webspace\Webspace {#2040} "portal" => Sulu\Component\Webspace\Portal {#2059} "localization" => Sulu\Component\Localization\Localization {#2043} "locale" => "en" "urlExpression" => "storm.ewm.dev/{localization}" "resourceLocator" => "/sell" "resourceLocatorPrefix" => "/en" "dateTime" => DateTime @1773895210 {#1660 : 2026-03-19 05:40:10.769060 Europe/Zurich (+01:00) } "host" => "storm.ewm.dev" "port" => 443 "path" => "/en/sell" "scheme" => "https" ] } |
| partial | false |
| routeDocument | Symfony\Component\Routing\Route {#3352 -path: "/en/sell" -host: "" -schemes: [] -methods: [] -defaults: [ "_controller" => "Sulu\Bundle\WebsiteBundle\Controller\DefaultController::indexAction" "structure" => Sulu\Component\Content\Compat\Structure\PageBridge {#3351 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3156 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3717 -metadata: Sulu\Component\Content\Compat\Metadata {#3714 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3725 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3689 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3715 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3718 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3726 -metadata: Sulu\Component\Content\Compat\Metadata {#3727 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3735 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3728 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3736 -metadata: Sulu\Component\Content\Compat\Metadata {#3737 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3885 …} #types: [ "service-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3738 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3740 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-about" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3746 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3748 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758 -name: "types" -value: "video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-explore" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3764 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3766 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3772 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3774 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3778 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3777 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3782 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784 -name: "default_values" -value: "_parent" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3785 …} } "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790 -name: "values" -value: [ "_blank" => Sulu\Component\Content\Compat\PropertyParameter {#3786 -name: "_blank" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3787 …} } "_self" => Sulu\Component\Content\Compat\PropertyParameter {#3788 -name: "_self" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …} } ] -type: "collection" -metadata: Sulu\Component\Content\Compat\Metadata {#3791 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: [] } "service-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3794 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3796 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3798 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3804 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3801 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3803 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3886 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3883 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: "Sell" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3884 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: [ "displayOption" => null "id" => 27 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3890 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3881 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3882 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p style="text-align:center;">BOOST </p><p style="text-align:center;">YOUR ASSET DISPOSALS STRATEGY </p><p style="text-align:center;">ON AUTOPILOT! 🚀</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3945 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "<p>Who said selling logistics assets had to be a maze of admin chaos and fragmented processes?</p><p>STORM shatters this outdated reality, launching your disposal strategy into a new dimension where every second saved becomes a lever for maximum value.</p><p>Imagine this: your asset manager is no longer drowning in NDAs, data rooms, and endless email chains. Instead, they orchestrate a perfectly synchronized process where every key player—potential buyers, notaries, lawyers, technical experts—operates within a seamless digital ecosystem, turning operational headaches into a well-executed symphony.</p><p>Our next-gen control center transforms your asset disposal process, combining intelligent automation with bulletproof security to instantly deliver the right insights to the right decision-makers.</p><p>No more discovering roadblocks weeks too late! STORM revolutionizes your visibility by providing real-time tracking of every milestone, every friction point, and every acceleration opportunity—empowering you to shift from operational firefighting to strategic foresight.</p><p>While your team is freed from administrative burdens to focus on value creation, our platform silently amplifies competition among buyers, mechanically driving up the final asset valuation.</p><p>STORM Sales: Because in our industry, the real luxury isn’t time—it’s the ability to turn time into exponential value for your clients. </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3946 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: "Send request" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3947 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: [ "id" => 28 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3948 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: [ "displayOption" => null "id" => 8 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3949 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3899 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3950 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3951 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: "<p>Explore features of our platform</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3952 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770} ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3953 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3955 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Rent" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3961 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Looking for maximum flexibility or a long-term commitment ? </p><p> </p><p>Our platform revolutionizes the rental experience by directly connecting you with key players in logistics real estate. Find the perfect space in just a few clicks !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3960 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 13 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3959 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3958 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3957 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3918 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3956 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3954 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Buy" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3962 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine making informed investment decisions in just minutes, equipped with the precise insights usually reserved for top experts. Our ultra-fast analytics technology turns market opacity into clear data. How? </p><p> </p><p>By instantly feeding your investment criteria into our financial intelligence engine to generate : </p><p> </p><p>A complete breakdown of essential KPIs and a personalized cash flow projection that reveals the financial trajectory of your investment.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3963 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 15 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3964 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3965 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3966 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3928 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3967 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3968 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Find your expert" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3969 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine a world where all logistics real estate players converge in one single place ! </p><p> </p><p>Our marketplace brings together the entire service provider ecosystem in a dynamic interface, propelling sellers, buyers, and tenants into a new era of operational efficiency. </p><p> </p><p>From development to disposition, navigate every phase of the real estate cycle with amplified power through our hyperconnected network of certified specialists.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3970 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 17 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3971 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3972 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3973 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3936 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3974 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3975 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Market Data" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3976 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Dive into the vibrant flow of data shaping the present and future of logistics real estate ! </p><p> </p><p>Our DataPulse dashboard captures and deciphers market trends in real time, transforming complexity into clarity. </p><p> </p><p>Ride the wave of emerging trends, gain a decisive edge, and turn every data point into an explosive opportunity !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3977 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 14 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3978 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3979 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3980 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3944 …} } ] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: {#3903 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3981 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3982 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: "Request a demo" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3983 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: "<p>Please do not hesitate to contact us directly or just sent us a message by filling out the form<br> </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3984 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3911 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "service-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2317 …} } "partial" => false ] -requirements: [] -options: [ "compiler_class" => "Symfony\Component\Routing\RouteCompiler" "utf8" => true ] -condition: "" -compiled: Symfony\Component\Routing\CompiledRoute {#3356 …} } |
| structure | Sulu\Component\Content\Compat\Structure\PageBridge {#3351 #structure: Sulu\Component\Content\Metadata\StructureMetadata {#3156 …} #inspector: Sulu\Bundle\DocumentManagerBundle\Bridge\DocumentInspector {#530 …} -loadedProperties: [ "title" => Sulu\Component\Content\Compat\Property {#3717 -metadata: Sulu\Component\Content\Compat\Metadata {#3714 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3725 …} #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "headline" => Sulu\Component\Content\Compat\PropertyParameter {#3689 -name: "headline" -value: true -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3715 …} } ] -tags: [ "sulu.rlp.part" => Sulu\Component\Content\Compat\PropertyTag {#3718 -name: "sulu.rlp.part" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "url" => Sulu\Component\Content\Compat\Property {#3726 -metadata: Sulu\Component\Content\Compat\Metadata {#3727 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3735 …} #types: [] #properties: [] -name: "url" -contentTypeName: "resource_locator" -mandatory: true -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [ "sulu.rlp" => Sulu\Component\Content\Compat\PropertyTag {#3728 -name: "sulu.rlp" -priority: null -attributes: [] } ] -colSpan: 12 #defaultTypeName: null } "blocks" => Sulu\Component\Content\Compat\Block\BlockProperty {#3736 -metadata: Sulu\Component\Content\Compat\Metadata {#3737 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: Sulu\Component\Content\Document\Structure\PropertyValue {#3885 …} #types: [ "service-cover" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3738 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3740 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3744 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742 -name: "types" -value: "image,video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3743 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-about" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3746 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3748 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3750 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3752 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3756 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3755 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3760 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758 -name: "types" -value: "video" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3759 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3762 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } "service-explore" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3764 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3766 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3768 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3772 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3774 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3778 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776 -name: "types" -value: "image" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3777 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3780 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3782 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3792 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784 -name: "default_values" -value: "_parent" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3785 …} } "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790 -name: "values" -value: [ "_blank" => Sulu\Component\Content\Compat\PropertyParameter {#3786 -name: "_blank" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3787 …} } "_self" => Sulu\Component\Content\Compat\PropertyParameter {#3788 -name: "_self" -value: null -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3789 …} } ] -type: "collection" -metadata: Sulu\Component\Content\Compat\Metadata {#3791 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: [] } "service-form" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3794 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3796 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3798 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3804 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800 -name: "types" -value: "Form" -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3801 …} } "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802 -name: "max" -value: 1 -type: "string" -metadata: Sulu\Component\Content\Compat\Metadata {#3803 …} } ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: [] } ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3886 -name: "service-cover" -metadata: Sulu\Component\Content\Compat\Metadata {#3739 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3883 -metadata: Sulu\Component\Content\Compat\Metadata {#3741 …} -value: "Sell" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3884 -metadata: Sulu\Component\Content\Compat\Metadata {#3745 …} -value: [ "displayOption" => null "id" => 27 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "cover" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3742} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3890 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3881 -name: "service-about" -metadata: Sulu\Component\Content\Compat\Metadata {#3747 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3882 -metadata: Sulu\Component\Content\Compat\Metadata {#3749 …} -value: "<p style="text-align:center;">BOOST </p><p style="text-align:center;">YOUR ASSET DISPOSALS STRATEGY </p><p style="text-align:center;">ON AUTOPILOT! 🚀</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3945 -metadata: Sulu\Component\Content\Compat\Metadata {#3751 …} -value: "<p>Who said selling logistics assets had to be a maze of admin chaos and fragmented processes?</p><p>STORM shatters this outdated reality, launching your disposal strategy into a new dimension where every second saved becomes a lever for maximum value.</p><p>Imagine this: your asset manager is no longer drowning in NDAs, data rooms, and endless email chains. Instead, they orchestrate a perfectly synchronized process where every key player—potential buyers, notaries, lawyers, technical experts—operates within a seamless digital ecosystem, turning operational headaches into a well-executed symphony.</p><p>Our next-gen control center transforms your asset disposal process, combining intelligent automation with bulletproof security to instantly deliver the right insights to the right decision-makers.</p><p>No more discovering roadblocks weeks too late! STORM revolutionizes your visibility by providing real-time tracking of every milestone, every friction point, and every acceleration opportunity—empowering you to shift from operational firefighting to strategic foresight.</p><p>While your team is freed from administrative burdens to focus on value creation, our platform silently amplifies competition among buyers, mechanically driving up the final asset valuation.</p><p>STORM Sales: Because in our industry, the real luxury isn’t time—it’s the ability to turn time into exponential value for your clients. </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3946 -metadata: Sulu\Component\Content\Compat\Metadata {#3753 …} -value: "Send request" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3947 -metadata: Sulu\Component\Content\Compat\Metadata {#3757 …} -value: [ "id" => 28 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3754} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3948 -metadata: Sulu\Component\Content\Compat\Metadata {#3761 …} -value: [ "displayOption" => null "id" => 8 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "video" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3758} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3949 -metadata: Sulu\Component\Content\Compat\Metadata {#3763 …} -value: "" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "start" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3899 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3950 -name: "service-explore" -metadata: Sulu\Component\Content\Compat\Metadata {#3765 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3951 -metadata: Sulu\Component\Content\Compat\Metadata {#3767 …} -value: "<p>Explore features of our platform</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Block\BlockProperty {#3952 -metadata: Sulu\Component\Content\Compat\Metadata {#3769 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [ "services" => Sulu\Component\Content\Compat\Block\BlockPropertyType {#3770} ] #properties: [ Sulu\Component\Content\Compat\Block\BlockPropertyType {#3953 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3955 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Rent" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3961 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Looking for maximum flexibility or a long-term commitment ? </p><p> </p><p>Our platform revolutionizes the rental experience by directly connecting you with key players in logistics real estate. Find the perfect space in just a few clicks !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3960 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 13 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3959 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3958 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3957 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3918 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3956 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3954 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Buy" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3962 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine making informed investment decisions in just minutes, equipped with the precise insights usually reserved for top experts. Our ultra-fast analytics technology turns market opacity into clear data. How? </p><p> </p><p>By instantly feeding your investment criteria into our financial intelligence engine to generate : </p><p> </p><p>A complete breakdown of essential KPIs and a personalized cash flow projection that reveals the financial trajectory of your investment.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3963 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 15 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3964 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3965 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3966 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3928 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3967 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3968 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Find your expert" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3969 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Imagine a world where all logistics real estate players converge in one single place ! </p><p> </p><p>Our marketplace brings together the entire service provider ecosystem in a dynamic interface, propelling sellers, buyers, and tenants into a new era of operational efficiency. </p><p> </p><p>From development to disposition, navigate every phase of the real estate cycle with amplified power through our hyperconnected network of certified specialists.</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3970 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 17 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3971 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3972 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3973 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3936 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3974 -name: "services" -metadata: Sulu\Component\Content\Compat\Metadata {#3771 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3975 -metadata: Sulu\Component\Content\Compat\Metadata {#3773 …} -value: "Market Data" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3976 -metadata: Sulu\Component\Content\Compat\Metadata {#3775 …} -value: "<p>Dive into the vibrant flow of data shaping the present and future of logistics real estate ! </p><p> </p><p>Our DataPulse dashboard captures and deciphers market trends in real time, transforming complexity into clarity. </p><p> </p><p>Ride the wave of emerging trends, gain a decisive edge, and turn every data point into an explosive opportunity !</p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3977 -metadata: Sulu\Component\Content\Compat\Metadata {#3779 …} -value: [ "id" => 14 ] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "image" -contentTypeName: "single_media_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3776} ] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3978 -metadata: Sulu\Component\Content\Compat\Metadata {#3781 …} -value: "Explore more" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnText" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3979 -metadata: Sulu\Component\Content\Compat\Metadata {#3783 …} -value: [] -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnLink" -contentTypeName: "link" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 6 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3980 -metadata: Sulu\Component\Content\Compat\Metadata {#3793 …} -value: "_blank" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "btnTarget" -contentTypeName: "single_select" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "default_values" => Sulu\Component\Content\Compat\PropertyParameter {#3784} "values" => Sulu\Component\Content\Compat\PropertyParameter {#3790} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3944 …} } ] -name: "services" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ [ "name" => "add_button_text" "type" => "string" "meta" => [ "title" => [ "fr" => "More" "en" => "More" ] "info_text" => [] "placeholder" => [] ] "value" => null ] ] -tags: [] -colSpan: 12 #defaultTypeName: "services" } ] -settings: {#3903 …} } Sulu\Component\Content\Compat\Block\BlockPropertyType {#3981 -name: "service-form" -metadata: Sulu\Component\Content\Compat\Metadata {#3795 …} -childProperties: [ Sulu\Component\Content\Compat\Property {#3982 -metadata: Sulu\Component\Content\Compat\Metadata {#3797 …} -value: "Request a demo" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "title" -contentTypeName: "text_line" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3983 -metadata: Sulu\Component\Content\Compat\Metadata {#3799 …} -value: "<p>Please do not hesitate to contact us directly or just sent us a message by filling out the form<br> </p>" -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "description" -contentTypeName: "text_editor" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: null } Sulu\Component\Content\Compat\Property {#3984 -metadata: Sulu\Component\Content\Compat\Metadata {#3805 …} -value: null -structure: Sulu\Component\Content\Compat\Structure\PageBridge {#3351} #propertyValue: null #types: [] #properties: [] -name: "form" -contentTypeName: "single_snippet_selection" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [ "types" => Sulu\Component\Content\Compat\PropertyParameter {#3800} "max" => Sulu\Component\Content\Compat\PropertyParameter {#3802} ] -tags: [] -colSpan: 12 #defaultTypeName: null } ] -settings: {#3911 …} } ] -name: "blocks" -contentTypeName: "block" -mandatory: false -multilingual: true -maxOccurs: null -minOccurs: null -params: [] -tags: [] -colSpan: 12 #defaultTypeName: "service-cover" } ] #locale: null -propertyFactory: Sulu\Component\Content\Compat\Structure\LegacyPropertyFactory {#1515 …} #document: Sulu\Bundle\PageBundle\Document\PageDocument {#2317 …} } |