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