- Issue created by @MacSim
If we remove the "body" field from a node content type and add another text field called "summary" to that content type, the token [node:summary] is not working anymore when field prefix has been removed (or if the field's name is "mary" when field_prefix is "sum").
This is not node specific and can happen with any other entity.
field_ui.settings.yml
, set field_prefix: ''
and import the configForbid to give a machine name equal to an entity token key when we create fields on that entity.
Active
1.0
Code