- Issue created by @yecmom
- π§πͺBelgium bramvandenbulcke
I have the same errors. Also using heading field on paragraphs.
- π§πͺBelgium bramvandenbulcke
For reference see https://www.drupal.org/project/heading/issues/2934662 β .
- πΊπΈUnited States Kurt.j
Love this module, thank you maintainers. Same issue confirmed on all my D9/D10 sites using this module, also seeing this warning for Block Content. Hope this helps.
Tokens or token types missing name property
$info['tokens']['block_content-field_heading']['size']
$info['tokens']['block_content-field_heading']['text']
$info['tokens']['paragraph-field_heading']['size']
$info['tokens']['paragraph-field_heading']['text'] - πΊπΈUnited States hcanning
Same issue. Any updates please? Drupal 10.3.1
Tokens or token types missing name property
$info['tokens']['paragraph-field_accordion_heading']['size']
$info['tokens']['paragraph-field_accordion_heading']['text'] - First commit to issue fork.
- π§πͺBelgium jorisclaes
In my case, this issue was caused by the Token module.
The module overwrites the tokens with data retrieved from the getPropertyDefinitions() function.
The reason this function was returning empty results was that the propertyDefinitions weren't configured properly.I resolved this by copying the name and description to the propertyDefinitions function.
- Merge request !3Issue #3400518: TOKENS OR TOKEN TYPES MISSING NAME PROPERTY β (Open) created by Unnamed author