d7_ip2country_date_formats.yml in IP-based Determination of a Visitor's Country 8
migrations/d7_ip2country_date_formats.yml
File
migrations/d7_ip2country_date_formats.ymlView source
- id: d7_ip2country_date_formats
- label: Ip2Country date format configuration
- migration_tags:
- - Drupal 7
- - Configuration
-
- source:
- plugin: variable_multirow
- source_module: ip2country
- constants:
- - boolean_true: 'true'
- - boolean_false: 'false'
- - date_only: 'Date only (ip2country)'
- - time_only: 'Time only (ip2country)'
- variables:
- - date_format_ip2country_date
- - date_format_ip2country_time
-
- process:
- id:
- plugin: static_map
- source: name
- map:
- date_format_ip2country_date: ip2country_date
- date_format_ip2country_time: ip2country_time
- label:
- plugin: static_map
- source: name
- map:
- date_format_ip2country_date: 'constants/date_only'
- date_format_ip2country_time: 'constants/time_only'
- status: 'constants/boolean_true'
- locked: 'constants/boolean_false'
- pattern: value
-
- destination:
- plugin: entity:date_format