Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 667 Bytes

2022-10-26-remove-entity-structures-from-page.md

File metadata and controls

10 lines (10 loc) · 667 Bytes
title issue
Remove entity structure in landing page
NEXT-20646

Storefront

  • Deprecated cmsPage and corresponding methods in Shopware\Storefront\Page\LandingPage\LandingPage use LandingPage::getLandingPage()::getCmsPage() instead.
  • Deprecated customFields and corresponding methods in Shopware\Storefront\Page\LandingPage\LandingPage use LandingPage::getLandingPage()::getCustomFields() instead.
  • Deprecated EntityCustomFieldsTrait in Shopware\Storefront\Page\LandingPage\LandingPage.
  • Added landingPage in Shopware\Storefront\Page\LandingPage\LandingPage
  • Added landingPage variable to storefront/page/content/detail.html.twig