-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only add field labels to list formats that explicitly request them.
- Loading branch information
1 parent
edf4d81
commit 69220f4
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,6 +208,7 @@ function outputformat_drush_engine_outputformat() { | |
'machine-parsable' => TRUE, | ||
'engine-class' => 'list', | ||
'list-item-type' => 'nested-csv', | ||
'labeled-list' => TRUE, | ||
'description' => 'A list of values, one per row, each of which is a comma-separated list of values.', | ||
'engine-capabilities' => array('format-table'), | ||
'topic-example' => array(array('a', 12, '[email protected]'),array('b', 17, '[email protected]')), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters