page.strongarm.inc 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?php
  2. /**
  3. * @file
  4. * page.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function page_strongarm() {
  10. $export = array();
  11. $strongarm = new stdClass();
  12. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  13. $strongarm->api_version = 1;
  14. $strongarm->name = 'additional_settings__active_tab_page';
  15. $strongarm->value = 'edit-menu';
  16. $export['additional_settings__active_tab_page'] = $strongarm;
  17. $strongarm = new stdClass();
  18. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  19. $strongarm->api_version = 1;
  20. $strongarm->name = 'devel_redirect_page';
  21. $strongarm->value = 0;
  22. $export['devel_redirect_page'] = $strongarm;
  23. $strongarm = new stdClass();
  24. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  25. $strongarm->api_version = 1;
  26. $strongarm->name = 'field_bundle_settings_node__page';
  27. $strongarm->value = array(
  28. 'view_modes' => array(),
  29. 'extra_fields' => array(
  30. 'form' => array(
  31. 'title' => array(
  32. 'weight' => '0',
  33. ),
  34. 'path' => array(
  35. 'weight' => '3',
  36. ),
  37. 'redirect' => array(
  38. 'weight' => '4',
  39. ),
  40. 'workflow' => array(
  41. 'weight' => '5',
  42. ),
  43. ),
  44. 'display' => array(),
  45. ),
  46. );
  47. $export['field_bundle_settings_node__page'] = $strongarm;
  48. $strongarm = new stdClass();
  49. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  50. $strongarm->api_version = 1;
  51. $strongarm->name = 'menu_options_page';
  52. $strongarm->value = array();
  53. $export['menu_options_page'] = $strongarm;
  54. $strongarm = new stdClass();
  55. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  56. $strongarm->api_version = 1;
  57. $strongarm->name = 'menu_parent_page';
  58. $strongarm->value = 'main-menu:0';
  59. $export['menu_parent_page'] = $strongarm;
  60. $strongarm = new stdClass();
  61. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  62. $strongarm->api_version = 1;
  63. $strongarm->name = 'nodeformscols_field_placements_page_default';
  64. $strongarm->value = array(
  65. 'title' => array(
  66. 'region' => 'main',
  67. 'weight' => '0',
  68. 'has_required' => TRUE,
  69. 'title' => 'Title',
  70. ),
  71. 'additional_settings' => array(
  72. 'region' => 'main',
  73. 'weight' => '2',
  74. 'has_required' => FALSE,
  75. 'title' => 'Vertical tabs',
  76. 'hidden' => 0,
  77. ),
  78. 'actions' => array(
  79. 'region' => 'right',
  80. 'weight' => '1',
  81. 'has_required' => FALSE,
  82. 'title' => 'Enregistrer',
  83. 'hidden' => 0,
  84. ),
  85. 'body' => array(
  86. 'region' => 'main',
  87. 'weight' => '1',
  88. 'has_required' => FALSE,
  89. 'title' => 'Body',
  90. 'hidden' => 0,
  91. ),
  92. 'entity_translation_entity_form_language_update' => array(
  93. 'region' => 'main',
  94. 'weight' => '3',
  95. 'has_required' => FALSE,
  96. 'title' => NULL,
  97. 'hidden' => 0,
  98. ),
  99. 'workflow' => array(
  100. 'region' => 'right',
  101. 'weight' => '0',
  102. 'has_required' => FALSE,
  103. 'title' => 'Masqué',
  104. 'hidden' => 0,
  105. ),
  106. );
  107. $export['nodeformscols_field_placements_page_default'] = $strongarm;
  108. $strongarm = new stdClass();
  109. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  110. $strongarm->api_version = 1;
  111. $strongarm->name = 'node_options_page';
  112. $strongarm->value = array(
  113. 0 => 'status',
  114. );
  115. $export['node_options_page'] = $strongarm;
  116. $strongarm = new stdClass();
  117. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  118. $strongarm->api_version = 1;
  119. $strongarm->name = 'node_preview_page';
  120. $strongarm->value = '1';
  121. $export['node_preview_page'] = $strongarm;
  122. $strongarm = new stdClass();
  123. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  124. $strongarm->api_version = 1;
  125. $strongarm->name = 'node_submitted_page';
  126. $strongarm->value = 0;
  127. $export['node_submitted_page'] = $strongarm;
  128. $strongarm = new stdClass();
  129. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  130. $strongarm->api_version = 1;
  131. $strongarm->name = 'page_cache_maximum_age';
  132. $strongarm->value = '0';
  133. $export['page_cache_maximum_age'] = $strongarm;
  134. $strongarm = new stdClass();
  135. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  136. $strongarm->api_version = 1;
  137. $strongarm->name = 'pathauto_node_page_pattern';
  138. $strongarm->value = '';
  139. $export['pathauto_node_page_pattern'] = $strongarm;
  140. $strongarm = new stdClass();
  141. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  142. $strongarm->api_version = 1;
  143. $strongarm->name = 'workflow_page';
  144. $strongarm->value = array(
  145. 0 => 'node',
  146. );
  147. $export['workflow_page'] = $strongarm;
  148. return $export;
  149. }