- Issue created by @monaw
additionally, i added a couple of configuration for the custom content type (publication) but how do i tell it is working? what should i look for in the page source?
- First commit to issue fork.
- Merge request !12Issue #3493382: Fix for dynamic property creation error. → (Merged) created by Unnamed author
terrific! will there be a release soon with the fix or a patch i can test now?
FYI, I tried the diff/patch file above and the error went away, thank you! hope they'll be a release update soon (:
- Status changed to Needs review
about 1 month ago 11:37am 24 February 2025 - 🇪🇸Spain gxleano Cáceres
@monaw
If you tried the patch and it fixed the problem, the issue should be moved to RTBC.
- 🇪🇸Spain gxleano Cáceres
It will be included in release
1.0.4
Thanks @priti197 for the fix and @monaw for testing it.
-
priti197 →
committed eb385cd5 on 1.0.x
Issue #3493382: Fix for dynamic property creation error.
-
priti197 →
committed eb385cd5 on 1.0.x
- 🇪🇸Spain gxleano Cáceres
Problem/Motivation
Deprecated: Creation of dynamic property Drupal\json_ld_schema_ui\Schemaorg\SchemaData::$descendantPaths is deprecated in /var/www/html/web/modules/contrib/json_ld_schema_ui/src/Schemaorg/SchemaData.php on line 141
Steps to reproduce
- Update To Drupal 10.2 with PHP 8.1
- Go to /admin/structure/types/manage/[CONTENT TYPE]/json_ld_schema
Proposed resolution
Declare $descendantPaths properties in the SchemaData class.