Upgraded imagemagick and manually altered pdf to image module to handle changes....
[yaffs-website] / web / modules / contrib / linkchecker / migrations / d7_linkchecker_settings.yml
1 id: d7_linkchecker_settings
2 label: Linkchecker 7 configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - linkchecker_action_status_code_301
10     - linkchecker_action_status_code_404
11     - linkchecker_check_connections_max
12     - linkchecker_check_library
13     - linkchecker_check_links_interval
14     - linkchecker_check_links_types
15     - linkchecker_check_useragent
16     - linkchecker_disable_link_check_for_urls
17     - linkchecker_extract_from_a
18     - linkchecker_extract_from_audio
19     - linkchecker_extract_from_embed
20     - linkchecker_extract_from_iframe
21     - linkchecker_extract_from_img
22     - linkchecker_extract_from_object
23     - linkchecker_extract_from_video
24     - linkchecker_filter_blacklist
25     - linkchecker_ignore_response_codes
26     - linkchecker_impersonate_user
27     - linkchecker_scan_blocks
28     - linkchecker_log_level
29   source_module: linkchecker    
30 process:
31   'scan_blocks': linkchecker_scan_blocks
32   'check_links_types': linkchecker_check_links_types
33   'extract/from_a': linkchecker_extract_from_a
34   'extract/from_audio': linkchecker_extract_from_audio
35   'extract/from_embed': linkchecker_extract_from_embed
36   'extract/from_iframe': linkchecker_extract_from_iframe
37   'extract/from_img': linkchecker_extract_from_img
38   'extract/from_object': linkchecker_extract_from_object
39   'extract/from_video': linkchecker_extract_from_video
40   'extract/filter_blacklist': linkchecker_filter_blacklist
41   'check/connections_max': linkchecker_check_connections_max
42   'check/disable_link_check_for_urls': linkchecker_disable_link_check_for_urls
43   'check/library': linkchecker_check_library
44   'check/interval': linkchecker_check_links_interval
45   'check/useragent': linkchecker_check_useragent
46   'error/action_status_code_301': linkchecker_action_status_code_301
47   'error/action_status_code_404': linkchecker_action_status_code_404
48   'error/ignore_response_codes': linkchecker_ignore_response_codes
49   'error/impersonate_account': linkchecker_impersonate_user
50   'logging/level': linkchecker_log_level
51 destination:
52   plugin: config
53   config_name: linkchecker.settings