backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

Tokens in the the description of Paragraph reference fields do not get replaced #159

Closed argiepiano closed 1 year ago

argiepiano commented 1 year ago

According to the field UI, when you add a Paragraph reference field to a node, you can use a token in the description of the field.

Screen Shot 2023-08-08 at 8 25 35 AM

However, those tokens are not replaced. The problem is in line 63 of paragraphs_field_multiple_value_form(), where the replacement should happen. PR coming.

Screen Shot 2023-08-08 at 8 31 45 AM
argiepiano commented 1 year ago

PR #160. It takes the same approach as core. See https://github.com/backdrop/backdrop-issues/issues/6196

laryn commented 1 year ago

Merged. Thanks!