File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ function _drush_pm_info_extension($info) {
6161 $ data ['project ' ] = isset ($ info ->info ['project ' ])?$ info ->info ['project ' ]:dt ('Unknown ' );
6262 $ data ['type ' ] = $ info ->type ;
6363 $ data ['title ' ] = $ info ->info ['name ' ];
64+ $ data ['config ' ] = isset ($ info ->info ['configure ' ]) ? $ info ->info ['configure ' ] : dt ('None ' );
6465 $ data ['description ' ] = $ info ->info ['description ' ];
6566 $ data ['version ' ] = $ info ->info ['version ' ];
6667 $ data ['date ' ] = format_date ($ info ->info ['datestamp ' ], 'custom ' , 'Y-m-d ' );
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ function pm_drush_command() {
148148 'requires ' => 'Requires ' ,
149149 'required_by ' => 'Required by ' ,
150150 'permissions ' => 'Permissions ' ,
151+ 'config ' => 'Configure ' ,
151152 'engine ' => 'Engine ' ,
152153 'base_theme ' => 'Base theme ' ,
153154 'regions ' => 'Regions ' ,
You can’t perform that action at this time.
0 commit comments