Project

General

Profile

« Previous | Next » 

Revision 96ddb3af

Added by Lorna Morris about 12 years ago

Added files for multiple description types to archive. Need to combine these all into one file for a single description extension. Need to remove debugging drupal messages.

View differences:

7.x/modules/dwca_export/dwca_export.strongarm.inc
32 32
			'view_name'=> 'dwca_export_image',
33 33
			'display_id' => 'views_data_export_1',
34 34
			'out_file_url' => NULL
35
		),
36
		//'description' => array(
37
			//'view_name'=> 'dwca_export_description',
38
			//'display_id' => 'views_data_export_1',
39
			//'out_file_url' => NULL
40
		//)
41
	'description' => array(
42
				'view_name'=> 'dwca_export_description',
43
				'display_id' => 'views_data_export_1',
44
				'out_file_url' => NULL
45
	)
35
		)
36
		,
37
		'description' => array(
38
							'general' => array(
39
								'view_name'=> 'dwca_export_description_general',
40
								'display_id' => 'views_data_export_1',
41
								'out_file_url' => NULL
42
			),
43
							'morphology' => array(
44
								'view_name'=> 'dwca_export_description_morph',
45
								'display_id' => 'views_data_export_1',
46
								'out_file_url' => NULL
47
			)
48

  
49
		)
46 50
	);
47 51
	$export['dwca_export_archive_descriptor_file_map'] = $strongarm;
48 52
	

Also available in: Unified diff