You are here

angularjs_map.strongarm.inc in AngularJS 7

File

modules/angularjs_map/angularjs_map.strongarm.inc
View source
<?php

/**
 * @file
 * angularjs_map.strongarm.inc
 */

/**
 * Implements hook_strongarm().
 */
function angularjs_map_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 = 'comment_anonymous_earthquake';
  $strongarm->value = 0;
  $export['comment_anonymous_earthquake'] = $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_earthquake';
  $strongarm->value = 1;
  $export['comment_default_mode_earthquake'] = $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_earthquake';
  $strongarm->value = '50';
  $export['comment_default_per_page_earthquake'] = $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_earthquake';
  $strongarm->value = '0';
  $export['comment_earthquake'] = $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_earthquake';
  $strongarm->value = 1;
  $export['comment_form_location_earthquake'] = $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_earthquake';
  $strongarm->value = '1';
  $export['comment_preview_earthquake'] = $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_earthquake';
  $strongarm->value = 1;
  $export['comment_subject_field_earthquake'] = $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__earthquake';
  $strongarm->value = array(
    'view_modes' => array(),
    'extra_fields' => array(
      'form' => array(
        'title' => array(
          'weight' => '-5',
        ),
      ),
      'display' => array(),
    ),
  );
  $export['field_bundle_settings_node__earthquake'] = $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_earthquake';
  $strongarm->value = array(
    0 => 'main-menu',
  );
  $export['menu_options_earthquake'] = $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_earthquake';
  $strongarm->value = 'main-menu:0';
  $export['menu_parent_earthquake'] = $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_earthquake';
  $strongarm->value = array(
    0 => 'status',
    1 => 'promote',
  );
  $export['node_options_earthquake'] = $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_earthquake';
  $strongarm->value = '1';
  $export['node_preview_earthquake'] = $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_earthquake';
  $strongarm->value = 1;
  $export['node_submitted_earthquake'] = $strongarm;
  return $export;
}

Functions

Namesort descending Description
angularjs_map_strongarm Implements hook_strongarm().