Skip to content

Commit e0545a6

Browse files
Added description for CSV
1 parent d99dd75 commit e0545a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/feeds.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
],
117117

118118
'csv' => [
119+
/**
120+
* CSV specific options applied when exporting feeds in CSV format.
121+
*/
122+
/**
123+
* The delimiter used to separate values. Common values are "," or ";".
124+
*/
119125
'delimiter' => ';',
120126
],
121127
],

0 commit comments

Comments
 (0)