- Issue created by @shenzhuxi
- πΊπΈUnited States hammerhankinson
I was having the same issue but it resolved itself after I updated the module from 1.0-beta6 to 1.0-beta7.
This module actually support chained token, so users can use the file field parent entity related token like videos/[node:id] in path or filename for example.
https://git.drupalcode.org/project/filefield_paths/-/blob/8.x-1.x/filefi...
But if token module was enabled, only 'date' and 'file' related token would be allowed by token_element_validate in the setting form.
Active
1.0
Code
I was having the same issue but it resolved itself after I updated the module from 1.0-beta6 to 1.0-beta7.