<?php

/**
 * @file
 * mathsplain_feature.strongarm.inc
 */

/**
 * Implements hook_strongarm().
 */
function mathsplain_feature_strongarm() {
  $export = array();

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'absolute_messages_fixed';
  $strongarm->value = 1;
  $export['absolute_messages_fixed'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'additional_settings__active_tab_h5p_content';
  $strongarm->value = 'edit-xmlsitemap';
  $export['additional_settings__active_tab_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'antibot_form_ids';
  $strongarm->value = 'comment_node_*
user_register_form
contact_site_form
contact_hu_entityform_edit_form
contact_at_entityform_edit_form
contact_entityform_edit_form';
  $export['antibot_form_ids'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'authcache_form_notoken';
  $strongarm->value = 'views_exposed_form
l10n_client_search_form
l10n_client_form
masquerade_block_1';
  $export['authcache_form_notoken'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'authcache_form_roles';
  $strongarm->value = '';
  $export['authcache_form_roles'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'authcache_pagecaching';
  $strongarm->value = array(
    0 => array(
      'noadmin' => 0,
      'option' => '0',
      'pages' => 'cart*
checkout*
system/files/*
system/temporary*
file/ajax/*
js/admin_menu/cache/*
search*
user/password
welcome
',
      'remove_rule' => 'Delete ruleset #1',
      'roles' => array(
        'custom' => '1',
        'roles' => array(
          1 => '1',
        ),
      ),
    ),
    1 => array(
      'noadmin' => 1,
      'option' => '0',
      'pages' => 'user*
node/add/*
node/*/edit
node/*/track
tracker*
civicrm*
cart*
checkout*
system/files/*
system/temporary*
file/ajax/*
js/admin_menu/cache/*
search*
my-courses
welcome
my-coupons
affiliate
user*
commerce_barion*
system/ajax*
admin/commerce/discounts/manage*
*imce*',
      'remove_rule' => 'Delete ruleset #2',
      'roles' => array(
        'custom' => '1',
        'roles' => array(
          2 => '2',
          3 => '3',
        ),
      ),
    ),
  );
  $export['authcache_pagecaching'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'authcache_roles';
  $strongarm->value = array(
    1 => '1',
    2 => '2',
    3 => '3',
  );
  $export['authcache_roles'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'authcache_su';
  $strongarm->value = 1;
  $export['authcache_su'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clientside_validation_default_settings';
  $strongarm->value = array(
    'error' => array(
      'error_element' => 'label',
      'prefix' => '',
      'scroll_speed' => '1000',
      'scrollto_errormessage' => 1,
      'suffix' => '',
    ),
    'error_placement' => array(
      'custom_error_function' => '',
      'error_placement_default' => '1',
      'jquery_selector' => '',
    ),
    'include_hidden' => array(
      'include_hidden' => '',
      'include_hidden_fields' => 0,
      'validate_tabs' => 0,
    ),
    'validate_options' => array(
      'captcha' => '0',
      'disable_html5' => 1,
      'show_messages' => '0',
      'validate_before_ajax' => '0',
      'validate_onblur' => '0',
      'validate_onblur_always' => '0',
      'validate_onkeyup' => '0',
      'validate_onsubmit' => '1',
    ),
  );
  $export['clientside_validation_default_settings'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clientside_validation_filter_paths';
  $strongarm->value = '0';
  $export['clientside_validation_filter_paths'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clientside_validation_path_list';
  $strongarm->value = 'admin/structure/views/*
checkout/*';
  $export['clientside_validation_path_list'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clientside_validation_validate_all';
  $strongarm->value = '2';
  $export['clientside_validation_validate_all'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clientside_validation_validate_specific';
  $strongarm->value = 'commerce_checkout_form_checkout';
  $export['clientside_validation_validate_specific'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clone_menu_links';
  $strongarm->value = '0';
  $export['clone_menu_links'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clone_method';
  $strongarm->value = 'prepopulate';
  $export['clone_method'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'clone_omitted';
  $strongarm->value = array(
    'article' => 'article',
    'educational_materials' => 'educational_materials',
    'faculty' => 'faculty',
    'faqs' => 'faqs',
    'multichoice' => 0,
    'page' => 'page',
    'pdf' => 0,
    'promobar' => 'promobar',
    'quiz' => 0,
    'short_answer' => 'short_answer',
    'syllabus' => 'syllabus',
    'testimonial' => 'testimonial',
    'university' => 'university',
    'university_course' => 'university_course',
    'video' => 0,
  );
  $export['clone_omitted'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_anonymous_article';
  $strongarm->value = 0;
  $export['comment_anonymous_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_anonymous_h5p_content';
  $strongarm->value = 0;
  $export['comment_anonymous_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_article';
  $strongarm->value = '0';
  $export['comment_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_changed_date_format_h5p_content';
  $strongarm->value = 'medium';
  $export['comment_changed_date_format_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_created_date_format_h5p_content';
  $strongarm->value = 'medium';
  $export['comment_created_date_format_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_mode_article';
  $strongarm->value = 1;
  $export['comment_default_mode_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_mode_h5p_content';
  $strongarm->value = 1;
  $export['comment_default_mode_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_mode_multichoice';
  $strongarm->value = 1;
  $export['comment_default_mode_multichoice'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_per_page_article';
  $strongarm->value = '50';
  $export['comment_default_per_page_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_per_page_h5p_content';
  $strongarm->value = '50';
  $export['comment_default_per_page_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_sorting_h5p_content';
  $strongarm->value = '1';
  $export['comment_default_sorting_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_default_sorting_video';
  $strongarm->value = '2';
  $export['comment_default_sorting_video'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_expose_fields_h5p_content';
  $strongarm->value = 0;
  $export['comment_expose_fields_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_form_label_h5p_content';
  $strongarm->value = 'Post new comment';
  $export['comment_form_label_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_form_location_article';
  $strongarm->value = 1;
  $export['comment_form_location_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_form_location_h5p_content';
  $strongarm->value = 1;
  $export['comment_form_location_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_form_placement_h5p_content';
  $strongarm->value = '3';
  $export['comment_form_placement_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_h5p_content';
  $strongarm->value = '1';
  $export['comment_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_multichoice';
  $strongarm->value = '0';
  $export['comment_multichoice'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_preview_article';
  $strongarm->value = '1';
  $export['comment_preview_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_preview_h5p_content';
  $strongarm->value = '1';
  $export['comment_preview_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_section_label_h5p_content';
  $strongarm->value = 'Comments';
  $export['comment_section_label_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_subject_field_article';
  $strongarm->value = 1;
  $export['comment_subject_field_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'comment_subject_field_h5p_content';
  $strongarm->value = 1;
  $export['comment_subject_field_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_abandoned_statuses';
  $strongarm->value = array(
    'access_revoked' => 0,
    'canceled' => 'canceled',
    'cart' => 'cart',
    'checkout_checkout' => 0,
    'checkout_complete' => 0,
    'checkout_payment' => 0,
    'checkout_review' => 0,
    'completed' => 0,
    'invoiced' => 0,
    'pending' => 0,
    'processing' => 0,
  );
  $export['commerce_abandoned_carts_abandoned_statuses'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_batch_limit';
  $strongarm->value = '50';
  $export['commerce_abandoned_carts_batch_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_bcc_active';
  $strongarm->value = 0;
  $export['commerce_abandoned_carts_bcc_active'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_bcc_email';
  $strongarm->value = 'info@mathxplain.com';
  $export['commerce_abandoned_carts_bcc_email'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_customer_service_phone_number';
  $strongarm->value = '';
  $export['commerce_abandoned_carts_customer_service_phone_number'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_from_email';
  $strongarm->value = 'info@mateking.hu';
  $export['commerce_abandoned_carts_from_email'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_from_name';
  $strongarm->value = '';
  $export['commerce_abandoned_carts_from_name'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_history_limit';
  $strongarm->value = '241';
  $export['commerce_abandoned_carts_history_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_subject';
  $strongarm->value = 'Ó egek! Valami gubanc van...';
  $export['commerce_abandoned_carts_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_testmode_active';
  $strongarm->value = 0;
  $export['commerce_abandoned_carts_testmode_active'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_testmode_email';
  $strongarm->value = 'info@mathxplain.com';
  $export['commerce_abandoned_carts_testmode_email'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_abandoned_carts_timeout';
  $strongarm->value = '120';
  $export['commerce_abandoned_carts_timeout'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_mail_attach_pdf_invoice';
  $strongarm->value = 1;
  $export['commerce_billy_mail_attach_pdf_invoice'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_mail_from';
  $strongarm->value = 'Abrechnung@matheking.at';
  $export['commerce_billy_mail_from'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_mail_subject';
  $strongarm->value = 'Your invoice.';
  $export['commerce_billy_mail_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_pdf_logo';
  $strongarm->value = 'sites/all/themes/mathsplain/images/mbg_logo_inverted.png';
  $export['commerce_billy_pdf_logo'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_pdf_settings_invoice_date_format';
  $strongarm->value = 'Y-m-d';
  $export['commerce_billy_pdf_settings_invoice_date_format'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_pdf_settings_invoice_footer';
  $strongarm->value = 'Invoice footer ( en )';
  $export['commerce_billy_pdf_settings_invoice_footer'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_billy_pdf_settings_invoice_header';
  $strongarm->value = 'Invoice header ( en )';
  $export['commerce_billy_pdf_settings_invoice_header'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_cart_contents_pane_view';
  $strongarm->value = 'clone_of_shopping_cart_summary|default';
  $export['commerce_cart_contents_pane_view'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'commerce_enabled_currencies';
  $strongarm->value = array(
    'AED' => 0,
    'AFN' => 0,
    'ALL' => 0,
    'AMD' => 0,
    'ANG' => 0,
    'AOA' => 0,
    'ARS' => 0,
    'AUD' => 0,
    'AWG' => 0,
    'AZN' => 0,
    'BAM' => 0,
    'BBD' => 0,
    'BDT' => 0,
    'BGN' => 0,
    'BHD' => 0,
    'BIF' => 0,
    'BMD' => 0,
    'BND' => 0,
    'BOB' => 0,
    'BRL' => 0,
    'BSD' => 0,
    'BTN' => 0,
    'BWP' => 0,
    'BYN' => 0,
    'BZD' => 0,
    'CAD' => 0,
    'CDF' => 0,
    'CHF' => 0,
    'CLP' => 0,
    'CNY' => 0,
    'COP' => 0,
    'CRC' => 0,
    'CUC' => 0,
    'CUP' => 0,
    'CVE' => 0,
    'CZK' => 0,
    'DJF' => 0,
    'DKK' => 0,
    'DOP' => 0,
    'DZD' => 0,
    'EGP' => 0,
    'ERN' => 0,
    'ETB' => 0,
    'EUR' => 'EUR',
    'FJD' => 0,
    'FKP' => 0,
    'GBP' => 0,
    'GEL' => 0,
    'GHS' => 0,
    'GIP' => 0,
    'GMD' => 0,
    'GNF' => 0,
    'GTQ' => 0,
    'GYD' => 0,
    'HKD' => 0,
    'HNL' => 0,
    'HRK' => 0,
    'HTG' => 0,
    'HUF' => 'HUF',
    'IDR' => 0,
    'ILS' => 0,
    'INR' => 0,
    'IQD' => 0,
    'IRR' => 0,
    'ISK' => 0,
    'JMD' => 0,
    'JOD' => 0,
    'JPY' => 0,
    'KES' => 0,
    'KGS' => 0,
    'KHR' => 0,
    'KMF' => 0,
    'KPW' => 0,
    'KRW' => 0,
    'KWD' => 0,
    'KYD' => 0,
    'KZT' => 0,
    'LAK' => 0,
    'LBP' => 0,
    'LKR' => 0,
    'LRD' => 0,
    'LSL' => 0,
    'LYD' => 0,
    'MAD' => 0,
    'MDL' => 0,
    'MGA' => 0,
    'MKD' => 0,
    'MMK' => 0,
    'MNT' => 0,
    'MOP' => 0,
    'MRO' => 0,
    'MUR' => 0,
    'MVR' => 0,
    'MWK' => 0,
    'MXN' => 0,
    'MYR' => 0,
    'MZN' => 0,
    'NAD' => 0,
    'NGN' => 0,
    'NIO' => 0,
    'NOK' => 0,
    'NPR' => 0,
    'NZD' => 0,
    'OMR' => 0,
    'PAB' => 0,
    'PEN' => 0,
    'PGK' => 0,
    'PHP' => 0,
    'PKR' => 0,
    'PLN' => 0,
    'PYG' => 0,
    'QAR' => 0,
    'RON' => 0,
    'RSD' => 0,
    'RUB' => 0,
    'RWF' => 0,
    'SAR' => 0,
    'SBD' => 0,
    'SCR' => 0,
    'SDG' => 0,
    'SEK' => 0,
    'SGD' => 0,
    'SHP' => 0,
    'SLL' => 0,
    'SOS' => 0,
    'SRD' => 0,
    'SSP' => 0,
    'STD' => 0,
    'SYP' => 0,
    'SZL' => 0,
    'THB' => 0,
    'TJS' => 0,
    'TMT' => 0,
    'TND' => 0,
    'TOP' => 0,
    'TRY' => 0,
    'TTD' => 0,
    'TWD' => 0,
    'TZS' => 0,
    'UAH' => 0,
    'UGX' => 0,
    'USD' => 'USD',
    'UYU' => 0,
    'UZS' => 0,
    'VEF' => 0,
    'VND' => 0,
    'VUV' => 0,
    'WST' => 0,
    'XAF' => 0,
    'XCD' => 0,
    'XOF' => 0,
    'XPF' => 0,
    'YER' => 0,
    'ZAR' => 0,
    'ZMW' => 0,
  );
  $export['commerce_enabled_currencies'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'contact_threshold_limit';
  $strongarm->value = '5';
  $export['contact_threshold_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'contact_threshold_window';
  $strongarm->value = '3600';
  $export['contact_threshold_window'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'cron_safe_threshold';
  $strongarm->value = '86400';
  $export['cron_safe_threshold'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'dblog_row_limit';
  $strongarm->value = '100000';
  $export['dblog_row_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_enable_revisions_page_node_article';
  $strongarm->value = 1;
  $export['diff_enable_revisions_page_node_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_enable_revisions_page_node_h5p_content';
  $strongarm->value = 1;
  $export['diff_enable_revisions_page_node_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_show_preview_changes_node_article';
  $strongarm->value = 1;
  $export['diff_show_preview_changes_node_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_show_preview_changes_node_h5p_content';
  $strongarm->value = 1;
  $export['diff_show_preview_changes_node_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_view_mode_preview_node_article';
  $strongarm->value = 'full';
  $export['diff_view_mode_preview_node_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'diff_view_mode_preview_node_h5p_content';
  $strongarm->value = 'full';
  $export['diff_view_mode_preview_node_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'eu_cookie_compliance';
  $strongarm->value = array(
    'accept_all_categories_button_label' => 'Accept all cookies',
    'allowed_cookies' => 'functional:campaignCourse
functional:utm_campaign
functional:promoBarState
functional:promoBarCurrentNid
functional:promoBarCurrentRevision
functional:mathsplainCanvasVoice
functional:mathsplainInFullScreen
functional:SESS*
functional:SSESS*
functional:has_js
functional:cookie-agreed
functional:aucp13n
functional:_hj*
functional:lastVisitedSubject
analytics:_gat
analytics:_ga
analytics:_gid
analytics:VISITOR_INFO1_LIVE
analytics:YSC
analytics:PREF
analytics:_fbp',
    'automatic_cookies_removal' => 1,
    'better_support_for_screen_readers' => 0,
    'consent_storage_method' => 'do_not_store',
    'containing_element' => 'body',
    'cookie_name' => 'cookieagreed',
    'cookie_policy_version' => '1.0.0',
    'cookie_session' => 0,
    'disabled_javascripts' => '',
    'disagree_button_label' => 'Cookie settings',
    'disagree_do_not_show_popup' => 0,
    'domains_list' => '',
    'domains_option' => '1',
    'enable_save_preferences_button' => 1,
    'exclude_admin_pages' => 0,
    'exclude_paths' => '',
    'exclude_uid_1' => 0,
    'fixed_top_position' => 1,
    'info_template' => 'new',
    'method' => 'categories',
    'mobile_breakpoint' => '768',
    'mobile_popup_info' => array(
      'format' => 'full_html',
      'value' => '',
    ),
    'popup_agree_button_message' => 'Agree',
    'popup_agreed' => array(
      'format' => 'full_html',
      'value' => '<h2>Thank you for accepting cookies</h2>

<p>You can now hide this message or find out more about cookies.</p>
',
    ),
    'popup_agreed_enabled' => 0,
    'popup_bg_hex' => '0779BF',
    'popup_clicking_confirmation' => FALSE,
    'popup_delay' => '1000',
    'popup_disagree_button_message' => 'Cookie settings',
    'popup_enabled' => 1,
    'popup_find_more_button_message' => 'More info',
    'popup_height' => '',
    'popup_hide_agreed' => 0,
    'popup_hide_button_message' => 'Hide',
    'popup_info' => array(
      'format' => 'full_html',
      'value' => '<p class="first">This website uses <a href="/node/15#cookie">cookies</a>.</p>

<p class="notfirst">This website uses <a href="/node/15#cookie">cookies</a>. Really.</p>
',
    ),
    'popup_link' => 'https://cookies.insites.com/disable-cookies/',
    'popup_link_new_window' => 1,
    'popup_link_translate' => 0,
    'popup_position' => TRUE,
    'popup_scrolling_confirmation' => FALSE,
    'popup_text_hex' => '373536',
    'popup_width' => '100%',
    'reload_page' => 0,
    'save_preferences_button_label' => 'Save',
    'script_scope' => 'header',
    'show_disagree_button' => TRUE,
    'use_bare_css' => 0,
    'use_mobile_message' => 0,
    'withdraw_action_button_label' => '',
    'withdraw_button_on_info_popup' => 1,
    'withdraw_enabled' => 1,
    'withdraw_message' => array(
      'format' => 'full_html',
      'value' => '',
    ),
    'withdraw_tab_button_label' => 'Cookie settings',
  );
  $export['eu_cookie_compliance'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'eu_cookie_compliance_categories';
  $strongarm->value = array(
    'analytics' => array(
      'checkbox_default_state' => 'unchecked',
      'description' => 'Analytical Cookies are used to analyze and evaluate the performance of this website. Data collected with these Cookies is aggregated for analysis and used for improvements. Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers. providing information on how our site is used.',
      'label' => 'Analytical and marketing',
      'machine_name' => 'analytics',
      'weight' => 0,
    ),
    'functional' => array(
      'checkbox_default_state' => 'required',
      'description' => 'Technical Cookies are essential for this site to work properly, and are used for things such as navigation, saving your preferences, and allowing images to load.',
      'label' => 'Technical cookies',
      'machine_name' => 'functional',
      'weight' => 0,
    ),
  );
  $export['eu_cookie_compliance_categories'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'eu_cookie_compliance_cookie_lifetime';
  $strongarm->value = '100';
  $export['eu_cookie_compliance_cookie_lifetime'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_animation_speed';
  $strongarm->value = 'fast';
  $export['exit_popup_animation_speed'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_animation_type';
  $strongarm->value = 'fadeIn';
  $export['exit_popup_animation_type'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_backdrop_color';
  $strongarm->value = '#000';
  $export['exit_popup_backdrop_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_backdrop_opacity';
  $strongarm->value = '0.55';
  $export['exit_popup_backdrop_opacity'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_background_color';
  $strongarm->value = '#fff';
  $export['exit_popup_background_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_border_color';
  $strongarm->value = '#fff';
  $export['exit_popup_border_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_border_width';
  $strongarm->value = '0px 0px 0px 0px';
  $export['exit_popup_border_width'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_close_backdrop_click';
  $strongarm->value = 1;
  $export['exit_popup_close_backdrop_click'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_close_color';
  $strongarm->value = '#fff';
  $export['exit_popup_close_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_close_text';
  $strongarm->value = 'Close';
  $export['exit_popup_close_text'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_content_link_color';
  $strongarm->value = '#fff';
  $export['exit_popup_content_link_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_content_text_color';
  $strongarm->value = '#000';
  $export['exit_popup_content_text_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_content_type';
  $strongarm->value = 'custom';
  $export['exit_popup_content_type'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_custom_content';
  $strongarm->value = array(
    'format' => 'full_html',
    'value' => '<div><a href="https://www.azevhonlapja.hu/nevezes/benyujtott-palyamu/581/matekinghu-matek-egyszerűen" target="_blank"><img alt="Az év honlapja 2017" src="/sites/mp/files/eh_2017_szavazas_1200628_v2.gif" /></a></div>
',
  );
  $export['exit_popup_custom_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_delay';
  $strongarm->value = '100';
  $export['exit_popup_delay'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_enabled';
  $strongarm->value = 0;
  $export['exit_popup_enabled'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_exclude_admin';
  $strongarm->value = 1;
  $export['exit_popup_exclude_admin'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_exclude_paths';
  $strongarm->value = '';
  $export['exit_popup_exclude_paths'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_fixed_height';
  $strongarm->value = '400';
  $export['exit_popup_fixed_height'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_fixed_width';
  $strongarm->value = '600';
  $export['exit_popup_fixed_width'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_node_content';
  $strongarm->value = '';
  $export['exit_popup_node_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_node_content_overridden_node_title';
  $strongarm->value = '';
  $export['exit_popup_node_content_overridden_node_title'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_node_content_overrides_node_title';
  $strongarm->value = 0;
  $export['exit_popup_node_content_overrides_node_title'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_node_content_view_mode';
  $strongarm->value = 'exit_popup';
  $export['exit_popup_node_content_view_mode'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_popup_position';
  $strongarm->value = 'fixed';
  $export['exit_popup_popup_position'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_relative_height';
  $strongarm->value = '50%';
  $export['exit_popup_relative_height'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_relative_width';
  $strongarm->value = '80%';
  $export['exit_popup_relative_width'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_second_delay';
  $strongarm->value = '518400';
  $export['exit_popup_second_delay'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_size_method';
  $strongarm->value = 'scale';
  $export['exit_popup_size_method'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_test_mode';
  $strongarm->value = 0;
  $export['exit_popup_test_mode'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_title';
  $strongarm->value = '';
  $export['exit_popup_title'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'exit_popup_title_color';
  $strongarm->value = '#fff';
  $export['exit_popup_title_color'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'extlink_class';
  $strongarm->value = 0;
  $export['extlink_class'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'extlink_mailto_class';
  $strongarm->value = 0;
  $export['extlink_mailto_class'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'extlink_target';
  $strongarm->value = '_blank';
  $export['extlink_target'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'facebook_pixel_exclude_admin_paths';
  $strongarm->value = 1;
  $export['facebook_pixel_exclude_admin_paths'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'facebook_pixel_id';
  $strongarm->value = '987981221253675';
  $export['facebook_pixel_id'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'facebook_pixel_languages';
  $strongarm->value = array(
    'de-AT' => 'de-AT',
    'en' => 'en',
    'hu' => 'hu',
  );
  $export['facebook_pixel_languages'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'facebook_pixel_roles';
  $strongarm->value = array(
    1 => 0,
    2 => 0,
    3 => 0,
    5 => 0,
    6 => 0,
    7 => 0,
    8 => 0,
    9 => 0,
    10 => 0,
    11 => 0,
    12 => 0,
    13 => 0,
    15 => 0,
    16 => 0,
  );
  $export['facebook_pixel_roles'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'feedback_simple';
  $strongarm->value = array(
    'align' => 'right',
    'allow' => 'admin/appearance/feedback-simple',
    'alt' => 'Feedback',
    'class' => array(
      0 => 'feedback_simple',
    ),
    'deny' => 'admin*',
    'enabled' => 0,
    'image' => 'sites/all/modules/contrib/feedback_simple/feedback_simple.gif',
    'link' => 'https://docs.google.com/forms/d/1h7Yn3gI2cgQ_0f2flYQ3A4y5niys1aovJCRVMcbTR7I/viewform',
    'target' => '_blank',
    'top' => '50%',
  );
  $export['feedback_simple'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_commerce_order__commerce_order';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(),
      'form' => array(
        'redirect' => array(
          'weight' => '5',
        ),
      ),
    ),
    'view_modes' => array(
      'administrator' => array(
        'custom_settings' => FALSE,
      ),
      'canceled' => array(
        'custom_settings' => FALSE,
      ),
      'customer' => array(
        'custom_settings' => TRUE,
      ),
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'pdf' => array(
        'custom_settings' => TRUE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_commerce_order__commerce_order'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_node__article';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'language' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '2',
          ),
          'teaser' => array(
            'visible' => FALSE,
            'weight' => '4',
          ),
        ),
      ),
      'form' => array(
        'language' => array(
          'weight' => '5',
        ),
        'metatags' => array(
          'weight' => '9',
        ),
        'path' => array(
          'weight' => '7',
        ),
        'rabbit_hole' => array(
          'weight' => '4',
        ),
        'redirect' => array(
          'weight' => '6',
        ),
        'xmlsitemap' => array(
          'weight' => '8',
        ),
      ),
    ),
    'view_modes' => array(
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'promobar' => array(
        'custom_settings' => FALSE,
      ),
      'question' => array(
        'custom_settings' => FALSE,
      ),
      'revision' => array(
        'custom_settings' => FALSE,
      ),
      'rss' => array(
        'custom_settings' => FALSE,
      ),
      'teaser' => array(
        'custom_settings' => TRUE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_node__article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_node__h5p_content';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'h5p' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '0',
          ),
          'in_video' => array(
            'visible' => TRUE,
            'weight' => '0',
          ),
        ),
        'language' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '2',
          ),
          'in_video' => array(
            'visible' => FALSE,
            'weight' => '1',
          ),
        ),
      ),
      'form' => array(
        'h5p' => array(
          'weight' => '2',
        ),
        'h5p_editor' => array(
          'weight' => '2',
        ),
        'h5p_type' => array(
          'weight' => '1',
        ),
        'language' => array(
          'weight' => '0',
        ),
        'metatags' => array(
          'weight' => '40',
        ),
        'path' => array(
          'weight' => '30',
        ),
        'rabbit_hole' => array(
          'weight' => '0',
        ),
        'redirect' => array(
          'weight' => '30',
        ),
        'xmlsitemap' => array(
          'weight' => '30',
        ),
      ),
    ),
    'view_modes' => array(
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'exit_popup' => array(
        'custom_settings' => FALSE,
      ),
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'full_without_title' => array(
        'custom_settings' => FALSE,
      ),
      'in_video' => array(
        'custom_settings' => TRUE,
      ),
      'pdf' => array(
        'custom_settings' => FALSE,
      ),
      'promobar' => array(
        'custom_settings' => FALSE,
      ),
      'question' => array(
        'custom_settings' => FALSE,
      ),
      'revision' => array(
        'custom_settings' => FALSE,
      ),
      'rss' => array(
        'custom_settings' => FALSE,
      ),
      'teaser' => array(
        'custom_settings' => TRUE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_node__h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_node__pdf';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'language' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => 0,
          ),
        ),
      ),
      'form' => array(
        'language' => array(
          'weight' => '1',
        ),
        'metatags' => array(
          'weight' => '9',
        ),
        'path' => array(
          'weight' => '6',
        ),
        'rabbit_hole' => array(
          'weight' => '0',
        ),
        'redirect' => array(
          'weight' => '7',
        ),
        'xmlsitemap' => array(
          'weight' => '8',
        ),
      ),
    ),
    'view_modes' => array(
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'revision' => array(
        'custom_settings' => FALSE,
      ),
      'rss' => array(
        'custom_settings' => FALSE,
      ),
      'teaser' => array(
        'custom_settings' => FALSE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_node__pdf'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_node__quiz';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'language' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '6',
          ),
        ),
        'stats' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '2',
          ),
        ),
        'take' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '3',
          ),
        ),
      ),
      'form' => array(
        'language' => array(
          'weight' => '2',
        ),
        'metatags' => array(
          'weight' => '16',
        ),
        'path' => array(
          'weight' => '14',
        ),
        'quiz_availability' => array(
          'weight' => '10',
        ),
        'rabbit_hole' => array(
          'weight' => '8',
        ),
        'redirect' => array(
          'weight' => '12',
        ),
        'remember_global' => array(
          'weight' => '7',
        ),
        'remember_settings' => array(
          'weight' => '9',
        ),
        'resultoptions' => array(
          'weight' => '6',
        ),
        'summaryoptions' => array(
          'weight' => '5',
        ),
        'taking' => array(
          'weight' => '11',
        ),
        'xmlsitemap' => array(
          'weight' => '13',
        ),
      ),
    ),
    'view_modes' => array(
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'promobar' => array(
        'custom_settings' => FALSE,
      ),
      'question' => array(
        'custom_settings' => FALSE,
      ),
      'revision' => array(
        'custom_settings' => FALSE,
      ),
      'rss' => array(
        'custom_settings' => FALSE,
      ),
      'teaser' => array(
        'custom_settings' => TRUE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_node__quiz'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_taxonomy_term__article_categories';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'description' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '0',
          ),
        ),
        'language' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '1',
          ),
        ),
      ),
      'form' => array(),
    ),
    'view_modes' => array(
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
      'what_to_buy' => array(
        'custom_settings' => FALSE,
      ),
    ),
  );
  $export['field_bundle_settings_taxonomy_term__article_categories'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'field_bundle_settings_taxonomy_term__categories';
  $strongarm->value = array(
    'extra_fields' => array(
      'display' => array(
        'description' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '1',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '2',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '2',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 1,
          ),
        ),
        'language' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '3',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '3',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '3',
          ),
        ),
        'product:commerce_price' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '2',
          ),
          'landing_page' => array(
            'visible' => TRUE,
            'weight' => '1',
          ),
          'welcome_page' => array(
            'visible' => TRUE,
            'weight' => '1',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 2,
          ),
        ),
        'product:field_category' => array(
          'default' => array(
            'visible' => TRUE,
            'weight' => '8',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '8',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '8',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 4,
          ),
        ),
        'product:sku' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '13',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '17',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '17',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 5,
          ),
        ),
        'product:status' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '15',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '19',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '19',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 6,
          ),
        ),
        'product:title' => array(
          'default' => array(
            'visible' => FALSE,
            'weight' => '14',
          ),
          'landing_page' => array(
            'visible' => FALSE,
            'weight' => '18',
          ),
          'welcome_page' => array(
            'visible' => FALSE,
            'weight' => '18',
          ),
          'what_to_buy' => array(
            'visible' => FALSE,
            'weight' => 0,
          ),
        ),
      ),
      'form' => array(
        'description' => array(
          'weight' => '7',
        ),
        'language' => array(
          'weight' => '4',
        ),
        'metatags' => array(
          'weight' => '10',
        ),
        'name' => array(
          'weight' => '0',
        ),
        'path' => array(
          'weight' => '6',
        ),
        'redirect' => array(
          'weight' => '9',
        ),
        'xmlsitemap' => array(
          'weight' => '8',
        ),
      ),
    ),
    'view_modes' => array(
      'diff_standard' => array(
        'custom_settings' => FALSE,
      ),
      'full' => array(
        'custom_settings' => FALSE,
      ),
      'landing_page' => array(
        'custom_settings' => FALSE,
      ),
      'token' => array(
        'custom_settings' => FALSE,
      ),
      'welcome_page' => array(
        'custom_settings' => TRUE,
      ),
      'what_to_buy' => array(
        'custom_settings' => TRUE,
      ),
    ),
  );
  $export['field_bundle_settings_taxonomy_term__categories'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'formblock_expose_h5p_content';
  $strongarm->value = 0;
  $export['formblock_expose_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'formblock_show_help_h5p_content';
  $strongarm->value = 0;
  $export['formblock_show_help_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'globalredirect_settings';
  $strongarm->value = array(
    'term_path_handler' => 0,
  );
  $export['globalredirect_settings'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'googleanalytics_codesnippet_before';
  $strongarm->value = '//window[\'ga-disable-UA-19739449-1\'] = true;
//window[\'ga-disable-UA-19739449-2\'] = true;
//window[\'ga-disable-UA-19739449-3\'] = true;
//window[\'ga-disable-G-L55QJ5Q24J\'] = true;
//window[\'ga-disable-G-K9SP6JPMBN\'] = true;
//window[\'ga-disable-G-EY04G6WM3Q\'] = true;';
  $export['googleanalytics_codesnippet_before'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_content_type_cache_updated_at';
  $strongarm->value = 1750853023;
  $export['h5p_content_type_cache_updated_at'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_copyright';
  $strongarm->value = 0;
  $export['h5p_copyright'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_embed';
  $strongarm->value = '0';
  $export['h5p_embed'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_export';
  $strongarm->value = '0';
  $export['h5p_export'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_fetched_library_metadata_on';
  $strongarm->value = 1750853023;
  $export['h5p_fetched_library_metadata_on'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_first_runnable_saved';
  $strongarm->value = 1;
  $export['h5p_first_runnable_saved'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_frame';
  $strongarm->value = 0;
  $export['h5p_frame'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_hub_is_enabled';
  $strongarm->value = 1;
  $export['h5p_hub_is_enabled'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_icon';
  $strongarm->value = 0;
  $export['h5p_icon'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_site_type';
  $strongarm->value = 'internet';
  $export['h5p_site_type'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'h5p_site_uuid';
  $strongarm->value = '757a42f7-9aa4-4b24-8dcf-cf0847a8875e';
  $export['h5p_site_uuid'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_node_default_language_for_h5p_content';
  $strongarm->value = '-- current --';
  $export['i18n_node_default_language_for_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_node_extended_h5p_content';
  $strongarm->value = '1';
  $export['i18n_node_extended_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_node_options_article';
  $strongarm->value = array(
    0 => 'current',
  );
  $export['i18n_node_options_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_node_options_h5p_content';
  $strongarm->value = array(
    0 => 'current',
    1 => 'required',
  );
  $export['i18n_node_options_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_node_options_page';
  $strongarm->value = array(
    0 => 'current',
  );
  $export['i18n_node_options_page'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'i18n_string_allowed_formats';
  $strongarm->value = array(
    'filtered_html' => 0,
    'full_html' => 'full_html',
    'html_mail' => 0,
    'plain_text' => 'plain_text',
    'swiffy' => 0,
  );
  $export['i18n_string_allowed_formats'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_article';
  $strongarm->value = '2';
  $export['language_content_type_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_educational_materials';
  $strongarm->value = 2;
  $export['language_content_type_educational_materials'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_faq';
  $strongarm->value = 1;
  $export['language_content_type_faq'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_faqs';
  $strongarm->value = '2';
  $export['language_content_type_faqs'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_h5p_content';
  $strongarm->value = '2';
  $export['language_content_type_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_page';
  $strongarm->value = '2';
  $export['language_content_type_page'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_pdf';
  $strongarm->value = 2;
  $export['language_content_type_pdf'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_redirecting_page';
  $strongarm->value = 2;
  $export['language_content_type_redirecting_page'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_testimonial';
  $strongarm->value = 2;
  $export['language_content_type_testimonial'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'language_content_type_video';
  $strongarm->value = 2;
  $export['language_content_type_video'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'linkchecker_scan_comment_h5p_content';
  $strongarm->value = 0;
  $export['linkchecker_scan_comment_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'linkchecker_scan_node_h5p_content';
  $strongarm->value = 0;
  $export['linkchecker_scan_node_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'locale_custom_disabled_strings_en';
  $strongarm->value = array();
  $export['locale_custom_disabled_strings_en'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'locale_custom_strings_en';
  $strongarm->value = array(
    '' => array(
      'Display name' => 'Username',
      'HybridAuth' => 'Social login',
      'Username or e-mail' => 'E-mail',
    ),
  );
  $export['locale_custom_strings_en'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'locale_custom_strings_hu';
  $strongarm->value = array(
    '' => array(
      'Confirm e-mail address' => 'E-mail újra',
      'Confirm password' => 'Add meg újra',
      'Display name' => 'Felhasználónév',
      'HybridAuth' => 'Közösségi bejelentkezés',
      'If %identifier is a valid account, an email will be sent with instructions to reset your password.' => 'Ha valóban a(z) %identifier e-mail címmel vagy regisztrálva nálunk, hamarosan meg is érkezik a jelszó-helyreállító e-mail.<br /> Mit tegyek, ha 10 percen elteltével sem jött meg a mail?<br /> Kérjük nézz majd körül a spam és promóciók mappákban is. Ha ott sem találod, gondold végig, hogy valóban ezzel az e-mail címmel vagy-e regisztrálva nálunk.',
      'Username or e-mail' => 'E-mail cím',
    ),
  );
  $export['locale_custom_strings_hu'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_confirm_email_at_registration';
  $strongarm->value = '1';
  $export['logintoboggan_confirm_email_at_registration'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_immediate_login_on_register';
  $strongarm->value = 0;
  $export['logintoboggan_immediate_login_on_register'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_login_successful_message';
  $strongarm->value = '0';
  $export['logintoboggan_login_successful_message'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_login_with_email';
  $strongarm->value = '1';
  $export['logintoboggan_login_with_email'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_minimum_password_length';
  $strongarm->value = '8';
  $export['logintoboggan_minimum_password_length'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'logintoboggan_pre_auth_role';
  $strongarm->value = '2';
  $export['logintoboggan_pre_auth_role'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'mailsystem_theme';
  $strongarm->value = 'mathsplain';
  $export['mailsystem_theme'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'mathsplain_parallax_bg_settings';
  $strongarm->value = array(
    'triggers_fieldset' => array(
      'trigger1' => array(
        'element' => '#mathsplain-header-video',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger10' => array(
        'element' => '#mathsplain-front-parallax-6',
        'position' => '50%',
        'speed' => '0.6',
      ),
      'trigger11' => array(
        'element' => '#mathsplain-front-parallax-7',
        'position' => '50%',
        'speed' => '0.6',
      ),
      'trigger2' => array(
        'element' => '#mathsplain-front-parallax-1',
        'position' => '50%',
        'speed' => '0.6',
      ),
      'trigger3' => array(
        'element' => '#mathsplain-front-parallax-2',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger4' => array(
        'element' => 'body.subject-term',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger5' => array(
        'element' => '#mathsplain-front-parallax-3',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger6' => array(
        'element' => '#mathsplain-front-parallax-4',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger7' => array(
        'element' => '#mathsplain-front-parallax-5',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger8' => array(
        'element' => '.pane-mathsplain-front-pane',
        'position' => '50%',
        'speed' => '0.3',
      ),
      'trigger9' => array(
        'element' => '.parallaxbg',
        'position' => '50%',
        'speed' => '0.3',
      ),
    ),
  );
  $export['mathsplain_parallax_bg_settings'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'menu_options_article';
  $strongarm->value = array(
    0 => 'main-menu',
  );
  $export['menu_options_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'menu_options_h5p_content';
  $strongarm->value = array();
  $export['menu_options_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'menu_parent_article';
  $strongarm->value = 'main-menu:0';
  $export['menu_parent_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'menu_parent_h5p_content';
  $strongarm->value = 'main-menu:0';
  $export['menu_parent_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'metatag_enable_node__h5p_content';
  $strongarm->value = TRUE;
  $export['metatag_enable_node__h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'mimemail_format';
  $strongarm->value = 'html_mail';
  $export['mimemail_format'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'mimemail_sitestyle';
  $strongarm->value = 1;
  $export['mimemail_sitestyle'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_options_article';
  $strongarm->value = array(
    0 => 'status',
    1 => 'revision',
  );
  $export['node_options_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_options_h5p_content';
  $strongarm->value = array(
    0 => 'status',
  );
  $export['node_options_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_options_quiz';
  $strongarm->value = array(
    0 => 'status',
  );
  $export['node_options_quiz'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_preview_article';
  $strongarm->value = '1';
  $export['node_preview_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_preview_h5p_content';
  $strongarm->value = '0';
  $export['node_preview_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_preview_quiz';
  $strongarm->value = '1';
  $export['node_preview_quiz'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_submitted_article';
  $strongarm->value = 0;
  $export['node_submitted_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_submitted_h5p_content';
  $strongarm->value = 0;
  $export['node_submitted_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_submitted_multichoice';
  $strongarm->value = 0;
  $export['node_submitted_multichoice'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'node_submitted_quiz';
  $strongarm->value = 0;
  $export['node_submitted_quiz'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_max_component_length';
  $strongarm->value = '200';
  $export['pathauto_max_component_length'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_max_length';
  $strongarm->value = '200';
  $export['pathauto_max_length'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_article_de-AT_pattern';
  $strongarm->value = '';
  $export['pathauto_node_article_de-AT_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_article_en_pattern';
  $strongarm->value = '';
  $export['pathauto_node_article_en_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_article_hu_pattern';
  $strongarm->value = '';
  $export['pathauto_node_article_hu_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_article_pattern';
  $strongarm->value = '[node:field-article-category]/[node:title]';
  $export['pathauto_node_article_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_article_und_pattern';
  $strongarm->value = '';
  $export['pathauto_node_article_und_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_quiz_directions_pattern';
  $strongarm->value = '';
  $export['pathauto_node_quiz_directions_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_quiz_en_pattern';
  $strongarm->value = '';
  $export['pathauto_node_quiz_en_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_quiz_hu_pattern';
  $strongarm->value = '';
  $export['pathauto_node_quiz_hu_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_quiz_pattern';
  $strongarm->value = '[node:field-category:0]/[node:field-category:1]/[node:title]';
  $export['pathauto_node_quiz_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_node_quiz_und_pattern';
  $strongarm->value = '';
  $export['pathauto_node_quiz_und_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_punctuation_underscore';
  $strongarm->value = '1';
  $export['pathauto_punctuation_underscore'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_taxonomy_term_article_categories_pattern';
  $strongarm->value = '';
  $export['pathauto_taxonomy_term_article_categories_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_taxonomy_term_categories_pattern';
  $strongarm->value = '[term:parents]/[term:name]';
  $export['pathauto_taxonomy_term_categories_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_taxonomy_term_free_categories_pattern';
  $strongarm->value = '[term:name]';
  $export['pathauto_taxonomy_term_free_categories_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'pathauto_taxonomy_term_pattern';
  $strongarm->value = '[term:name]';
  $export['pathauto_taxonomy_term_pattern'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'redirect_setting_name_h5p_content';
  $strongarm->value = 'rh_node_redirect';
  $export['redirect_setting_name_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'referral_cookie_lifetime';
  $strongarm->value = '60';
  $export['referral_cookie_lifetime'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_module_h5p_content';
  $strongarm->value = 'rh_node';
  $export['rh_module_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_action_article';
  $strongarm->value = '0';
  $export['rh_node_action_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_action_h5p_content';
  $strongarm->value = '1';
  $export['rh_node_action_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_action_pdf';
  $strongarm->value = 2;
  $export['rh_node_action_pdf'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_override_article';
  $strongarm->value = 0;
  $export['rh_node_override_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_override_h5p_content';
  $strongarm->value = 0;
  $export['rh_node_override_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_redirect_article';
  $strongarm->value = '';
  $export['rh_node_redirect_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_redirect_h5p_content';
  $strongarm->value = '';
  $export['rh_node_redirect_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_redirect_response_article';
  $strongarm->value = '301';
  $export['rh_node_redirect_response_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'rh_node_redirect_response_h5p_content';
  $strongarm->value = '301';
  $export['rh_node_redirect_response_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'see_the_banner';
  $strongarm->value = array(
    1 => '1',
    2 => '2',
    3 => 0,
    5 => 0,
    6 => 0,
    7 => 0,
    8 => 0,
    9 => 0,
    10 => 0,
    11 => 0,
    12 => 0,
    13 => 0,
    15 => 0,
    16 => 0,
  );
  $export['see_the_banner'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'session_limit_logged_out_message';
  $strongarm->value = 'You have been automatically logged out. Someone else has logged in with your username and password from another device or browser. This may indicate that your account has been compromised or that account sharing is not allowed on this site. Please contact the site administrator if you suspect your account has been compromised.';
  $export['session_limit_logged_out_message'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'site_403';
  $strongarm->value = '403-page';
  $export['site_403'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'site_404';
  $strongarm->value = '404-page';
  $export['site_404'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'szamlazzhu_copy';
  $strongarm->value = '1';
  $export['szamlazzhu_copy'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'szamlazzhu_download';
  $strongarm->value = 0;
  $export['szamlazzhu_download'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'szamlazzhu_eszamla';
  $strongarm->value = 1;
  $export['szamlazzhu_eszamla'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'szamlazzhu_language';
  $strongarm->value = 'hu';
  $export['szamlazzhu_language'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'szamlazzhu_reply';
  $strongarm->value = '1';
  $export['szamlazzhu_reply'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_failed_login_ip_limit';
  $strongarm->value = '40';
  $export['user_failed_login_ip_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_failed_login_ip_window';
  $strongarm->value = '10800';
  $export['user_failed_login_ip_window'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_failed_login_user_limit';
  $strongarm->value = '9';
  $export['user_failed_login_user_limit'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_failed_login_user_window';
  $strongarm->value = '10800';
  $export['user_failed_login_user_window'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_cancel_confirm_body';
  $strongarm->value = 'You or someone on your behalf has requested the cancellation of your user account at [site:name]. Cancellation cannot be undone; all data, comments and access to materials will be deleted. If you really want to cancel your account, please click on the following link:

[user:cancel-url]

This link is valid for only one day. If you do not use it in 24h, nothing will happen and your account will not be deleted.

If you really decide to delete your account permanently, then we will say goodbye to you now. We hope you have found the site useful.

Good luck!
[site:name]';
  $export['user_mail_cancel_confirm_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_cancel_confirm_subject';
  $strongarm->value = 'Confirm permanent cancellation of your user account';
  $export['user_mail_cancel_confirm_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_password_reset_body';
  $strongarm->value = '<table bgcolor="#FFFFFF" style="font-family: Helvetica, Arial, sans-serif; width: 100%; margin: 0; padding: 0;">
	<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
		<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
			<td style="font-family: Helvetica, Arial, sans-serif; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
			<div style="font-family: Helvetica, Arial, sans-serif; max-width: 600px; display: block; margin: 0 auto; padding: 15px;" align="center"><img alt="mateking.hu" src="https://mateking.hu/sites/mp/files/logos/logo-square.png" style="width: 68px; height: 68px; font-family: Helvetica, Arial, sans-serif; max-width: 100%; margin: 0; padding: 0;" /></div>
			</td>
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
		</tr>
	</tbody>
</table>


<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; text-align: center; margin: 0; padding: 0;">
	<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
		<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
			<td bgcolor="#FFFFFF" style="font-family: Helvetica, Arial, sans-serif; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
			<div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 15px;" align="center">
			<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; margin: 0; padding: 0;">
				<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
					<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
						<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
						<h3 style="font-family: Helvetica, Arial, sans-serif; line-height: 1.1; color: #000; font-weight: 500; font-size: 27px; margin: 0 0 15px; padding: 0;" align="center">Hi,</h3>

<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">You requested a new password for the mathXplain website. You can enter your new password by clicking on this button.</p>

<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center"><a href="[user:one-time-login-url]" style="font-family: Helvetica, Arial, sans-serif; color: #FFF; text-decoration: none; background-color: #008000; font-weight: normal; text-align: center; cursor: pointer; display: inline-block; margin: 10px 0; padding: 10px 30px;">Set new password</a></p>

<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">You can only use this link once, and if you don’t use it at all, nothing will happen. This link will expire in 24 hours, no matter what.</p>

<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">Happy learning - and successful exams!</p>

<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">Cheers:
The mathXsplain Team</p>

						</td>
					</tr>
				</tbody>
			</table>
			</div>
			</td>
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
		</tr>
	</tbody>
</table>';
  $export['user_mail_password_reset_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_password_reset_subject';
  $strongarm->value = 'Replacement login information for [user:name] at [site:name]';
  $export['user_mail_password_reset_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_register_no_approval_required_body';
  $strongarm->value = 'Welcome to the simple world of high level mathematics!
 
You can access the MathXplain website here: [site:login-url]

Please save this email, as it contains your system-generated user name: [user:name].
This name will be shown for example next to your comments on the site. If you want to change it, you can do so here: [user:url]

Your username is not required for login, only your email address and password that you entered during registration. If you forgot your password, you can request a new one here: [user:url]

Happy learning!

Cheers:
The MathXplain Teamonfirming your registration, you accept the Terms of Use as a binding agreement that we hereby sent to you to keep.';
  $export['user_mail_register_no_approval_required_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_register_no_approval_required_subject';
  $strongarm->value = '[user:name], welcome to MathXplain!';
  $export['user_mail_register_no_approval_required_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_activated_body';
  $strongarm->value = '<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; text-align: center; margin: 0; padding: 0;">
	<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
		<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
			<td bgcolor="#FFFFFF" style="font-family: Helvetica, Arial, sans-serif; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
			<div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 15px;" align="center">
			<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; margin: 0; padding: 0;">
				<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
					<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
						<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">

						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">We hope You enjoy the course.</p>
						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center"><img alt="mateking.hu" src="https://mateking.hu/sites/mp/files/uploads/welcome_mathxplain.jpg" style="width: 100%; height: auto; font-family: Helvetica, Arial, sans-serif; max-width: 100%; margin: 0; padding: 0;" /></p>

						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">By confirming your registration, you accept the Terms of Use as a binding agreement that we hereby sent to you to keep.</p>

						</td>
					</tr>
				</tbody>
			</table>
			</div>
			</td>
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
		</tr>
	</tbody>
</table>';
  $export['user_mail_status_activated_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_activated_notify';
  $strongarm->value = 1;
  $export['user_mail_status_activated_notify'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_activated_subject';
  $strongarm->value = 'Welcome to the mathXplain.com';
  $export['user_mail_status_activated_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_canceled_body';
  $strongarm->value = '[user:name],

Your account on [site:name] has been canceled.

--  [site:name] team';
  $export['user_mail_status_canceled_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_canceled_notify';
  $strongarm->value = 0;
  $export['user_mail_status_canceled_notify'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_mail_status_canceled_subject';
  $strongarm->value = 'Account details for [user:name] at [site:name] (canceled)';
  $export['user_mail_status_canceled_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_registrationpassword_register_body';
  $strongarm->value = '<table bgcolor="#FFFFFF" style="font-family: Helvetica, Arial, sans-serif; width: 100%; margin: 0; padding: 0;">
	<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
		<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
			<td style="font-family: Helvetica, Arial, sans-serif; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
			<div style="font-family: Helvetica, Arial, sans-serif; max-width: 600px; display: block; margin: 0 auto; padding: 15px;" align="center"><img alt="mateking.hu" src="https://mateking.hu/sites/mp/files/logos/logo-square.png" style="width: 68px; height: 68px; font-family: Helvetica, Arial, sans-serif; max-width: 100%; margin: 0; padding: 0;" /></div>
			</td>
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
		</tr>
	</tbody>
</table>


<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; text-align: center; margin: 0; padding: 0;">
	<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
		<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
			<td bgcolor="#FFFFFF" style="font-family: Helvetica, Arial, sans-serif; display: block !important; max-width: 600px !important; clear: both !important; margin: 0 auto; padding: 0;">
			<div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px; max-width: 600px; display: block; margin: 0 auto; padding: 15px;" align="center">
			<table style="font-family: Helvetica, Arial, sans-serif; width: 100%; margin: 0; padding: 0;">
				<tbody style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
					<tr style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
						<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;">
						<h3 style="font-family: Helvetica, Arial, sans-serif; line-height: 1.1; color: #000; font-weight: 500; font-size: 27px; margin: 0 0 15px; padding: 0;" align="center">Welcome aboard!</h3>

						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">There is only one step left.</p>
						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">Click on this button to confirm you registration:</p>

						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center"><a href="[user:registrationpassword-url]" style="font-family: Helvetica, Arial, sans-serif; color: #FFF; text-decoration: none; background-color: #008000; font-weight: normal; text-align: center; cursor: pointer; display: inline-block; margin: 10px 0; padding: 10px 30px;">I confirm my registration</a></p>

						<p style="font-family: Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5em; margin: 10px 0; padding: 0;" align="center">It is super that you decided to use the <a href="https://www.mathxplain.com" style="font-family: Helvetica, Arial, sans-serif; color: #37ABAB; margin: 0; padding: 0;">mathxplain.com</a> website; you will have fun, guaranteed :)</p>

						</td>
					</tr>
				</tbody>
			</table>
			</div>
			</td>
			<td style="font-family: Helvetica, Arial, sans-serif; margin: 0; padding: 0;"> </td>
		</tr>
	</tbody>
</table>';
  $export['user_registrationpassword_register_body'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_registrationpassword_register_subject';
  $strongarm->value = 'Just one more step to complete your mathxplain account';
  $export['user_registrationpassword_register_subject'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'user_registrationpassword_registration';
  $strongarm->value = 'with-pass';
  $export['user_registrationpassword_registration'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'variable_realm_list_language';
  $strongarm->value = array(
    0 => 'commerce_billy_mail_subject',
    1 => 'commerce_billy_mail_body',
    2 => 'hybridauth_provider_Facebook_keys_id',
    3 => 'hybridauth_provider_Facebook_keys_secret',
    4 => 'hybridauth_provider_Google_keys_id',
    5 => 'hybridauth_provider_Google_keys_secret',
    6 => 'eu_cookie_compliance',
    7 => 'eu_cookie_compliance_categories',
    8 => 'hybridauth_widget_title',
    9 => 'hybridauth_widget_link_text',
    10 => 'hybridauth_widget_link_title',
    11 => 'commerce_checkout_completion_message',
    12 => 'sendy_anonymous_list_id',
    13 => 'sendy_block_blurb',
    14 => 'sendy_registered_users_list_id',
    15 => 'sendy_url',
    16 => 'commerce_billy_pdf_settings_invoice_header',
    17 => 'commerce_billy_pdf_settings_invoice_location',
    18 => 'commerce_billy_pdf_settings_invoice_date_format',
    19 => 'commerce_billy_pdf_settings_invoice_text',
    20 => 'commerce_billy_pdf_settings_invoice_footer',
    21 => 'googleanalytics_account',
    22 => 'mathsplain_expiration_date',
    23 => 'facebook_pixel_id',
    24 => 'user_password_reset_text',
    25 => 'maths_account_settings_email_attachment_attach_id',
    26 => 'user_registrationpassword_register_[mail_part]',
    27 => 'maths_sendy_anonymous_list_id',
    28 => 'maths_sendy_block_blurb',
    29 => 'maths_sendy_registered_users_list_id',
    30 => 'maths_sendy_url',
    31 => 'site_name',
    32 => 'site_mail',
    33 => 'site_slogan',
    34 => 'maintenance_mode_message',
    35 => 'site_default_country',
    36 => 'date_first_day',
    37 => 'date_default_timezone',
    38 => 'user_default_timezone',
    39 => 'user_mail_register_admin_created_subject',
    40 => 'user_mail_register_admin_created_body',
    41 => 'user_mail_register_no_approval_required_subject',
    42 => 'user_mail_register_no_approval_required_body',
    43 => 'user_mail_register_pending_approval_subject',
    44 => 'user_mail_register_pending_approval_body',
    45 => 'user_mail_password_reset_subject',
    46 => 'user_mail_password_reset_body',
    47 => 'user_mail_status_activated_subject',
    48 => 'user_mail_status_activated_body',
    49 => 'user_mail_status_blocked_subject',
    50 => 'user_mail_status_blocked_body',
    51 => 'user_mail_cancel_confirm_subject',
    52 => 'user_mail_cancel_confirm_body',
    53 => 'user_mail_status_canceled_subject',
    54 => 'user_mail_status_canceled_body',
  );
  $export['variable_realm_list_language'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'word_link_limit_h5p_content';
  $strongarm->value = '0';
  $export['word_link_limit_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'word_link_limit_single_urls_h5p_content';
  $strongarm->value = 0;
  $export['word_link_limit_single_urls_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'word_link_limit_single_words_h5p_content';
  $strongarm->value = 0;
  $export['word_link_limit_single_words_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'xmlsitemap_settings_node_article';
  $strongarm->value = array(
    'priority' => '0.7',
    'status' => '1',
  );
  $export['xmlsitemap_settings_node_article'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'xmlsitemap_settings_node_h5p_content';
  $strongarm->value = array(
    'priority' => '0.5',
    'status' => '0',
  );
  $export['xmlsitemap_settings_node_h5p_content'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'xmlsitemap_settings_taxonomy_term_article_categories';
  $strongarm->value = array(
    'priority' => '0.5',
    'status' => '0',
  );
  $export['xmlsitemap_settings_taxonomy_term_article_categories'] = $strongarm;

  $strongarm = new stdClass();
  $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  $strongarm->api_version = 1;
  $strongarm->name = 'xmlsitemap_settings_taxonomy_term_categories';
  $strongarm->value = array(
    'priority' => 0.90000000000000002220446049250313080847263336181640625,
    'status' => 1,
  );
  $export['xmlsitemap_settings_taxonomy_term_categories'] = $strongarm;

  return $export;
}
