materio_content_types.strongarm.inc 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367
  1. <?php
  2. /**
  3. * @file
  4. * materio_content_types.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_content_types_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 = 'field_bundle_settings_node__breve';
  15. $strongarm->value = array(
  16. 'view_modes' => array(
  17. 'teaser' => array(
  18. 'custom_settings' => TRUE,
  19. ),
  20. 'full' => array(
  21. 'custom_settings' => FALSE,
  22. ),
  23. 'rss' => array(
  24. 'custom_settings' => FALSE,
  25. ),
  26. 'token' => array(
  27. 'custom_settings' => FALSE,
  28. ),
  29. 'cardsmall' => array(
  30. 'custom_settings' => TRUE,
  31. ),
  32. 'cardmedium' => array(
  33. 'custom_settings' => TRUE,
  34. ),
  35. 'cardbig' => array(
  36. 'custom_settings' => TRUE,
  37. ),
  38. ),
  39. 'extra_fields' => array(
  40. 'form' => array(
  41. 'title' => array(
  42. 'weight' => '9',
  43. ),
  44. 'path' => array(
  45. 'weight' => '5',
  46. ),
  47. 'workflow' => array(
  48. 'weight' => '3',
  49. ),
  50. 'language' => array(
  51. 'weight' => '2',
  52. ),
  53. ),
  54. 'display' => array(
  55. 'language' => array(
  56. 'default' => array(
  57. 'weight' => '6',
  58. 'visible' => FALSE,
  59. ),
  60. 'cardmedium' => array(
  61. 'weight' => '4',
  62. 'visible' => FALSE,
  63. ),
  64. 'cardsmall' => array(
  65. 'weight' => '0',
  66. 'visible' => FALSE,
  67. ),
  68. 'cardbig' => array(
  69. 'weight' => '0',
  70. 'visible' => FALSE,
  71. ),
  72. 'cardfull' => array(
  73. 'weight' => '0',
  74. 'visible' => FALSE,
  75. ),
  76. ),
  77. ),
  78. ),
  79. );
  80. $export['field_bundle_settings_node__breve'] = $strongarm;
  81. $strongarm = new stdClass();
  82. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  83. $strongarm->api_version = 1;
  84. $strongarm->name = 'field_bundle_settings_node__company';
  85. $strongarm->value = array(
  86. 'view_modes' => array(
  87. 'teaser' => array(
  88. 'custom_settings' => TRUE,
  89. ),
  90. 'full' => array(
  91. 'custom_settings' => FALSE,
  92. ),
  93. 'rss' => array(
  94. 'custom_settings' => FALSE,
  95. ),
  96. 'search_index' => array(
  97. 'custom_settings' => FALSE,
  98. ),
  99. 'search_result' => array(
  100. 'custom_settings' => FALSE,
  101. ),
  102. 'token' => array(
  103. 'custom_settings' => FALSE,
  104. ),
  105. ),
  106. 'extra_fields' => array(
  107. 'form' => array(
  108. 'language' => array(
  109. 'weight' => '11',
  110. ),
  111. 'title' => array(
  112. 'weight' => '0',
  113. ),
  114. 'path' => array(
  115. 'weight' => '14',
  116. ),
  117. 'workflow' => array(
  118. 'weight' => '12',
  119. ),
  120. ),
  121. 'display' => array(
  122. 'language' => array(
  123. 'default' => array(
  124. 'weight' => '0',
  125. 'visible' => TRUE,
  126. ),
  127. 'cardmedium' => array(
  128. 'weight' => '0',
  129. 'visible' => FALSE,
  130. ),
  131. 'cardbig' => array(
  132. 'weight' => '0',
  133. 'visible' => FALSE,
  134. ),
  135. ),
  136. ),
  137. ),
  138. );
  139. $export['field_bundle_settings_node__company'] = $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 = 'field_bundle_settings_node__materiau';
  144. $strongarm->value = array(
  145. 'view_modes' => array(
  146. 'teaser' => array(
  147. 'custom_settings' => TRUE,
  148. ),
  149. 'full' => array(
  150. 'custom_settings' => FALSE,
  151. ),
  152. 'rss' => array(
  153. 'custom_settings' => FALSE,
  154. ),
  155. 'token' => array(
  156. 'custom_settings' => FALSE,
  157. ),
  158. 'search_index' => array(
  159. 'custom_settings' => FALSE,
  160. ),
  161. 'search_result' => array(
  162. 'custom_settings' => FALSE,
  163. ),
  164. 'bookmark' => array(
  165. 'custom_settings' => TRUE,
  166. ),
  167. 'cardsmall' => array(
  168. 'custom_settings' => TRUE,
  169. ),
  170. 'cardmedium' => array(
  171. 'custom_settings' => TRUE,
  172. ),
  173. 'cardbig' => array(
  174. 'custom_settings' => TRUE,
  175. ),
  176. 'cardfull' => array(
  177. 'custom_settings' => TRUE,
  178. ),
  179. 'print' => array(
  180. 'custom_settings' => TRUE,
  181. ),
  182. 'diff_standard' => array(
  183. 'custom_settings' => FALSE,
  184. ),
  185. 'email_plain' => array(
  186. 'custom_settings' => FALSE,
  187. ),
  188. 'email_html' => array(
  189. 'custom_settings' => FALSE,
  190. ),
  191. 'email_textalt' => array(
  192. 'custom_settings' => FALSE,
  193. ),
  194. ),
  195. 'extra_fields' => array(
  196. 'form' => array(
  197. 'language' => array(
  198. 'weight' => '6',
  199. ),
  200. 'title' => array(
  201. 'weight' => '0',
  202. ),
  203. 'path' => array(
  204. 'weight' => '8',
  205. ),
  206. 'workflow' => array(
  207. 'weight' => '5',
  208. ),
  209. 'metatags' => array(
  210. 'weight' => '40',
  211. ),
  212. 'redirect' => array(
  213. 'weight' => '30',
  214. ),
  215. ),
  216. 'display' => array(
  217. 'language' => array(
  218. 'default' => array(
  219. 'weight' => '10',
  220. 'visible' => FALSE,
  221. ),
  222. 'cardmedium' => array(
  223. 'weight' => '8',
  224. 'visible' => FALSE,
  225. ),
  226. 'cardsmall' => array(
  227. 'weight' => '8',
  228. 'visible' => FALSE,
  229. ),
  230. 'cardfull' => array(
  231. 'weight' => '11',
  232. 'visible' => FALSE,
  233. ),
  234. 'cardbig' => array(
  235. 'weight' => '15',
  236. 'visible' => FALSE,
  237. ),
  238. 'bookmark' => array(
  239. 'weight' => '0',
  240. 'visible' => FALSE,
  241. ),
  242. ),
  243. 'workflow_current_state' => array(
  244. 'cardmedium' => array(
  245. 'weight' => '-99',
  246. 'visible' => TRUE,
  247. ),
  248. 'cardbig' => array(
  249. 'weight' => '-99',
  250. 'visible' => TRUE,
  251. ),
  252. 'cardfull' => array(
  253. 'weight' => '-99',
  254. 'visible' => TRUE,
  255. ),
  256. 'default' => array(
  257. 'weight' => '-99',
  258. 'visible' => FALSE,
  259. ),
  260. 'teaser' => array(
  261. 'weight' => '-99',
  262. 'visible' => FALSE,
  263. ),
  264. ),
  265. 'workflow' => array(
  266. 'cardmedium' => array(
  267. 'weight' => '99',
  268. 'visible' => TRUE,
  269. ),
  270. 'cardbig' => array(
  271. 'weight' => '99',
  272. 'visible' => FALSE,
  273. ),
  274. 'cardfull' => array(
  275. 'weight' => '99',
  276. 'visible' => FALSE,
  277. ),
  278. 'default' => array(
  279. 'weight' => '99',
  280. 'visible' => FALSE,
  281. ),
  282. 'teaser' => array(
  283. 'weight' => '99',
  284. 'visible' => FALSE,
  285. ),
  286. ),
  287. ),
  288. ),
  289. );
  290. $export['field_bundle_settings_node__materiau'] = $strongarm;
  291. $strongarm = new stdClass();
  292. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  293. $strongarm->api_version = 1;
  294. $strongarm->name = 'i18n_node_extended_breve';
  295. $strongarm->value = '1';
  296. $export['i18n_node_extended_breve'] = $strongarm;
  297. $strongarm = new stdClass();
  298. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  299. $strongarm->api_version = 1;
  300. $strongarm->name = 'i18n_node_extended_company';
  301. $strongarm->value = '1';
  302. $export['i18n_node_extended_company'] = $strongarm;
  303. $strongarm = new stdClass();
  304. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  305. $strongarm->api_version = 1;
  306. $strongarm->name = 'i18n_node_extended_materiau';
  307. $strongarm->value = '1';
  308. $export['i18n_node_extended_materiau'] = $strongarm;
  309. $strongarm = new stdClass();
  310. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  311. $strongarm->api_version = 1;
  312. $strongarm->name = 'i18n_node_extended_page';
  313. $strongarm->value = 1;
  314. $export['i18n_node_extended_page'] = $strongarm;
  315. $strongarm = new stdClass();
  316. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  317. $strongarm->api_version = 1;
  318. $strongarm->name = 'i18n_node_extended_webform';
  319. $strongarm->value = '1';
  320. $export['i18n_node_extended_webform'] = $strongarm;
  321. $strongarm = new stdClass();
  322. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  323. $strongarm->api_version = 1;
  324. $strongarm->name = 'i18n_node_options_breve';
  325. $strongarm->value = array();
  326. $export['i18n_node_options_breve'] = $strongarm;
  327. $strongarm = new stdClass();
  328. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  329. $strongarm->api_version = 1;
  330. $strongarm->name = 'i18n_node_options_company';
  331. $strongarm->value = array();
  332. $export['i18n_node_options_company'] = $strongarm;
  333. $strongarm = new stdClass();
  334. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  335. $strongarm->api_version = 1;
  336. $strongarm->name = 'i18n_node_options_materiau';
  337. $strongarm->value = array();
  338. $export['i18n_node_options_materiau'] = $strongarm;
  339. $strongarm = new stdClass();
  340. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  341. $strongarm->api_version = 1;
  342. $strongarm->name = 'i18n_node_options_page';
  343. $strongarm->value = array();
  344. $export['i18n_node_options_page'] = $strongarm;
  345. $strongarm = new stdClass();
  346. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  347. $strongarm->api_version = 1;
  348. $strongarm->name = 'i18n_node_options_webform';
  349. $strongarm->value = array();
  350. $export['i18n_node_options_webform'] = $strongarm;
  351. $strongarm = new stdClass();
  352. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  353. $strongarm->api_version = 1;
  354. $strongarm->name = 'language_content_type_breve';
  355. $strongarm->value = '4';
  356. $export['language_content_type_breve'] = $strongarm;
  357. $strongarm = new stdClass();
  358. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  359. $strongarm->api_version = 1;
  360. $strongarm->name = 'language_content_type_company';
  361. $strongarm->value = '4';
  362. $export['language_content_type_company'] = $strongarm;
  363. $strongarm = new stdClass();
  364. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  365. $strongarm->api_version = 1;
  366. $strongarm->name = 'language_content_type_materiau';
  367. $strongarm->value = '4';
  368. $export['language_content_type_materiau'] = $strongarm;
  369. $strongarm = new stdClass();
  370. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  371. $strongarm->api_version = 1;
  372. $strongarm->name = 'language_content_type_page';
  373. $strongarm->value = '4';
  374. $export['language_content_type_page'] = $strongarm;
  375. $strongarm = new stdClass();
  376. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  377. $strongarm->api_version = 1;
  378. $strongarm->name = 'language_content_type_webform';
  379. $strongarm->value = '4';
  380. $export['language_content_type_webform'] = $strongarm;
  381. $strongarm = new stdClass();
  382. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  383. $strongarm->api_version = 1;
  384. $strongarm->name = 'menu_options_breve';
  385. $strongarm->value = array();
  386. $export['menu_options_breve'] = $strongarm;
  387. $strongarm = new stdClass();
  388. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  389. $strongarm->api_version = 1;
  390. $strongarm->name = 'menu_options_company';
  391. $strongarm->value = array();
  392. $export['menu_options_company'] = $strongarm;
  393. $strongarm = new stdClass();
  394. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  395. $strongarm->api_version = 1;
  396. $strongarm->name = 'menu_options_materiau';
  397. $strongarm->value = array();
  398. $export['menu_options_materiau'] = $strongarm;
  399. $strongarm = new stdClass();
  400. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  401. $strongarm->api_version = 1;
  402. $strongarm->name = 'menu_options_page';
  403. $strongarm->value = array();
  404. $export['menu_options_page'] = $strongarm;
  405. $strongarm = new stdClass();
  406. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  407. $strongarm->api_version = 1;
  408. $strongarm->name = 'menu_options_webform';
  409. $strongarm->value = array();
  410. $export['menu_options_webform'] = $strongarm;
  411. $strongarm = new stdClass();
  412. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  413. $strongarm->api_version = 1;
  414. $strongarm->name = 'menu_parent_breve';
  415. $strongarm->value = 'main-menu:0';
  416. $export['menu_parent_breve'] = $strongarm;
  417. $strongarm = new stdClass();
  418. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  419. $strongarm->api_version = 1;
  420. $strongarm->name = 'menu_parent_company';
  421. $strongarm->value = 'main-menu:0';
  422. $export['menu_parent_company'] = $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 = 'menu_parent_materiau';
  427. $strongarm->value = 'main-menu:0';
  428. $export['menu_parent_materiau'] = $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 = 'menu_parent_page';
  433. $strongarm->value = 'main-menu:0';
  434. $export['menu_parent_page'] = $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 = 'menu_parent_webform';
  439. $strongarm->value = 'main-menu:0';
  440. $export['menu_parent_webform'] = $strongarm;
  441. $strongarm = new stdClass();
  442. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  443. $strongarm->api_version = 1;
  444. $strongarm->name = 'node_options_breve';
  445. $strongarm->value = array(
  446. 0 => 'status',
  447. );
  448. $export['node_options_breve'] = $strongarm;
  449. $strongarm = new stdClass();
  450. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  451. $strongarm->api_version = 1;
  452. $strongarm->name = 'node_options_company';
  453. $strongarm->value = array(
  454. 0 => 'status',
  455. );
  456. $export['node_options_company'] = $strongarm;
  457. $strongarm = new stdClass();
  458. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  459. $strongarm->api_version = 1;
  460. $strongarm->name = 'node_options_materiau';
  461. $strongarm->value = array(
  462. 0 => 'status',
  463. );
  464. $export['node_options_materiau'] = $strongarm;
  465. $strongarm = new stdClass();
  466. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  467. $strongarm->api_version = 1;
  468. $strongarm->name = 'node_options_page';
  469. $strongarm->value = array(
  470. 0 => 'status',
  471. );
  472. $export['node_options_page'] = $strongarm;
  473. $strongarm = new stdClass();
  474. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  475. $strongarm->api_version = 1;
  476. $strongarm->name = 'node_options_webform';
  477. $strongarm->value = array(
  478. 0 => 'status',
  479. );
  480. $export['node_options_webform'] = $strongarm;
  481. $strongarm = new stdClass();
  482. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  483. $strongarm->api_version = 1;
  484. $strongarm->name = 'node_preview_breve';
  485. $strongarm->value = '0';
  486. $export['node_preview_breve'] = $strongarm;
  487. $strongarm = new stdClass();
  488. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  489. $strongarm->api_version = 1;
  490. $strongarm->name = 'node_preview_company';
  491. $strongarm->value = '0';
  492. $export['node_preview_company'] = $strongarm;
  493. $strongarm = new stdClass();
  494. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  495. $strongarm->api_version = 1;
  496. $strongarm->name = 'node_preview_materiau';
  497. $strongarm->value = '0';
  498. $export['node_preview_materiau'] = $strongarm;
  499. $strongarm = new stdClass();
  500. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  501. $strongarm->api_version = 1;
  502. $strongarm->name = 'node_preview_page';
  503. $strongarm->value = '0';
  504. $export['node_preview_page'] = $strongarm;
  505. $strongarm = new stdClass();
  506. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  507. $strongarm->api_version = 1;
  508. $strongarm->name = 'node_preview_webform';
  509. $strongarm->value = '0';
  510. $export['node_preview_webform'] = $strongarm;
  511. $strongarm = new stdClass();
  512. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  513. $strongarm->api_version = 1;
  514. $strongarm->name = 'node_submitted_breve';
  515. $strongarm->value = 0;
  516. $export['node_submitted_breve'] = $strongarm;
  517. $strongarm = new stdClass();
  518. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  519. $strongarm->api_version = 1;
  520. $strongarm->name = 'node_submitted_company';
  521. $strongarm->value = 0;
  522. $export['node_submitted_company'] = $strongarm;
  523. $strongarm = new stdClass();
  524. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  525. $strongarm->api_version = 1;
  526. $strongarm->name = 'node_submitted_materiau';
  527. $strongarm->value = 0;
  528. $export['node_submitted_materiau'] = $strongarm;
  529. $strongarm = new stdClass();
  530. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  531. $strongarm->api_version = 1;
  532. $strongarm->name = 'node_submitted_page';
  533. $strongarm->value = 0;
  534. $export['node_submitted_page'] = $strongarm;
  535. $strongarm = new stdClass();
  536. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  537. $strongarm->api_version = 1;
  538. $strongarm->name = 'node_submitted_webform';
  539. $strongarm->value = 0;
  540. $export['node_submitted_webform'] = $strongarm;
  541. $strongarm = new stdClass();
  542. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  543. $strongarm->api_version = 1;
  544. $strongarm->name = 'print_comments';
  545. $strongarm->value = 0;
  546. $export['print_comments'] = $strongarm;
  547. $strongarm = new stdClass();
  548. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  549. $strongarm->api_version = 1;
  550. $strongarm->name = 'print_css';
  551. $strongarm->value = '%t/css/styles.css';
  552. $export['print_css'] = $strongarm;
  553. $strongarm = new stdClass();
  554. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  555. $strongarm->api_version = 1;
  556. $strongarm->name = 'print_footer_options';
  557. $strongarm->value = '1';
  558. $export['print_footer_options'] = $strongarm;
  559. $strongarm = new stdClass();
  560. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  561. $strongarm->api_version = 1;
  562. $strongarm->name = 'print_footer_user';
  563. $strongarm->value = '';
  564. $export['print_footer_user'] = $strongarm;
  565. $strongarm = new stdClass();
  566. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  567. $strongarm->api_version = 1;
  568. $strongarm->name = 'print_html_book_link';
  569. $strongarm->value = '0';
  570. $export['print_html_book_link'] = $strongarm;
  571. $strongarm = new stdClass();
  572. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  573. $strongarm->api_version = 1;
  574. $strongarm->name = 'print_html_display_breve';
  575. $strongarm->value = 0;
  576. $export['print_html_display_breve'] = $strongarm;
  577. $strongarm = new stdClass();
  578. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  579. $strongarm->api_version = 1;
  580. $strongarm->name = 'print_html_display_comment_breve';
  581. $strongarm->value = 0;
  582. $export['print_html_display_comment_breve'] = $strongarm;
  583. $strongarm = new stdClass();
  584. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  585. $strongarm->api_version = 1;
  586. $strongarm->name = 'print_html_display_comment_company';
  587. $strongarm->value = 0;
  588. $export['print_html_display_comment_company'] = $strongarm;
  589. $strongarm = new stdClass();
  590. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  591. $strongarm->api_version = 1;
  592. $strongarm->name = 'print_html_display_comment_didactique';
  593. $strongarm->value = 0;
  594. $export['print_html_display_comment_didactique'] = $strongarm;
  595. $strongarm = new stdClass();
  596. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  597. $strongarm->api_version = 1;
  598. $strongarm->name = 'print_html_display_comment_faq';
  599. $strongarm->value = 0;
  600. $export['print_html_display_comment_faq'] = $strongarm;
  601. $strongarm = new stdClass();
  602. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  603. $strongarm->api_version = 1;
  604. $strongarm->name = 'print_html_display_comment_looping_embed_video';
  605. $strongarm->value = 0;
  606. $export['print_html_display_comment_looping_embed_video'] = $strongarm;
  607. $strongarm = new stdClass();
  608. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  609. $strongarm->api_version = 1;
  610. $strongarm->name = 'print_html_display_comment_materiau';
  611. $strongarm->value = 0;
  612. $export['print_html_display_comment_materiau'] = $strongarm;
  613. $strongarm = new stdClass();
  614. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  615. $strongarm->api_version = 1;
  616. $strongarm->name = 'print_html_display_comment_page';
  617. $strongarm->value = 0;
  618. $export['print_html_display_comment_page'] = $strongarm;
  619. $strongarm = new stdClass();
  620. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  621. $strongarm->api_version = 1;
  622. $strongarm->name = 'print_html_display_comment_simplenews';
  623. $strongarm->value = 0;
  624. $export['print_html_display_comment_simplenews'] = $strongarm;
  625. $strongarm = new stdClass();
  626. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  627. $strongarm->api_version = 1;
  628. $strongarm->name = 'print_html_display_comment_static_page_plaintext';
  629. $strongarm->value = 0;
  630. $export['print_html_display_comment_static_page_plaintext'] = $strongarm;
  631. $strongarm = new stdClass();
  632. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  633. $strongarm->api_version = 1;
  634. $strongarm->name = 'print_html_display_comment_webform';
  635. $strongarm->value = 0;
  636. $export['print_html_display_comment_webform'] = $strongarm;
  637. $strongarm = new stdClass();
  638. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  639. $strongarm->api_version = 1;
  640. $strongarm->name = 'print_html_display_company';
  641. $strongarm->value = 0;
  642. $export['print_html_display_company'] = $strongarm;
  643. $strongarm = new stdClass();
  644. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  645. $strongarm->api_version = 1;
  646. $strongarm->name = 'print_html_display_didactique';
  647. $strongarm->value = 0;
  648. $export['print_html_display_didactique'] = $strongarm;
  649. $strongarm = new stdClass();
  650. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  651. $strongarm->api_version = 1;
  652. $strongarm->name = 'print_html_display_faq';
  653. $strongarm->value = 0;
  654. $export['print_html_display_faq'] = $strongarm;
  655. $strongarm = new stdClass();
  656. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  657. $strongarm->api_version = 1;
  658. $strongarm->name = 'print_html_display_looping_embed_video';
  659. $strongarm->value = 0;
  660. $export['print_html_display_looping_embed_video'] = $strongarm;
  661. $strongarm = new stdClass();
  662. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  663. $strongarm->api_version = 1;
  664. $strongarm->name = 'print_html_display_materiau';
  665. $strongarm->value = 1;
  666. $export['print_html_display_materiau'] = $strongarm;
  667. $strongarm = new stdClass();
  668. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  669. $strongarm->api_version = 1;
  670. $strongarm->name = 'print_html_display_page';
  671. $strongarm->value = 0;
  672. $export['print_html_display_page'] = $strongarm;
  673. $strongarm = new stdClass();
  674. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  675. $strongarm->api_version = 1;
  676. $strongarm->name = 'print_html_display_simplenews';
  677. $strongarm->value = 0;
  678. $export['print_html_display_simplenews'] = $strongarm;
  679. $strongarm = new stdClass();
  680. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  681. $strongarm->api_version = 1;
  682. $strongarm->name = 'print_html_display_static_page_plaintext';
  683. $strongarm->value = 0;
  684. $export['print_html_display_static_page_plaintext'] = $strongarm;
  685. $strongarm = new stdClass();
  686. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  687. $strongarm->api_version = 1;
  688. $strongarm->name = 'print_html_display_sys_urllist';
  689. $strongarm->value = 0;
  690. $export['print_html_display_sys_urllist'] = $strongarm;
  691. $strongarm = new stdClass();
  692. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  693. $strongarm->api_version = 1;
  694. $strongarm->name = 'print_html_display_urllist_breve';
  695. $strongarm->value = 0;
  696. $export['print_html_display_urllist_breve'] = $strongarm;
  697. $strongarm = new stdClass();
  698. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  699. $strongarm->api_version = 1;
  700. $strongarm->name = 'print_html_display_urllist_company';
  701. $strongarm->value = 0;
  702. $export['print_html_display_urllist_company'] = $strongarm;
  703. $strongarm = new stdClass();
  704. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  705. $strongarm->api_version = 1;
  706. $strongarm->name = 'print_html_display_urllist_didactique';
  707. $strongarm->value = 0;
  708. $export['print_html_display_urllist_didactique'] = $strongarm;
  709. $strongarm = new stdClass();
  710. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  711. $strongarm->api_version = 1;
  712. $strongarm->name = 'print_html_display_urllist_faq';
  713. $strongarm->value = 0;
  714. $export['print_html_display_urllist_faq'] = $strongarm;
  715. $strongarm = new stdClass();
  716. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  717. $strongarm->api_version = 1;
  718. $strongarm->name = 'print_html_display_urllist_looping_embed_video';
  719. $strongarm->value = 0;
  720. $export['print_html_display_urllist_looping_embed_video'] = $strongarm;
  721. $strongarm = new stdClass();
  722. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  723. $strongarm->api_version = 1;
  724. $strongarm->name = 'print_html_display_urllist_materiau';
  725. $strongarm->value = 0;
  726. $export['print_html_display_urllist_materiau'] = $strongarm;
  727. $strongarm = new stdClass();
  728. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  729. $strongarm->api_version = 1;
  730. $strongarm->name = 'print_html_display_urllist_page';
  731. $strongarm->value = 0;
  732. $export['print_html_display_urllist_page'] = $strongarm;
  733. $strongarm = new stdClass();
  734. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  735. $strongarm->api_version = 1;
  736. $strongarm->name = 'print_html_display_urllist_simplenews';
  737. $strongarm->value = 0;
  738. $export['print_html_display_urllist_simplenews'] = $strongarm;
  739. $strongarm = new stdClass();
  740. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  741. $strongarm->api_version = 1;
  742. $strongarm->name = 'print_html_display_urllist_static_page_plaintext';
  743. $strongarm->value = 0;
  744. $export['print_html_display_urllist_static_page_plaintext'] = $strongarm;
  745. $strongarm = new stdClass();
  746. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  747. $strongarm->api_version = 1;
  748. $strongarm->name = 'print_html_display_urllist_webform';
  749. $strongarm->value = 0;
  750. $export['print_html_display_urllist_webform'] = $strongarm;
  751. $strongarm = new stdClass();
  752. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  753. $strongarm->api_version = 1;
  754. $strongarm->name = 'print_html_display_webform';
  755. $strongarm->value = 0;
  756. $export['print_html_display_webform'] = $strongarm;
  757. $strongarm = new stdClass();
  758. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  759. $strongarm->api_version = 1;
  760. $strongarm->name = 'print_html_link_class';
  761. $strongarm->value = 'print-page';
  762. $export['print_html_link_class'] = $strongarm;
  763. $strongarm = new stdClass();
  764. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  765. $strongarm->api_version = 1;
  766. $strongarm->name = 'print_html_link_pos';
  767. $strongarm->value = array(
  768. 'link' => 'link',
  769. 'block' => 'block',
  770. 'help' => 'help',
  771. 'corner' => 0,
  772. );
  773. $export['print_html_link_pos'] = $strongarm;
  774. $strongarm = new stdClass();
  775. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  776. $strongarm->api_version = 1;
  777. $strongarm->name = 'print_html_link_teaser';
  778. $strongarm->value = 0;
  779. $export['print_html_link_teaser'] = $strongarm;
  780. $strongarm = new stdClass();
  781. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  782. $strongarm->api_version = 1;
  783. $strongarm->name = 'print_html_link_use_alias';
  784. $strongarm->value = 1;
  785. $export['print_html_link_use_alias'] = $strongarm;
  786. $strongarm = new stdClass();
  787. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  788. $strongarm->api_version = 1;
  789. $strongarm->name = 'print_html_new_window';
  790. $strongarm->value = 1;
  791. $export['print_html_new_window'] = $strongarm;
  792. $strongarm = new stdClass();
  793. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  794. $strongarm->api_version = 1;
  795. $strongarm->name = 'print_html_sendtoprinter';
  796. $strongarm->value = 0;
  797. $export['print_html_sendtoprinter'] = $strongarm;
  798. $strongarm = new stdClass();
  799. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  800. $strongarm->api_version = 1;
  801. $strongarm->name = 'print_html_show_link';
  802. $strongarm->value = '1';
  803. $export['print_html_show_link'] = $strongarm;
  804. $strongarm = new stdClass();
  805. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  806. $strongarm->api_version = 1;
  807. $strongarm->name = 'print_html_sys_link_pages';
  808. $strongarm->value = '';
  809. $export['print_html_sys_link_pages'] = $strongarm;
  810. $strongarm = new stdClass();
  811. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  812. $strongarm->api_version = 1;
  813. $strongarm->name = 'print_html_sys_link_visibility';
  814. $strongarm->value = '1';
  815. $export['print_html_sys_link_visibility'] = $strongarm;
  816. $strongarm = new stdClass();
  817. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  818. $strongarm->api_version = 1;
  819. $strongarm->name = 'print_html_windowclose';
  820. $strongarm->value = 1;
  821. $export['print_html_windowclose'] = $strongarm;
  822. $strongarm = new stdClass();
  823. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  824. $strongarm->api_version = 1;
  825. $strongarm->name = 'print_keep_theme_css';
  826. $strongarm->value = 1;
  827. $export['print_keep_theme_css'] = $strongarm;
  828. $strongarm = new stdClass();
  829. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  830. $strongarm->api_version = 1;
  831. $strongarm->name = 'print_logo_options';
  832. $strongarm->value = '1';
  833. $export['print_logo_options'] = $strongarm;
  834. $strongarm = new stdClass();
  835. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  836. $strongarm->api_version = 1;
  837. $strongarm->name = 'print_logo_upload';
  838. $strongarm->value = '';
  839. $export['print_logo_upload'] = $strongarm;
  840. $strongarm = new stdClass();
  841. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  842. $strongarm->api_version = 1;
  843. $strongarm->name = 'print_logo_url';
  844. $strongarm->value = '';
  845. $export['print_logo_url'] = $strongarm;
  846. $strongarm = new stdClass();
  847. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  848. $strongarm->api_version = 1;
  849. $strongarm->name = 'print_newwindow';
  850. $strongarm->value = '1';
  851. $export['print_newwindow'] = $strongarm;
  852. $strongarm = new stdClass();
  853. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  854. $strongarm->api_version = 1;
  855. $strongarm->name = 'print_pdf_autoconfig';
  856. $strongarm->value = 1;
  857. $export['print_pdf_autoconfig'] = $strongarm;
  858. $strongarm = new stdClass();
  859. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  860. $strongarm->api_version = 1;
  861. $strongarm->name = 'print_pdf_book_link';
  862. $strongarm->value = '1';
  863. $export['print_pdf_book_link'] = $strongarm;
  864. $strongarm = new stdClass();
  865. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  866. $strongarm->api_version = 1;
  867. $strongarm->name = 'print_pdf_content_disposition';
  868. $strongarm->value = '2';
  869. $export['print_pdf_content_disposition'] = $strongarm;
  870. $strongarm = new stdClass();
  871. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  872. $strongarm->api_version = 1;
  873. $strongarm->name = 'print_pdf_display_breve';
  874. $strongarm->value = 0;
  875. $export['print_pdf_display_breve'] = $strongarm;
  876. $strongarm = new stdClass();
  877. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  878. $strongarm->api_version = 1;
  879. $strongarm->name = 'print_pdf_display_comment_breve';
  880. $strongarm->value = 0;
  881. $export['print_pdf_display_comment_breve'] = $strongarm;
  882. $strongarm = new stdClass();
  883. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  884. $strongarm->api_version = 1;
  885. $strongarm->name = 'print_pdf_display_comment_company';
  886. $strongarm->value = 0;
  887. $export['print_pdf_display_comment_company'] = $strongarm;
  888. $strongarm = new stdClass();
  889. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  890. $strongarm->api_version = 1;
  891. $strongarm->name = 'print_pdf_display_comment_didactique';
  892. $strongarm->value = 0;
  893. $export['print_pdf_display_comment_didactique'] = $strongarm;
  894. $strongarm = new stdClass();
  895. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  896. $strongarm->api_version = 1;
  897. $strongarm->name = 'print_pdf_display_comment_faq';
  898. $strongarm->value = 0;
  899. $export['print_pdf_display_comment_faq'] = $strongarm;
  900. $strongarm = new stdClass();
  901. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  902. $strongarm->api_version = 1;
  903. $strongarm->name = 'print_pdf_display_comment_looping_embed_video';
  904. $strongarm->value = 0;
  905. $export['print_pdf_display_comment_looping_embed_video'] = $strongarm;
  906. $strongarm = new stdClass();
  907. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  908. $strongarm->api_version = 1;
  909. $strongarm->name = 'print_pdf_display_comment_materiau';
  910. $strongarm->value = 0;
  911. $export['print_pdf_display_comment_materiau'] = $strongarm;
  912. $strongarm = new stdClass();
  913. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  914. $strongarm->api_version = 1;
  915. $strongarm->name = 'print_pdf_display_comment_page';
  916. $strongarm->value = 0;
  917. $export['print_pdf_display_comment_page'] = $strongarm;
  918. $strongarm = new stdClass();
  919. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  920. $strongarm->api_version = 1;
  921. $strongarm->name = 'print_pdf_display_comment_simplenews';
  922. $strongarm->value = 0;
  923. $export['print_pdf_display_comment_simplenews'] = $strongarm;
  924. $strongarm = new stdClass();
  925. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  926. $strongarm->api_version = 1;
  927. $strongarm->name = 'print_pdf_display_comment_static_page_plaintext';
  928. $strongarm->value = 0;
  929. $export['print_pdf_display_comment_static_page_plaintext'] = $strongarm;
  930. $strongarm = new stdClass();
  931. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  932. $strongarm->api_version = 1;
  933. $strongarm->name = 'print_pdf_display_comment_webform';
  934. $strongarm->value = 0;
  935. $export['print_pdf_display_comment_webform'] = $strongarm;
  936. $strongarm = new stdClass();
  937. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  938. $strongarm->api_version = 1;
  939. $strongarm->name = 'print_pdf_display_company';
  940. $strongarm->value = 0;
  941. $export['print_pdf_display_company'] = $strongarm;
  942. $strongarm = new stdClass();
  943. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  944. $strongarm->api_version = 1;
  945. $strongarm->name = 'print_pdf_display_didactique';
  946. $strongarm->value = 0;
  947. $export['print_pdf_display_didactique'] = $strongarm;
  948. $strongarm = new stdClass();
  949. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  950. $strongarm->api_version = 1;
  951. $strongarm->name = 'print_pdf_display_faq';
  952. $strongarm->value = 0;
  953. $export['print_pdf_display_faq'] = $strongarm;
  954. $strongarm = new stdClass();
  955. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  956. $strongarm->api_version = 1;
  957. $strongarm->name = 'print_pdf_display_looping_embed_video';
  958. $strongarm->value = 0;
  959. $export['print_pdf_display_looping_embed_video'] = $strongarm;
  960. $strongarm = new stdClass();
  961. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  962. $strongarm->api_version = 1;
  963. $strongarm->name = 'print_pdf_display_materiau';
  964. $strongarm->value = 1;
  965. $export['print_pdf_display_materiau'] = $strongarm;
  966. $strongarm = new stdClass();
  967. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  968. $strongarm->api_version = 1;
  969. $strongarm->name = 'print_pdf_display_page';
  970. $strongarm->value = 0;
  971. $export['print_pdf_display_page'] = $strongarm;
  972. $strongarm = new stdClass();
  973. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  974. $strongarm->api_version = 1;
  975. $strongarm->name = 'print_pdf_display_simplenews';
  976. $strongarm->value = 0;
  977. $export['print_pdf_display_simplenews'] = $strongarm;
  978. $strongarm = new stdClass();
  979. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  980. $strongarm->api_version = 1;
  981. $strongarm->name = 'print_pdf_display_static_page_plaintext';
  982. $strongarm->value = 0;
  983. $export['print_pdf_display_static_page_plaintext'] = $strongarm;
  984. $strongarm = new stdClass();
  985. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  986. $strongarm->api_version = 1;
  987. $strongarm->name = 'print_pdf_display_sys_urllist';
  988. $strongarm->value = 0;
  989. $export['print_pdf_display_sys_urllist'] = $strongarm;
  990. $strongarm = new stdClass();
  991. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  992. $strongarm->api_version = 1;
  993. $strongarm->name = 'print_pdf_display_urllist_breve';
  994. $strongarm->value = 0;
  995. $export['print_pdf_display_urllist_breve'] = $strongarm;
  996. $strongarm = new stdClass();
  997. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  998. $strongarm->api_version = 1;
  999. $strongarm->name = 'print_pdf_display_urllist_company';
  1000. $strongarm->value = 0;
  1001. $export['print_pdf_display_urllist_company'] = $strongarm;
  1002. $strongarm = new stdClass();
  1003. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1004. $strongarm->api_version = 1;
  1005. $strongarm->name = 'print_pdf_display_urllist_didactique';
  1006. $strongarm->value = 0;
  1007. $export['print_pdf_display_urllist_didactique'] = $strongarm;
  1008. $strongarm = new stdClass();
  1009. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1010. $strongarm->api_version = 1;
  1011. $strongarm->name = 'print_pdf_display_urllist_faq';
  1012. $strongarm->value = 0;
  1013. $export['print_pdf_display_urllist_faq'] = $strongarm;
  1014. $strongarm = new stdClass();
  1015. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1016. $strongarm->api_version = 1;
  1017. $strongarm->name = 'print_pdf_display_urllist_looping_embed_video';
  1018. $strongarm->value = 0;
  1019. $export['print_pdf_display_urllist_looping_embed_video'] = $strongarm;
  1020. $strongarm = new stdClass();
  1021. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1022. $strongarm->api_version = 1;
  1023. $strongarm->name = 'print_pdf_display_urllist_materiau';
  1024. $strongarm->value = 0;
  1025. $export['print_pdf_display_urllist_materiau'] = $strongarm;
  1026. $strongarm = new stdClass();
  1027. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1028. $strongarm->api_version = 1;
  1029. $strongarm->name = 'print_pdf_display_urllist_page';
  1030. $strongarm->value = 0;
  1031. $export['print_pdf_display_urllist_page'] = $strongarm;
  1032. $strongarm = new stdClass();
  1033. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1034. $strongarm->api_version = 1;
  1035. $strongarm->name = 'print_pdf_display_urllist_simplenews';
  1036. $strongarm->value = 0;
  1037. $export['print_pdf_display_urllist_simplenews'] = $strongarm;
  1038. $strongarm = new stdClass();
  1039. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1040. $strongarm->api_version = 1;
  1041. $strongarm->name = 'print_pdf_display_urllist_static_page_plaintext';
  1042. $strongarm->value = 0;
  1043. $export['print_pdf_display_urllist_static_page_plaintext'] = $strongarm;
  1044. $strongarm = new stdClass();
  1045. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1046. $strongarm->api_version = 1;
  1047. $strongarm->name = 'print_pdf_display_urllist_webform';
  1048. $strongarm->value = 0;
  1049. $export['print_pdf_display_urllist_webform'] = $strongarm;
  1050. $strongarm = new stdClass();
  1051. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1052. $strongarm->api_version = 1;
  1053. $strongarm->name = 'print_pdf_display_webform';
  1054. $strongarm->value = 0;
  1055. $export['print_pdf_display_webform'] = $strongarm;
  1056. $strongarm = new stdClass();
  1057. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1058. $strongarm->api_version = 1;
  1059. $strongarm->name = 'print_pdf_dompdf_unicode';
  1060. $strongarm->value = 0;
  1061. $export['print_pdf_dompdf_unicode'] = $strongarm;
  1062. $strongarm = new stdClass();
  1063. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1064. $strongarm->api_version = 1;
  1065. $strongarm->name = 'print_pdf_filename';
  1066. $strongarm->value = '[site:name]-[node:title]-[node:changed:custom:Y-m-d]';
  1067. $export['print_pdf_filename'] = $strongarm;
  1068. $strongarm = new stdClass();
  1069. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1070. $strongarm->api_version = 1;
  1071. $strongarm->name = 'print_pdf_font_family';
  1072. $strongarm->value = 'dejavusans';
  1073. $export['print_pdf_font_family'] = $strongarm;
  1074. $strongarm = new stdClass();
  1075. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1076. $strongarm->api_version = 1;
  1077. $strongarm->name = 'print_pdf_font_size';
  1078. $strongarm->value = '10';
  1079. $export['print_pdf_font_size'] = $strongarm;
  1080. $strongarm = new stdClass();
  1081. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1082. $strongarm->api_version = 1;
  1083. $strongarm->name = 'print_pdf_font_subsetting';
  1084. $strongarm->value = 0;
  1085. $export['print_pdf_font_subsetting'] = $strongarm;
  1086. $strongarm = new stdClass();
  1087. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1088. $strongarm->api_version = 1;
  1089. $strongarm->name = 'print_pdf_images_via_file';
  1090. $strongarm->value = 0;
  1091. $export['print_pdf_images_via_file'] = $strongarm;
  1092. $strongarm = new stdClass();
  1093. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1094. $strongarm->api_version = 1;
  1095. $strongarm->name = 'print_pdf_link_class';
  1096. $strongarm->value = 'print-pdf';
  1097. $export['print_pdf_link_class'] = $strongarm;
  1098. $strongarm = new stdClass();
  1099. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1100. $strongarm->api_version = 1;
  1101. $strongarm->name = 'print_pdf_link_pos';
  1102. $strongarm->value = array(
  1103. 'link' => 'link',
  1104. 'corner' => 0,
  1105. 'block' => 'block',
  1106. 'help' => 'help',
  1107. );
  1108. $export['print_pdf_link_pos'] = $strongarm;
  1109. $strongarm = new stdClass();
  1110. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1111. $strongarm->api_version = 1;
  1112. $strongarm->name = 'print_pdf_link_teaser';
  1113. $strongarm->value = 0;
  1114. $export['print_pdf_link_teaser'] = $strongarm;
  1115. $strongarm = new stdClass();
  1116. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1117. $strongarm->api_version = 1;
  1118. $strongarm->name = 'print_pdf_link_use_alias';
  1119. $strongarm->value = 0;
  1120. $export['print_pdf_link_use_alias'] = $strongarm;
  1121. $strongarm = new stdClass();
  1122. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1123. $strongarm->api_version = 1;
  1124. $strongarm->name = 'print_pdf_page_orientation';
  1125. $strongarm->value = 'portrait';
  1126. $export['print_pdf_page_orientation'] = $strongarm;
  1127. $strongarm = new stdClass();
  1128. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1129. $strongarm->api_version = 1;
  1130. $strongarm->name = 'print_pdf_paper_size';
  1131. $strongarm->value = 'A4';
  1132. $export['print_pdf_paper_size'] = $strongarm;
  1133. $strongarm = new stdClass();
  1134. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1135. $strongarm->api_version = 1;
  1136. $strongarm->name = 'print_pdf_pdf_tool';
  1137. $strongarm->value = 'print_pdf_tcpdf|sites/all/libraries/tcpdf/tcpdf.php';
  1138. $export['print_pdf_pdf_tool'] = $strongarm;
  1139. $strongarm = new stdClass();
  1140. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1141. $strongarm->api_version = 1;
  1142. $strongarm->name = 'print_pdf_show_link';
  1143. $strongarm->value = '1';
  1144. $export['print_pdf_show_link'] = $strongarm;
  1145. $strongarm = new stdClass();
  1146. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1147. $strongarm->api_version = 1;
  1148. $strongarm->name = 'print_pdf_sys_link_pages';
  1149. $strongarm->value = '';
  1150. $export['print_pdf_sys_link_pages'] = $strongarm;
  1151. $strongarm = new stdClass();
  1152. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1153. $strongarm->api_version = 1;
  1154. $strongarm->name = 'print_pdf_sys_link_visibility';
  1155. $strongarm->value = '1';
  1156. $export['print_pdf_sys_link_visibility'] = $strongarm;
  1157. $strongarm = new stdClass();
  1158. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1159. $strongarm->api_version = 1;
  1160. $strongarm->name = 'print_pdf_wkhtmltopdf_options';
  1161. $strongarm->value = '--footer-font-size 7 --footer-right \'[page]\'';
  1162. $export['print_pdf_wkhtmltopdf_options'] = $strongarm;
  1163. $strongarm = new stdClass();
  1164. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1165. $strongarm->api_version = 1;
  1166. $strongarm->name = 'print_robots_noarchive';
  1167. $strongarm->value = 0;
  1168. $export['print_robots_noarchive'] = $strongarm;
  1169. $strongarm = new stdClass();
  1170. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1171. $strongarm->api_version = 1;
  1172. $strongarm->name = 'print_robots_nofollow';
  1173. $strongarm->value = 1;
  1174. $export['print_robots_nofollow'] = $strongarm;
  1175. $strongarm = new stdClass();
  1176. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1177. $strongarm->api_version = 1;
  1178. $strongarm->name = 'print_robots_noindex';
  1179. $strongarm->value = 1;
  1180. $export['print_robots_noindex'] = $strongarm;
  1181. $strongarm = new stdClass();
  1182. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1183. $strongarm->api_version = 1;
  1184. $strongarm->name = 'print_sourceurl_date';
  1185. $strongarm->value = 0;
  1186. $export['print_sourceurl_date'] = $strongarm;
  1187. $strongarm = new stdClass();
  1188. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1189. $strongarm->api_version = 1;
  1190. $strongarm->name = 'print_sourceurl_enabled';
  1191. $strongarm->value = 0;
  1192. $export['print_sourceurl_enabled'] = $strongarm;
  1193. $strongarm = new stdClass();
  1194. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1195. $strongarm->api_version = 1;
  1196. $strongarm->name = 'print_sourceurl_forcenode';
  1197. $strongarm->value = 0;
  1198. $export['print_sourceurl_forcenode'] = $strongarm;
  1199. $strongarm = new stdClass();
  1200. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1201. $strongarm->api_version = 1;
  1202. $strongarm->name = 'print_urls';
  1203. $strongarm->value = 0;
  1204. $export['print_urls'] = $strongarm;
  1205. $strongarm = new stdClass();
  1206. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1207. $strongarm->api_version = 1;
  1208. $strongarm->name = 'print_urls_anchors';
  1209. $strongarm->value = 0;
  1210. $export['print_urls_anchors'] = $strongarm;
  1211. return $export;
  1212. }