We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab4a98 commit 2d22bd1Copy full SHA for 2d22bd1
src/fields/FileUpload.php
@@ -340,6 +340,11 @@ public function getFileKindOptions(): array
340
return $fileKindOptions;
341
}
342
343
+ public function resolveDynamicPathToFolderId(?ElementInterface $element = null): int
344
+ {
345
+ return $this->_uploadFolder($element)->id;
346
+ }
347
+
348
public function getFrontEndJsModules(): ?array
349
{
350
return [
0 commit comments