admin.strongarm.inc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. <?php
  2. /**
  3. * @file
  4. * admin.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function admin_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 = 'adminimal_admin_menu_toolbar-disabled';
  15. $strongarm->value = TRUE;
  16. $export['adminimal_admin_menu_toolbar-disabled'] = $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 = 'admin_menu_devel_modules_skip';
  21. $strongarm->value = array(
  22. 'devel' => 0,
  23. 'devel_node_access' => 0,
  24. 'views_ui' => 0,
  25. );
  26. $export['admin_menu_devel_modules_skip'] = $strongarm;
  27. $strongarm = new stdClass();
  28. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  29. $strongarm->api_version = 1;
  30. $strongarm->name = 'admin_menu_display';
  31. $strongarm->value = 'plid';
  32. $export['admin_menu_display'] = $strongarm;
  33. $strongarm = new stdClass();
  34. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  35. $strongarm->api_version = 1;
  36. $strongarm->name = 'admin_menu_margin_top';
  37. $strongarm->value = 1;
  38. $export['admin_menu_margin_top'] = $strongarm;
  39. $strongarm = new stdClass();
  40. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  41. $strongarm->api_version = 1;
  42. $strongarm->name = 'admin_menu_position_fixed';
  43. $strongarm->value = 0;
  44. $export['admin_menu_position_fixed'] = $strongarm;
  45. $strongarm = new stdClass();
  46. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  47. $strongarm->api_version = 1;
  48. $strongarm->name = 'admin_menu_show_all';
  49. $strongarm->value = 0;
  50. $export['admin_menu_show_all'] = $strongarm;
  51. $strongarm = new stdClass();
  52. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  53. $strongarm->api_version = 1;
  54. $strongarm->name = 'admin_menu_source_settings';
  55. $strongarm->value = array(
  56. 1 => array(
  57. 'source' => '',
  58. ),
  59. 2 => array(
  60. 'source' => '',
  61. ),
  62. 3 => array(
  63. 'source' => 'navigation',
  64. ),
  65. 4 => array(
  66. 'source' => '',
  67. ),
  68. );
  69. $export['admin_menu_source_settings'] = $strongarm;
  70. $strongarm = new stdClass();
  71. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  72. $strongarm->api_version = 1;
  73. $strongarm->name = 'admin_menu_tweak_modules';
  74. $strongarm->value = 0;
  75. $export['admin_menu_tweak_modules'] = $strongarm;
  76. $strongarm = new stdClass();
  77. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  78. $strongarm->api_version = 1;
  79. $strongarm->name = 'admin_menu_tweak_permissions';
  80. $strongarm->value = 0;
  81. $export['admin_menu_tweak_permissions'] = $strongarm;
  82. $strongarm = new stdClass();
  83. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  84. $strongarm->api_version = 1;
  85. $strongarm->name = 'admin_menu_tweak_tabs';
  86. $strongarm->value = 0;
  87. $export['admin_menu_tweak_tabs'] = $strongarm;
  88. $strongarm = new stdClass();
  89. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  90. $strongarm->api_version = 1;
  91. $strongarm->name = 'admin_theme';
  92. $strongarm->value = 'adminimal';
  93. $export['admin_theme'] = $strongarm;
  94. $strongarm = new stdClass();
  95. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  96. $strongarm->api_version = 1;
  97. $strongarm->name = 'admin_theme_admin_theme_batch';
  98. $strongarm->value = 1;
  99. $export['admin_theme_admin_theme_batch'] = $strongarm;
  100. $strongarm = new stdClass();
  101. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  102. $strongarm->api_version = 1;
  103. $strongarm->name = 'admin_theme_admin_theme_devel';
  104. $strongarm->value = 1;
  105. $export['admin_theme_admin_theme_devel'] = $strongarm;
  106. $strongarm = new stdClass();
  107. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  108. $strongarm->api_version = 1;
  109. $strongarm->name = 'admin_theme_path';
  110. $strongarm->value = 'user
  111. user/*';
  112. $export['admin_theme_path'] = $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 = 'admin_theme_path_disallow';
  117. $strongarm->value = '';
  118. $export['admin_theme_path_disallow'] = $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 = 'admin_toolbar';
  123. $strongarm->value = array(
  124. 'layout' => 'vertical',
  125. 'position' => 'nw',
  126. 'behavior' => 'df',
  127. 'blocks' => array(
  128. 'admin-devel' => -1,
  129. 'locale-language' => -1,
  130. 'user-online' => -1,
  131. ),
  132. );
  133. $export['admin_toolbar'] = $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 = 'googleanalytics_account';
  138. $strongarm->value = 'UA-61942434-1';
  139. $export['googleanalytics_account'] = $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 = 'googleanalytics_cache';
  144. $strongarm->value = 0;
  145. $export['googleanalytics_cache'] = $strongarm;
  146. $strongarm = new stdClass();
  147. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  148. $strongarm->api_version = 1;
  149. $strongarm->name = 'googleanalytics_codesnippet_after';
  150. $strongarm->value = '';
  151. $export['googleanalytics_codesnippet_after'] = $strongarm;
  152. $strongarm = new stdClass();
  153. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  154. $strongarm->api_version = 1;
  155. $strongarm->name = 'googleanalytics_codesnippet_before';
  156. $strongarm->value = '';
  157. $export['googleanalytics_codesnippet_before'] = $strongarm;
  158. $strongarm = new stdClass();
  159. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  160. $strongarm->api_version = 1;
  161. $strongarm->name = 'googleanalytics_codesnippet_create';
  162. $strongarm->value = array();
  163. $export['googleanalytics_codesnippet_create'] = $strongarm;
  164. $strongarm = new stdClass();
  165. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  166. $strongarm->api_version = 1;
  167. $strongarm->name = 'googleanalytics_cross_domains';
  168. $strongarm->value = '';
  169. $export['googleanalytics_cross_domains'] = $strongarm;
  170. $strongarm = new stdClass();
  171. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  172. $strongarm->api_version = 1;
  173. $strongarm->name = 'googleanalytics_custom';
  174. $strongarm->value = '0';
  175. $export['googleanalytics_custom'] = $strongarm;
  176. $strongarm = new stdClass();
  177. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  178. $strongarm->api_version = 1;
  179. $strongarm->name = 'googleanalytics_custom_dimension';
  180. $strongarm->value = array();
  181. $export['googleanalytics_custom_dimension'] = $strongarm;
  182. $strongarm = new stdClass();
  183. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  184. $strongarm->api_version = 1;
  185. $strongarm->name = 'googleanalytics_custom_metric';
  186. $strongarm->value = array();
  187. $export['googleanalytics_custom_metric'] = $strongarm;
  188. $strongarm = new stdClass();
  189. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  190. $strongarm->api_version = 1;
  191. $strongarm->name = 'googleanalytics_debug';
  192. $strongarm->value = 0;
  193. $export['googleanalytics_debug'] = $strongarm;
  194. $strongarm = new stdClass();
  195. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  196. $strongarm->api_version = 1;
  197. $strongarm->name = 'googleanalytics_domain_mode';
  198. $strongarm->value = '1';
  199. $export['googleanalytics_domain_mode'] = $strongarm;
  200. $strongarm = new stdClass();
  201. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  202. $strongarm->api_version = 1;
  203. $strongarm->name = 'googleanalytics_pages';
  204. $strongarm->value = 'admin
  205. admin/*
  206. batch
  207. node/add*
  208. node/*/*
  209. user/*/*';
  210. $export['googleanalytics_pages'] = $strongarm;
  211. $strongarm = new stdClass();
  212. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  213. $strongarm->api_version = 1;
  214. $strongarm->name = 'googleanalytics_privacy_donottrack';
  215. $strongarm->value = 1;
  216. $export['googleanalytics_privacy_donottrack'] = $strongarm;
  217. $strongarm = new stdClass();
  218. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  219. $strongarm->api_version = 1;
  220. $strongarm->name = 'googleanalytics_roles';
  221. $strongarm->value = array(
  222. 1 => 0,
  223. 2 => 0,
  224. 3 => 0,
  225. 4 => 0,
  226. );
  227. $export['googleanalytics_roles'] = $strongarm;
  228. $strongarm = new stdClass();
  229. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  230. $strongarm->api_version = 1;
  231. $strongarm->name = 'googleanalytics_site_search';
  232. $strongarm->value = FALSE;
  233. $export['googleanalytics_site_search'] = $strongarm;
  234. $strongarm = new stdClass();
  235. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  236. $strongarm->api_version = 1;
  237. $strongarm->name = 'googleanalytics_trackadsense';
  238. $strongarm->value = 0;
  239. $export['googleanalytics_trackadsense'] = $strongarm;
  240. $strongarm = new stdClass();
  241. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  242. $strongarm->api_version = 1;
  243. $strongarm->name = 'googleanalytics_trackdoubleclick';
  244. $strongarm->value = 0;
  245. $export['googleanalytics_trackdoubleclick'] = $strongarm;
  246. $strongarm = new stdClass();
  247. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  248. $strongarm->api_version = 1;
  249. $strongarm->name = 'googleanalytics_tracker_anonymizeip';
  250. $strongarm->value = 1;
  251. $export['googleanalytics_tracker_anonymizeip'] = $strongarm;
  252. $strongarm = new stdClass();
  253. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  254. $strongarm->api_version = 1;
  255. $strongarm->name = 'googleanalytics_trackfiles';
  256. $strongarm->value = 1;
  257. $export['googleanalytics_trackfiles'] = $strongarm;
  258. $strongarm = new stdClass();
  259. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  260. $strongarm->api_version = 1;
  261. $strongarm->name = 'googleanalytics_trackfiles_extensions';
  262. $strongarm->value = '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip';
  263. $export['googleanalytics_trackfiles_extensions'] = $strongarm;
  264. $strongarm = new stdClass();
  265. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  266. $strongarm->api_version = 1;
  267. $strongarm->name = 'googleanalytics_tracklinkid';
  268. $strongarm->value = 0;
  269. $export['googleanalytics_tracklinkid'] = $strongarm;
  270. $strongarm = new stdClass();
  271. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  272. $strongarm->api_version = 1;
  273. $strongarm->name = 'googleanalytics_trackmailto';
  274. $strongarm->value = 1;
  275. $export['googleanalytics_trackmailto'] = $strongarm;
  276. $strongarm = new stdClass();
  277. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  278. $strongarm->api_version = 1;
  279. $strongarm->name = 'googleanalytics_trackmessages';
  280. $strongarm->value = array(
  281. 'status' => 0,
  282. 'warning' => 0,
  283. 'error' => 0,
  284. );
  285. $export['googleanalytics_trackmessages'] = $strongarm;
  286. $strongarm = new stdClass();
  287. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  288. $strongarm->api_version = 1;
  289. $strongarm->name = 'googleanalytics_trackoutbound';
  290. $strongarm->value = 1;
  291. $export['googleanalytics_trackoutbound'] = $strongarm;
  292. $strongarm = new stdClass();
  293. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  294. $strongarm->api_version = 1;
  295. $strongarm->name = 'googleanalytics_trackurlfragments';
  296. $strongarm->value = 0;
  297. $export['googleanalytics_trackurlfragments'] = $strongarm;
  298. $strongarm = new stdClass();
  299. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  300. $strongarm->api_version = 1;
  301. $strongarm->name = 'googleanalytics_trackuserid';
  302. $strongarm->value = 0;
  303. $export['googleanalytics_trackuserid'] = $strongarm;
  304. $strongarm = new stdClass();
  305. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  306. $strongarm->api_version = 1;
  307. $strongarm->name = 'googleanalytics_translation_set';
  308. $strongarm->value = 0;
  309. $export['googleanalytics_translation_set'] = $strongarm;
  310. $strongarm = new stdClass();
  311. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  312. $strongarm->api_version = 1;
  313. $strongarm->name = 'googleanalytics_visibility_pages';
  314. $strongarm->value = '0';
  315. $export['googleanalytics_visibility_pages'] = $strongarm;
  316. $strongarm = new stdClass();
  317. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  318. $strongarm->api_version = 1;
  319. $strongarm->name = 'googleanalytics_visibility_roles';
  320. $strongarm->value = '0';
  321. $export['googleanalytics_visibility_roles'] = $strongarm;
  322. $strongarm = new stdClass();
  323. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  324. $strongarm->api_version = 1;
  325. $strongarm->name = 'node_admin_theme';
  326. $strongarm->value = 1;
  327. $export['node_admin_theme'] = $strongarm;
  328. $strongarm = new stdClass();
  329. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  330. $strongarm->api_version = 1;
  331. $strongarm->name = 'theme_adaptivetheme_admin_settings';
  332. $strongarm->value = array(
  333. 'toggle_name' => 1,
  334. 'toggle_favicon' => 1,
  335. 'toggle_main_menu' => 1,
  336. 'toggle_secondary_menu' => 1,
  337. 'default_favicon' => 1,
  338. 'favicon_path' => '',
  339. 'favicon_upload' => '',
  340. 'layout_width' => '1260px',
  341. 'layout_sidebar_first_width' => '240',
  342. 'layout_sidebar_last_width' => '240',
  343. 'layout_method' => '2',
  344. 'layout_enable_settings' => 'on',
  345. 'breadcrumb_display' => 'yes',
  346. 'breadcrumb_separator' => ' &#187; ',
  347. 'breadcrumb_home' => 1,
  348. 'search_snippet' => 1,
  349. 'search_info_type' => 1,
  350. 'search_info_user' => 1,
  351. 'search_info_date' => 1,
  352. 'search_info_comment' => 1,
  353. 'search_info_upload' => 1,
  354. 'search_info_separator' => ' - ',
  355. 'horizontal_login_block' => 1,
  356. 'extra_page_classes' => 0,
  357. 'extra_article_classes' => 0,
  358. 'extra_comment_classes' => 0,
  359. 'extra_block_classes' => 0,
  360. 'extra_menu_classes' => 0,
  361. 'extra_item_list_classes' => 0,
  362. 'menu_item_span_elements' => 0,
  363. 'at__active_tab' => 'edit-page-layout',
  364. );
  365. $export['theme_adaptivetheme_admin_settings'] = $strongarm;
  366. $strongarm = new stdClass();
  367. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  368. $strongarm->api_version = 1;
  369. $strongarm->name = 'theme_adaptivetheme_gui_admin_settings';
  370. $strongarm->value = array(
  371. 'toggle_name' => 1,
  372. 'toggle_favicon' => 1,
  373. 'toggle_main_menu' => 1,
  374. 'toggle_secondary_menu' => 1,
  375. 'default_favicon' => 1,
  376. 'favicon_path' => '',
  377. 'favicon_upload' => '',
  378. 'layout_width' => '1260px',
  379. 'layout_sidebar_first_width' => '240',
  380. 'layout_sidebar_last_width' => '240',
  381. 'layout_method' => '1',
  382. 'layout_enable_settings' => 'on',
  383. 'breadcrumb_display' => 'yes',
  384. 'breadcrumb_separator' => ' &#187; ',
  385. 'breadcrumb_home' => 1,
  386. 'search_snippet' => 1,
  387. 'search_info_type' => 1,
  388. 'search_info_user' => 1,
  389. 'search_info_date' => 1,
  390. 'search_info_comment' => 1,
  391. 'search_info_upload' => 1,
  392. 'search_info_separator' => ' - ',
  393. 'horizontal_login_block' => 0,
  394. 'extra_page_classes' => 0,
  395. 'extra_article_classes' => 0,
  396. 'extra_comment_classes' => 0,
  397. 'extra_block_classes' => 0,
  398. 'extra_menu_classes' => 0,
  399. 'extra_item_list_classes' => 0,
  400. 'menu_item_span_elements' => 0,
  401. 'at__active_tab' => 'edit-page-layout',
  402. );
  403. $export['theme_adaptivetheme_gui_admin_settings'] = $strongarm;
  404. $strongarm = new stdClass();
  405. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  406. $strongarm->api_version = 1;
  407. $strongarm->name = 'user_admin_role';
  408. $strongarm->value = '4';
  409. $export['user_admin_role'] = $strongarm;
  410. $strongarm = new stdClass();
  411. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  412. $strongarm->api_version = 1;
  413. $strongarm->name = 'user_mail_register_admin_created_body';
  414. $strongarm->value = '[user:name],
  415. A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it to your browser:
  416. [user:one-time-login-url]
  417. This link can only be used once to log in and will lead you to a page where you can set your password.
  418. After setting your password, you will be able to log in at [site:login-url] in the future using:
  419. username: [user:name]
  420. password: Your password
  421. -- [site:name] team';
  422. $export['user_mail_register_admin_created_body'] = $strongarm;
  423. $strongarm = new stdClass();
  424. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  425. $strongarm->api_version = 1;
  426. $strongarm->name = 'user_mail_register_admin_created_subject';
  427. $strongarm->value = 'An administrator created an account for you at [site:name]';
  428. $export['user_mail_register_admin_created_subject'] = $strongarm;
  429. $strongarm = new stdClass();
  430. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  431. $strongarm->api_version = 1;
  432. $strongarm->name = 'workflow_access_priority';
  433. $strongarm->value = '0';
  434. $export['workflow_access_priority'] = $strongarm;
  435. $strongarm = new stdClass();
  436. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  437. $strongarm->api_version = 1;
  438. $strongarm->name = 'workflow_chapitre';
  439. $strongarm->value = array(
  440. 0 => 'node',
  441. );
  442. $export['workflow_chapitre'] = $strongarm;
  443. $strongarm = new stdClass();
  444. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  445. $strongarm->api_version = 1;
  446. $strongarm->name = 'workflow_page';
  447. $strongarm->value = array(
  448. 0 => 'node',
  449. );
  450. $export['workflow_page'] = $strongarm;
  451. return $export;
  452. }