File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ Should point to a directory where the application can store some data. Please
52
52
do not point this to a temporary directory. It will contain persistent data
53
53
which should not be deleted.
54
54
55
+ #### ` FRAMARAMA.MEDIA_PATH `
56
+
57
+ Default: ` ./data/media/ `
58
+
59
+ Points to a directory where some media files can be placed to read. The directory
60
+ source plugin will read the files located in this directory.
55
61
56
62
57
63
### Server
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ Common fields for all source steps:
22
22
* mime_out - if required provide mime type of output data
23
23
* loop_out - flag if following steps should loop over generated output data
24
24
25
+ ## dir
26
+
27
+ Read list of files from a given directory.
28
+
29
+ Fields:
30
+ * path - the path to read (relative to media directory)
31
+ * filter_files - the pattern to filter files (defaults to JPEG pattern)
32
+
25
33
## data
26
34
27
35
Manipulates a given input data (e.g. a CSV list) and convert/filter/strip data
You can’t perform that action at this time.
0 commit comments