Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Add pseudo modal twig blocks
issue: NEXT-14691
author: Elias Lackner
author_email: [email protected]
author_github: @lacknere
---
- Added new blocks to
pseudo-modal.html.twig
:component_pseudo_modal
component_pseudo_modal_header
component_pseudo_modal_title
component_pseudo_modal_close_btn
component_pseudo_modal_close_btn_content
component_pseudo_modal_body
component_pseudo_modal_back_btn_content
- Deprecated block
product_detail_zoom_modal_close_button_content
inpseudo-modal.html.twig
. Use blockcomponent_pseudo_modal_close_btn_content
instead.