- Issue created by @bohemier
- Status changed to Needs review
5 months ago 8:14pm 27 June 2024
The creation of dynamic properties is deprecated as of PHP 8.2
open `admin/structure/empty-page/[ID]/edit`, eg: admin/structure/empty-page/1/edit
Add the #[\AllowDynamicProperties] attribute to the class (which also applies to all child classes).
Based on the Paragraphs Browser+Previewer issue https://www.drupal.org/project/paragraphs_browser_previewer/issues/3414892 💬 The creation of dynamic properties is deprecated on PHP 8.2 RTBC
Needs review
3.0
Code