- Issue created by @tedbow
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
π Ensure pages are supported when existing limits are set to articles Active landed.
Follow-up to
π
Ensure pages are supported when existing limits are set to articles
Active
in that issue we removed the hard-coded logic around field_xb_demo
field name.
but manual testing should other bundles and entity types still had problems
for example using Terms the XB editor worked but on Save \Drupal\experience_builder\Plugin\DataType\ComponentPropsValues::setValue()
throw an error on
assert(str_starts_with($value, '{'));
Because $value was '[]'
Add tests that prove other entity types and bundles work and fix issues that are found
Active
0.0
Code
π Ensure pages are supported when existing limits are set to articles Active landed.