parameters:
  # Property mapper general definitions
  # all not listed here should be sent for translation
  field.processor.default:
    ignore: # do not clone
      - '_edit_lock'
      - '_edit_last'
      - '_yoast_wpseo_canonical'
      - '_yoast_wpseo_redirect'
      - 'post_date'
      - 'post_date_gmt'
      - 'post_modified'
      - 'post_modified_gmt'
      - 'guid'
      - 'comment_count'
      - 'post_name'
      - 'post_status'
      - 'hash'
      - 'ID'
      - 'id'
      - 'term_id'
      - 'slug'
      - 'term_group'
      - 'term_taxonomy_id'
      - 'smartlingId'
      - 'attachment_id'
      - 'testimonial_id'
      - 'testimonials'
      - '_wp_attachment_metadata.*'
      - '_kraken.*'
      - '_kraked.*'
    key: # add key to XML
      seo: # key="seo"
        - '_yoast_wpseo_title'
        - '_yoast_wpseo_bctitle'
        - '_yoast_wpseo_metadesc'
        - '_yoast_wpseo_metakeywords'
        - '_yoast_wpseo_focuskw'
        - '_yoast_wpseo_opengraph-description'
        - '_yoast_wpseo_google-plus-description'
    copy: # do not translate, but clone
      name: # by full name
        - '_yoast_wpseo_meta-robots-noindex'
        - '_yoast_wpseo_meta-robots-nofollow'
        - '_yoast_wpseo_meta-robots-adv'
        - '_yoast_wpseo_opengraph-image'
        - 'post_parent'
        - 'parent'
        - 'comment_status'
        - 'ping_status'
        - 'post_password'
        - 'to_ping'
        - 'pinged'
        - 'post_content_filtered'
        - 'post_type'
        - 'post_mime_type'
        - 'post_author'
        - 'taxonomy'
        - 'background'
        - 'effective_date'
        - 'icon'
        - 'menu_order'
        - '_wp_page_template'
        - '_marketo_sidebar'
        - '_post_restored_from'
        - '_wp_attached_file'
        - 'file'
        - 'align'
        - 'class'
        - 'mime-type'
        ### Widget fields
        - 'bar'
        - 'widgetType'
        - 'count'
        - 'dropdown'
        - 'hierarchical'
        - 'sortby'
        - 'exclude'
        - 'number'
        - 'filter'
        - 'taxonomy'
        - 'show_date'
        - 'url'
        - 'items'
        - 'show_summary'
        - 'show_author'
        - 'show_date'
      regexp: # by value match
       - '^\d+([,\.]\d+)?$'
       - '^(y|yes|n|no|on|off|default|in|out|html|cta\d+|cta|any|null|text|surveys|choose|button)$'
       - '^(http:|https:|field_)'
       - '^(callout|card-list|card-icon-list|cta|cta-hero|cta-sidebar|image-text-list|list-icon|list|nav|template-list|embeds|html|basic|select|gold|platinum)$' # SM CuratedPage markers
       - '^(taxonomy|category|\s+)$'
       - '^(true|false|enabled|disabled|background-image)$'
