materio_administration.strongarm.inc 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?php
  2. /**
  3. * @file
  4. * materio_administration.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_administration_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 = 'editmenu_cache_menu';
  15. $strongarm->value = 0;
  16. $export['editmenu_cache_menu'] = $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 = 'editmenu_css_error';
  21. $strongarm->value = 1333478060;
  22. $export['editmenu_css_error'] = $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 = 'editmenu_css_filename';
  27. $strongarm->value = '';
  28. $export['editmenu_css_filename'] = $strongarm;
  29. $strongarm = new stdClass();
  30. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  31. $strongarm->api_version = 1;
  32. $strongarm->name = 'editmenu_detect_popup';
  33. $strongarm->value = 1;
  34. $export['editmenu_detect_popup'] = $strongarm;
  35. $strongarm = new stdClass();
  36. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  37. $strongarm->api_version = 1;
  38. $strongarm->name = 'editmenu_dropdown_zindex';
  39. $strongarm->value = '9999';
  40. $export['editmenu_dropdown_zindex'] = $strongarm;
  41. $strongarm = new stdClass();
  42. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  43. $strongarm->api_version = 1;
  44. $strongarm->name = 'editmenu_effect';
  45. $strongarm->value = 'opacity';
  46. $export['editmenu_effect'] = $strongarm;
  47. $strongarm = new stdClass();
  48. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  49. $strongarm->api_version = 1;
  50. $strongarm->name = 'editmenu_effect_speed';
  51. $strongarm->value = 'fast';
  52. $export['editmenu_effect_speed'] = $strongarm;
  53. $strongarm = new stdClass();
  54. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  55. $strongarm->api_version = 1;
  56. $strongarm->name = 'editmenu_element';
  57. $strongarm->value = 'body';
  58. $export['editmenu_element'] = $strongarm;
  59. $strongarm = new stdClass();
  60. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  61. $strongarm->api_version = 1;
  62. $strongarm->name = 'editmenu_element_method';
  63. $strongarm->value = 'prepend';
  64. $export['editmenu_element_method'] = $strongarm;
  65. $strongarm = new stdClass();
  66. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  67. $strongarm->api_version = 1;
  68. $strongarm->name = 'editmenu_exclusions';
  69. $strongarm->value = array(
  70. 'adaptivetheme_gui_admin' => 0,
  71. 'adaptivetheme_gui_starter' => 0,
  72. 'bartik' => 0,
  73. 'garland' => 0,
  74. 'gui7' => 0,
  75. 'guibik' => 0,
  76. 'inigui' => 0,
  77. 'rubik' => 0,
  78. 'seven' => 0,
  79. 'stark' => 0,
  80. 'tao' => 0,
  81. );
  82. $export['editmenu_exclusions'] = $strongarm;
  83. $strongarm = new stdClass();
  84. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  85. $strongarm->api_version = 1;
  86. $strongarm->name = 'editmenu_fix';
  87. $strongarm->value = 'scroll';
  88. $export['editmenu_fix'] = $strongarm;
  89. $strongarm = new stdClass();
  90. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  91. $strongarm->api_version = 1;
  92. $strongarm->name = 'editmenu_hide_delay';
  93. $strongarm->value = '800';
  94. $export['editmenu_hide_delay'] = $strongarm;
  95. $strongarm = new stdClass();
  96. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  97. $strongarm->api_version = 1;
  98. $strongarm->name = 'editmenu_menu';
  99. $strongarm->value = 'navigation:0';
  100. $export['editmenu_menu'] = $strongarm;
  101. $strongarm = new stdClass();
  102. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  103. $strongarm->api_version = 1;
  104. $strongarm->name = 'editmenu_menubar_zindex';
  105. $strongarm->value = '9999';
  106. $export['editmenu_menubar_zindex'] = $strongarm;
  107. $strongarm = new stdClass();
  108. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  109. $strongarm->api_version = 1;
  110. $strongarm->name = 'editmenu_menu_scope';
  111. $strongarm->value = 'footer';
  112. $export['editmenu_menu_scope'] = $strongarm;
  113. $strongarm = new stdClass();
  114. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  115. $strongarm->api_version = 1;
  116. $strongarm->name = 'editmenu_running';
  117. $strongarm->value = FALSE;
  118. $export['editmenu_running'] = $strongarm;
  119. $strongarm = new stdClass();
  120. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  121. $strongarm->api_version = 1;
  122. $strongarm->name = 'editmenu_superfish_version';
  123. $strongarm->value = 'superfish-1.4.1.js';
  124. $export['editmenu_superfish_version'] = $strongarm;
  125. $strongarm = new stdClass();
  126. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  127. $strongarm->api_version = 1;
  128. $strongarm->name = 'editmenu_theme';
  129. $strongarm->value = 'gui.net';
  130. $export['editmenu_theme'] = $strongarm;
  131. $strongarm = new stdClass();
  132. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  133. $strongarm->api_version = 1;
  134. $strongarm->name = 'editmenu_uid1';
  135. $strongarm->value = 0;
  136. $export['editmenu_uid1'] = $strongarm;
  137. $strongarm = new stdClass();
  138. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  139. $strongarm->api_version = 1;
  140. $strongarm->name = 'editmenu_visibility_operator';
  141. $strongarm->value = '0';
  142. $export['editmenu_visibility_operator'] = $strongarm;
  143. $strongarm = new stdClass();
  144. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  145. $strongarm->api_version = 1;
  146. $strongarm->name = 'editmenu_visibility_pages';
  147. $strongarm->value = '';
  148. $export['editmenu_visibility_pages'] = $strongarm;
  149. return $export;
  150. }