Closed (works as designed)
Project:
File (Field) Paths
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2017 at 13:02 UTC
Updated:
17 May 2019 at 10:46 UTC
Jump to comment: Most recent
Comments
Comment #2
philsward commentedRan into this issue as well. It might have something to do with "entity references" not working #2851650: FileField Path does't work with Entity Reference fields
Wish this worked so I would be able to keep all images of a 'node' together in the file structure :-/
Comment #3
nwom commentedThis is related to #2444671: Make host node tokens available to Paragraph bundles. Currently the Paragraph Bundle is unaware of the host node, which ends up not being able to provide the tokens. It is inherently different than Field Collections, as an example, since Field Collections are always attached to the node which allows the host node tokens to be used.
So it appears it would have be implemented on the Paragraphs side.
Comment #4
Syntapse commentedI too need [node:title] in child paragraphs....
one possible solution is to give paragraph's arguments...
subscribing.
Comment #5
Syntapse commentedthis is a more general limitation of paragraphs. appears there is no way to pass context into a paragraph and no way to access parent context from a paragraph. This is a design limitation if compared to most other drupal entities, pages, panels, blocks etc.