materio_personal_notes.strongarm.inc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <?php
  2. /**
  3. * @file
  4. * materio_personal_notes.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_personal_notes_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_note';
  15. $strongarm->value = 'edit-unique-field';
  16. $export['additional_settings__active_tab_note'] = $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 = 'ant_note';
  21. $strongarm->value = '1';
  22. $export['ant_note'] = $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 = 'ant_pattern_note';
  27. $strongarm->value = '[current-user:uid]-[random:number]';
  28. $export['ant_pattern_note'] = $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 = 'ant_php_note';
  33. $strongarm->value = 0;
  34. $export['ant_php_note'] = $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 = 'date_popup_authored_enabled_note';
  39. $strongarm->value = 1;
  40. $export['date_popup_authored_enabled_note'] = $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 = 'date_popup_authored_format_note';
  45. $strongarm->value = 'm/d/Y - H:i';
  46. $export['date_popup_authored_format_note'] = $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 = 'date_popup_authored_year_range_note';
  51. $strongarm->value = '3';
  52. $export['date_popup_authored_year_range_note'] = $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 = 'diff_enable_revisions_page_node_note';
  57. $strongarm->value = 0;
  58. $export['diff_enable_revisions_page_node_note'] = $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 = 'diff_show_preview_changes_node_note';
  63. $strongarm->value = 0;
  64. $export['diff_show_preview_changes_node_note'] = $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 = 'diff_view_mode_preview_node_note';
  69. $strongarm->value = 'full';
  70. $export['diff_view_mode_preview_node_note'] = $strongarm;
  71. $strongarm = new stdClass();
  72. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  73. $strongarm->api_version = 1;
  74. $strongarm->name = 'entity_translation_hide_translation_links_note';
  75. $strongarm->value = 0;
  76. $export['entity_translation_hide_translation_links_note'] = $strongarm;
  77. $strongarm = new stdClass();
  78. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  79. $strongarm->api_version = 1;
  80. $strongarm->name = 'entity_translation_node_metadata_note';
  81. $strongarm->value = '0';
  82. $export['entity_translation_node_metadata_note'] = $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 = 'field_bundle_settings_node__note';
  87. $strongarm->value = array(
  88. 'view_modes' => array(
  89. 'teaser' => array(
  90. 'custom_settings' => TRUE,
  91. ),
  92. 'homeblock' => array(
  93. 'custom_settings' => TRUE,
  94. ),
  95. 'bookmark' => array(
  96. 'custom_settings' => TRUE,
  97. ),
  98. 'cardsmall' => array(
  99. 'custom_settings' => TRUE,
  100. ),
  101. 'cardmedium' => array(
  102. 'custom_settings' => TRUE,
  103. ),
  104. 'cardbig' => array(
  105. 'custom_settings' => TRUE,
  106. ),
  107. 'cardfull' => array(
  108. 'custom_settings' => TRUE,
  109. ),
  110. 'full' => array(
  111. 'custom_settings' => FALSE,
  112. ),
  113. 'rss' => array(
  114. 'custom_settings' => FALSE,
  115. ),
  116. 'diff_standard' => array(
  117. 'custom_settings' => FALSE,
  118. ),
  119. 'print' => array(
  120. 'custom_settings' => FALSE,
  121. ),
  122. 'email_plain' => array(
  123. 'custom_settings' => FALSE,
  124. ),
  125. 'email_html' => array(
  126. 'custom_settings' => FALSE,
  127. ),
  128. 'email_textalt' => array(
  129. 'custom_settings' => FALSE,
  130. ),
  131. 'token' => array(
  132. 'custom_settings' => FALSE,
  133. ),
  134. ),
  135. 'extra_fields' => array(
  136. 'form' => array(
  137. 'metatags' => array(
  138. 'weight' => '5',
  139. ),
  140. 'title' => array(
  141. 'weight' => '0',
  142. ),
  143. 'path' => array(
  144. 'weight' => '3',
  145. ),
  146. 'redirect' => array(
  147. 'weight' => '4',
  148. ),
  149. ),
  150. 'display' => array(),
  151. ),
  152. );
  153. $export['field_bundle_settings_node__note'] = $strongarm;
  154. $strongarm = new stdClass();
  155. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  156. $strongarm->api_version = 1;
  157. $strongarm->name = 'language_content_type_note';
  158. $strongarm->value = '0';
  159. $export['language_content_type_note'] = $strongarm;
  160. $strongarm = new stdClass();
  161. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  162. $strongarm->api_version = 1;
  163. $strongarm->name = 'menu_options_note';
  164. $strongarm->value = array();
  165. $export['menu_options_note'] = $strongarm;
  166. $strongarm = new stdClass();
  167. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  168. $strongarm->api_version = 1;
  169. $strongarm->name = 'menu_parent_note';
  170. $strongarm->value = 'main-menu:0';
  171. $export['menu_parent_note'] = $strongarm;
  172. $strongarm = new stdClass();
  173. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  174. $strongarm->api_version = 1;
  175. $strongarm->name = 'metatag_enable_node__note';
  176. $strongarm->value = TRUE;
  177. $export['metatag_enable_node__note'] = $strongarm;
  178. $strongarm = new stdClass();
  179. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  180. $strongarm->api_version = 1;
  181. $strongarm->name = 'nodeformscols_field_placements_note_default';
  182. $strongarm->value = array(
  183. 'additional_settings' => array(
  184. 'region' => 'footer',
  185. 'weight' => '1',
  186. 'has_required' => FALSE,
  187. 'title' => 'Vertical tabs',
  188. 'hidden' => 1,
  189. ),
  190. 'actions' => array(
  191. 'region' => 'main',
  192. 'weight' => '2',
  193. 'has_required' => FALSE,
  194. 'title' => 'Save',
  195. 'hidden' => 0,
  196. ),
  197. 'entity_translation_entity_form_language_update' => array(
  198. 'region' => 'footer',
  199. 'weight' => '0',
  200. 'has_required' => FALSE,
  201. 'title' => NULL,
  202. 'hidden' => 1,
  203. ),
  204. 'field_personal_note' => array(
  205. 'region' => 'main',
  206. 'weight' => '1',
  207. 'has_required' => FALSE,
  208. 'title' => 'Note',
  209. 'hidden' => 0,
  210. ),
  211. 'field_target_content_nid' => array(
  212. 'region' => 'main',
  213. 'weight' => '0',
  214. 'has_required' => TRUE,
  215. 'title' => 'Target content nid',
  216. ),
  217. );
  218. $export['nodeformscols_field_placements_note_default'] = $strongarm;
  219. $strongarm = new stdClass();
  220. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  221. $strongarm->api_version = 1;
  222. $strongarm->name = 'node_options_note';
  223. $strongarm->value = array(
  224. 0 => 'status',
  225. );
  226. $export['node_options_note'] = $strongarm;
  227. $strongarm = new stdClass();
  228. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  229. $strongarm->api_version = 1;
  230. $strongarm->name = 'node_preview_note';
  231. $strongarm->value = '0';
  232. $export['node_preview_note'] = $strongarm;
  233. $strongarm = new stdClass();
  234. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  235. $strongarm->api_version = 1;
  236. $strongarm->name = 'node_submitted_note';
  237. $strongarm->value = 0;
  238. $export['node_submitted_note'] = $strongarm;
  239. $strongarm = new stdClass();
  240. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  241. $strongarm->api_version = 1;
  242. $strongarm->name = 'print_html_display_comment_note';
  243. $strongarm->value = 0;
  244. $export['print_html_display_comment_note'] = $strongarm;
  245. $strongarm = new stdClass();
  246. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  247. $strongarm->api_version = 1;
  248. $strongarm->name = 'print_html_display_note';
  249. $strongarm->value = 0;
  250. $export['print_html_display_note'] = $strongarm;
  251. $strongarm = new stdClass();
  252. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  253. $strongarm->api_version = 1;
  254. $strongarm->name = 'print_html_display_urllist_note';
  255. $strongarm->value = 0;
  256. $export['print_html_display_urllist_note'] = $strongarm;
  257. $strongarm = new stdClass();
  258. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  259. $strongarm->api_version = 1;
  260. $strongarm->name = 'save_continue_note';
  261. $strongarm->value = 'Enregistrer et ajouter les champs';
  262. $export['save_continue_note'] = $strongarm;
  263. $strongarm = new stdClass();
  264. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  265. $strongarm->api_version = 1;
  266. $strongarm->name = 'simplenews_content_type_note';
  267. $strongarm->value = 0;
  268. $export['simplenews_content_type_note'] = $strongarm;
  269. $strongarm = new stdClass();
  270. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  271. $strongarm->api_version = 1;
  272. $strongarm->name = 'unique_field_comp_note';
  273. $strongarm->value = 'each';
  274. $export['unique_field_comp_note'] = $strongarm;
  275. $strongarm = new stdClass();
  276. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  277. $strongarm->api_version = 1;
  278. $strongarm->name = 'unique_field_fields_note';
  279. $strongarm->value = array();
  280. $export['unique_field_fields_note'] = $strongarm;
  281. $strongarm = new stdClass();
  282. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  283. $strongarm->api_version = 1;
  284. $strongarm->name = 'unique_field_scope_note';
  285. $strongarm->value = 'type';
  286. $export['unique_field_scope_note'] = $strongarm;
  287. $strongarm = new stdClass();
  288. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  289. $strongarm->api_version = 1;
  290. $strongarm->name = 'unique_field_show_matches_note';
  291. $strongarm->value = array();
  292. $export['unique_field_show_matches_note'] = $strongarm;
  293. return $export;
  294. }