materio_content_types.strongarm.inc 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479
  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. 'print' => array(
  265. 'weight' => '0',
  266. 'visible' => FALSE,
  267. ),
  268. ),
  269. 'workflow' => array(
  270. 'cardmedium' => array(
  271. 'weight' => '99',
  272. 'visible' => TRUE,
  273. ),
  274. 'cardbig' => array(
  275. 'weight' => '99',
  276. 'visible' => FALSE,
  277. ),
  278. 'cardfull' => array(
  279. 'weight' => '99',
  280. 'visible' => FALSE,
  281. ),
  282. 'default' => array(
  283. 'weight' => '99',
  284. 'visible' => FALSE,
  285. ),
  286. 'teaser' => array(
  287. 'weight' => '99',
  288. 'visible' => FALSE,
  289. ),
  290. 'print' => array(
  291. 'weight' => '8',
  292. 'visible' => FALSE,
  293. ),
  294. ),
  295. ),
  296. ),
  297. );
  298. $export['field_bundle_settings_node__materiau'] = $strongarm;
  299. $strongarm = new stdClass();
  300. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  301. $strongarm->api_version = 1;
  302. $strongarm->name = 'field_bundle_settings_node__page';
  303. $strongarm->value = array(
  304. 'view_modes' => array(
  305. 'teaser' => array(
  306. 'custom_settings' => TRUE,
  307. ),
  308. 'bookmark' => array(
  309. 'custom_settings' => TRUE,
  310. ),
  311. 'cardsmall' => array(
  312. 'custom_settings' => TRUE,
  313. ),
  314. 'cardmedium' => array(
  315. 'custom_settings' => TRUE,
  316. ),
  317. 'cardbig' => array(
  318. 'custom_settings' => TRUE,
  319. ),
  320. 'cardfull' => array(
  321. 'custom_settings' => TRUE,
  322. ),
  323. 'full' => array(
  324. 'custom_settings' => FALSE,
  325. ),
  326. 'rss' => array(
  327. 'custom_settings' => FALSE,
  328. ),
  329. 'diff_standard' => array(
  330. 'custom_settings' => FALSE,
  331. ),
  332. 'print' => array(
  333. 'custom_settings' => FALSE,
  334. ),
  335. 'email_plain' => array(
  336. 'custom_settings' => FALSE,
  337. ),
  338. 'email_html' => array(
  339. 'custom_settings' => FALSE,
  340. ),
  341. 'email_textalt' => array(
  342. 'custom_settings' => FALSE,
  343. ),
  344. 'token' => array(
  345. 'custom_settings' => FALSE,
  346. ),
  347. 'homeblock' => array(
  348. 'custom_settings' => TRUE,
  349. ),
  350. ),
  351. 'extra_fields' => array(
  352. 'form' => array(
  353. 'metatags' => array(
  354. 'weight' => '7',
  355. ),
  356. 'path' => array(
  357. 'weight' => '6',
  358. ),
  359. 'redirect' => array(
  360. 'weight' => '5',
  361. ),
  362. 'workflow' => array(
  363. 'weight' => '8',
  364. ),
  365. 'language' => array(
  366. 'weight' => '4',
  367. ),
  368. ),
  369. 'display' => array(
  370. 'workflow_current_state' => array(
  371. 'default' => array(
  372. 'weight' => '6',
  373. 'visible' => FALSE,
  374. ),
  375. 'teaser' => array(
  376. 'weight' => '4',
  377. 'visible' => FALSE,
  378. ),
  379. 'homeblock' => array(
  380. 'weight' => '3',
  381. 'visible' => FALSE,
  382. ),
  383. ),
  384. 'workflow' => array(
  385. 'default' => array(
  386. 'weight' => '4',
  387. 'visible' => FALSE,
  388. ),
  389. 'teaser' => array(
  390. 'weight' => '5',
  391. 'visible' => FALSE,
  392. ),
  393. 'homeblock' => array(
  394. 'weight' => '4',
  395. 'visible' => FALSE,
  396. ),
  397. ),
  398. ),
  399. ),
  400. );
  401. $export['field_bundle_settings_node__page'] = $strongarm;
  402. $strongarm = new stdClass();
  403. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  404. $strongarm->api_version = 1;
  405. $strongarm->name = 'i18n_node_extended_breve';
  406. $strongarm->value = '1';
  407. $export['i18n_node_extended_breve'] = $strongarm;
  408. $strongarm = new stdClass();
  409. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  410. $strongarm->api_version = 1;
  411. $strongarm->name = 'i18n_node_extended_company';
  412. $strongarm->value = '1';
  413. $export['i18n_node_extended_company'] = $strongarm;
  414. $strongarm = new stdClass();
  415. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  416. $strongarm->api_version = 1;
  417. $strongarm->name = 'i18n_node_extended_materiau';
  418. $strongarm->value = '1';
  419. $export['i18n_node_extended_materiau'] = $strongarm;
  420. $strongarm = new stdClass();
  421. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  422. $strongarm->api_version = 1;
  423. $strongarm->name = 'i18n_node_extended_page';
  424. $strongarm->value = 1;
  425. $export['i18n_node_extended_page'] = $strongarm;
  426. $strongarm = new stdClass();
  427. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  428. $strongarm->api_version = 1;
  429. $strongarm->name = 'i18n_node_extended_webform';
  430. $strongarm->value = '1';
  431. $export['i18n_node_extended_webform'] = $strongarm;
  432. $strongarm = new stdClass();
  433. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  434. $strongarm->api_version = 1;
  435. $strongarm->name = 'i18n_node_options_breve';
  436. $strongarm->value = array();
  437. $export['i18n_node_options_breve'] = $strongarm;
  438. $strongarm = new stdClass();
  439. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  440. $strongarm->api_version = 1;
  441. $strongarm->name = 'i18n_node_options_company';
  442. $strongarm->value = array();
  443. $export['i18n_node_options_company'] = $strongarm;
  444. $strongarm = new stdClass();
  445. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  446. $strongarm->api_version = 1;
  447. $strongarm->name = 'i18n_node_options_materiau';
  448. $strongarm->value = array();
  449. $export['i18n_node_options_materiau'] = $strongarm;
  450. $strongarm = new stdClass();
  451. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  452. $strongarm->api_version = 1;
  453. $strongarm->name = 'i18n_node_options_page';
  454. $strongarm->value = array();
  455. $export['i18n_node_options_page'] = $strongarm;
  456. $strongarm = new stdClass();
  457. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  458. $strongarm->api_version = 1;
  459. $strongarm->name = 'i18n_node_options_webform';
  460. $strongarm->value = array();
  461. $export['i18n_node_options_webform'] = $strongarm;
  462. $strongarm = new stdClass();
  463. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  464. $strongarm->api_version = 1;
  465. $strongarm->name = 'language_content_type_breve';
  466. $strongarm->value = '4';
  467. $export['language_content_type_breve'] = $strongarm;
  468. $strongarm = new stdClass();
  469. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  470. $strongarm->api_version = 1;
  471. $strongarm->name = 'language_content_type_company';
  472. $strongarm->value = '4';
  473. $export['language_content_type_company'] = $strongarm;
  474. $strongarm = new stdClass();
  475. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  476. $strongarm->api_version = 1;
  477. $strongarm->name = 'language_content_type_materiau';
  478. $strongarm->value = '4';
  479. $export['language_content_type_materiau'] = $strongarm;
  480. $strongarm = new stdClass();
  481. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  482. $strongarm->api_version = 1;
  483. $strongarm->name = 'language_content_type_page';
  484. $strongarm->value = '4';
  485. $export['language_content_type_page'] = $strongarm;
  486. $strongarm = new stdClass();
  487. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  488. $strongarm->api_version = 1;
  489. $strongarm->name = 'language_content_type_webform';
  490. $strongarm->value = '4';
  491. $export['language_content_type_webform'] = $strongarm;
  492. $strongarm = new stdClass();
  493. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  494. $strongarm->api_version = 1;
  495. $strongarm->name = 'menu_options_breve';
  496. $strongarm->value = array();
  497. $export['menu_options_breve'] = $strongarm;
  498. $strongarm = new stdClass();
  499. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  500. $strongarm->api_version = 1;
  501. $strongarm->name = 'menu_options_company';
  502. $strongarm->value = array();
  503. $export['menu_options_company'] = $strongarm;
  504. $strongarm = new stdClass();
  505. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  506. $strongarm->api_version = 1;
  507. $strongarm->name = 'menu_options_materiau';
  508. $strongarm->value = array();
  509. $export['menu_options_materiau'] = $strongarm;
  510. $strongarm = new stdClass();
  511. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  512. $strongarm->api_version = 1;
  513. $strongarm->name = 'menu_options_page';
  514. $strongarm->value = array();
  515. $export['menu_options_page'] = $strongarm;
  516. $strongarm = new stdClass();
  517. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  518. $strongarm->api_version = 1;
  519. $strongarm->name = 'menu_options_webform';
  520. $strongarm->value = array();
  521. $export['menu_options_webform'] = $strongarm;
  522. $strongarm = new stdClass();
  523. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  524. $strongarm->api_version = 1;
  525. $strongarm->name = 'menu_parent_breve';
  526. $strongarm->value = 'main-menu:0';
  527. $export['menu_parent_breve'] = $strongarm;
  528. $strongarm = new stdClass();
  529. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  530. $strongarm->api_version = 1;
  531. $strongarm->name = 'menu_parent_company';
  532. $strongarm->value = 'main-menu:0';
  533. $export['menu_parent_company'] = $strongarm;
  534. $strongarm = new stdClass();
  535. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  536. $strongarm->api_version = 1;
  537. $strongarm->name = 'menu_parent_materiau';
  538. $strongarm->value = 'main-menu:0';
  539. $export['menu_parent_materiau'] = $strongarm;
  540. $strongarm = new stdClass();
  541. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  542. $strongarm->api_version = 1;
  543. $strongarm->name = 'menu_parent_page';
  544. $strongarm->value = 'main-menu:0';
  545. $export['menu_parent_page'] = $strongarm;
  546. $strongarm = new stdClass();
  547. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  548. $strongarm->api_version = 1;
  549. $strongarm->name = 'menu_parent_webform';
  550. $strongarm->value = 'main-menu:0';
  551. $export['menu_parent_webform'] = $strongarm;
  552. $strongarm = new stdClass();
  553. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  554. $strongarm->api_version = 1;
  555. $strongarm->name = 'node_options_breve';
  556. $strongarm->value = array(
  557. 0 => 'status',
  558. );
  559. $export['node_options_breve'] = $strongarm;
  560. $strongarm = new stdClass();
  561. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  562. $strongarm->api_version = 1;
  563. $strongarm->name = 'node_options_company';
  564. $strongarm->value = array(
  565. 0 => 'status',
  566. );
  567. $export['node_options_company'] = $strongarm;
  568. $strongarm = new stdClass();
  569. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  570. $strongarm->api_version = 1;
  571. $strongarm->name = 'node_options_materiau';
  572. $strongarm->value = array(
  573. 0 => 'status',
  574. );
  575. $export['node_options_materiau'] = $strongarm;
  576. $strongarm = new stdClass();
  577. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  578. $strongarm->api_version = 1;
  579. $strongarm->name = 'node_options_page';
  580. $strongarm->value = array(
  581. 0 => 'status',
  582. );
  583. $export['node_options_page'] = $strongarm;
  584. $strongarm = new stdClass();
  585. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  586. $strongarm->api_version = 1;
  587. $strongarm->name = 'node_options_webform';
  588. $strongarm->value = array(
  589. 0 => 'status',
  590. );
  591. $export['node_options_webform'] = $strongarm;
  592. $strongarm = new stdClass();
  593. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  594. $strongarm->api_version = 1;
  595. $strongarm->name = 'node_preview_breve';
  596. $strongarm->value = '0';
  597. $export['node_preview_breve'] = $strongarm;
  598. $strongarm = new stdClass();
  599. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  600. $strongarm->api_version = 1;
  601. $strongarm->name = 'node_preview_company';
  602. $strongarm->value = '0';
  603. $export['node_preview_company'] = $strongarm;
  604. $strongarm = new stdClass();
  605. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  606. $strongarm->api_version = 1;
  607. $strongarm->name = 'node_preview_materiau';
  608. $strongarm->value = '0';
  609. $export['node_preview_materiau'] = $strongarm;
  610. $strongarm = new stdClass();
  611. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  612. $strongarm->api_version = 1;
  613. $strongarm->name = 'node_preview_page';
  614. $strongarm->value = '0';
  615. $export['node_preview_page'] = $strongarm;
  616. $strongarm = new stdClass();
  617. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  618. $strongarm->api_version = 1;
  619. $strongarm->name = 'node_preview_webform';
  620. $strongarm->value = '0';
  621. $export['node_preview_webform'] = $strongarm;
  622. $strongarm = new stdClass();
  623. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  624. $strongarm->api_version = 1;
  625. $strongarm->name = 'node_submitted_breve';
  626. $strongarm->value = 0;
  627. $export['node_submitted_breve'] = $strongarm;
  628. $strongarm = new stdClass();
  629. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  630. $strongarm->api_version = 1;
  631. $strongarm->name = 'node_submitted_company';
  632. $strongarm->value = 0;
  633. $export['node_submitted_company'] = $strongarm;
  634. $strongarm = new stdClass();
  635. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  636. $strongarm->api_version = 1;
  637. $strongarm->name = 'node_submitted_materiau';
  638. $strongarm->value = 0;
  639. $export['node_submitted_materiau'] = $strongarm;
  640. $strongarm = new stdClass();
  641. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  642. $strongarm->api_version = 1;
  643. $strongarm->name = 'node_submitted_page';
  644. $strongarm->value = 0;
  645. $export['node_submitted_page'] = $strongarm;
  646. $strongarm = new stdClass();
  647. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  648. $strongarm->api_version = 1;
  649. $strongarm->name = 'node_submitted_webform';
  650. $strongarm->value = 0;
  651. $export['node_submitted_webform'] = $strongarm;
  652. $strongarm = new stdClass();
  653. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  654. $strongarm->api_version = 1;
  655. $strongarm->name = 'print_comments';
  656. $strongarm->value = 0;
  657. $export['print_comments'] = $strongarm;
  658. $strongarm = new stdClass();
  659. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  660. $strongarm->api_version = 1;
  661. $strongarm->name = 'print_css';
  662. $strongarm->value = '%t/css/styles.css';
  663. $export['print_css'] = $strongarm;
  664. $strongarm = new stdClass();
  665. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  666. $strongarm->api_version = 1;
  667. $strongarm->name = 'print_footer_options';
  668. $strongarm->value = '1';
  669. $export['print_footer_options'] = $strongarm;
  670. $strongarm = new stdClass();
  671. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  672. $strongarm->api_version = 1;
  673. $strongarm->name = 'print_footer_user';
  674. $strongarm->value = '';
  675. $export['print_footer_user'] = $strongarm;
  676. $strongarm = new stdClass();
  677. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  678. $strongarm->api_version = 1;
  679. $strongarm->name = 'print_html_book_link';
  680. $strongarm->value = '0';
  681. $export['print_html_book_link'] = $strongarm;
  682. $strongarm = new stdClass();
  683. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  684. $strongarm->api_version = 1;
  685. $strongarm->name = 'print_html_display_breve';
  686. $strongarm->value = 0;
  687. $export['print_html_display_breve'] = $strongarm;
  688. $strongarm = new stdClass();
  689. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  690. $strongarm->api_version = 1;
  691. $strongarm->name = 'print_html_display_comment_breve';
  692. $strongarm->value = 0;
  693. $export['print_html_display_comment_breve'] = $strongarm;
  694. $strongarm = new stdClass();
  695. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  696. $strongarm->api_version = 1;
  697. $strongarm->name = 'print_html_display_comment_company';
  698. $strongarm->value = 0;
  699. $export['print_html_display_comment_company'] = $strongarm;
  700. $strongarm = new stdClass();
  701. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  702. $strongarm->api_version = 1;
  703. $strongarm->name = 'print_html_display_comment_didactique';
  704. $strongarm->value = 0;
  705. $export['print_html_display_comment_didactique'] = $strongarm;
  706. $strongarm = new stdClass();
  707. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  708. $strongarm->api_version = 1;
  709. $strongarm->name = 'print_html_display_comment_faq';
  710. $strongarm->value = 0;
  711. $export['print_html_display_comment_faq'] = $strongarm;
  712. $strongarm = new stdClass();
  713. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  714. $strongarm->api_version = 1;
  715. $strongarm->name = 'print_html_display_comment_looping_embed_video';
  716. $strongarm->value = 0;
  717. $export['print_html_display_comment_looping_embed_video'] = $strongarm;
  718. $strongarm = new stdClass();
  719. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  720. $strongarm->api_version = 1;
  721. $strongarm->name = 'print_html_display_comment_materiau';
  722. $strongarm->value = 0;
  723. $export['print_html_display_comment_materiau'] = $strongarm;
  724. $strongarm = new stdClass();
  725. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  726. $strongarm->api_version = 1;
  727. $strongarm->name = 'print_html_display_comment_page';
  728. $strongarm->value = 0;
  729. $export['print_html_display_comment_page'] = $strongarm;
  730. $strongarm = new stdClass();
  731. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  732. $strongarm->api_version = 1;
  733. $strongarm->name = 'print_html_display_comment_simplenews';
  734. $strongarm->value = 0;
  735. $export['print_html_display_comment_simplenews'] = $strongarm;
  736. $strongarm = new stdClass();
  737. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  738. $strongarm->api_version = 1;
  739. $strongarm->name = 'print_html_display_comment_static_page_plaintext';
  740. $strongarm->value = 0;
  741. $export['print_html_display_comment_static_page_plaintext'] = $strongarm;
  742. $strongarm = new stdClass();
  743. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  744. $strongarm->api_version = 1;
  745. $strongarm->name = 'print_html_display_comment_webform';
  746. $strongarm->value = 0;
  747. $export['print_html_display_comment_webform'] = $strongarm;
  748. $strongarm = new stdClass();
  749. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  750. $strongarm->api_version = 1;
  751. $strongarm->name = 'print_html_display_company';
  752. $strongarm->value = 0;
  753. $export['print_html_display_company'] = $strongarm;
  754. $strongarm = new stdClass();
  755. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  756. $strongarm->api_version = 1;
  757. $strongarm->name = 'print_html_display_didactique';
  758. $strongarm->value = 0;
  759. $export['print_html_display_didactique'] = $strongarm;
  760. $strongarm = new stdClass();
  761. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  762. $strongarm->api_version = 1;
  763. $strongarm->name = 'print_html_display_faq';
  764. $strongarm->value = 0;
  765. $export['print_html_display_faq'] = $strongarm;
  766. $strongarm = new stdClass();
  767. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  768. $strongarm->api_version = 1;
  769. $strongarm->name = 'print_html_display_looping_embed_video';
  770. $strongarm->value = 0;
  771. $export['print_html_display_looping_embed_video'] = $strongarm;
  772. $strongarm = new stdClass();
  773. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  774. $strongarm->api_version = 1;
  775. $strongarm->name = 'print_html_display_materiau';
  776. $strongarm->value = 1;
  777. $export['print_html_display_materiau'] = $strongarm;
  778. $strongarm = new stdClass();
  779. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  780. $strongarm->api_version = 1;
  781. $strongarm->name = 'print_html_display_page';
  782. $strongarm->value = 0;
  783. $export['print_html_display_page'] = $strongarm;
  784. $strongarm = new stdClass();
  785. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  786. $strongarm->api_version = 1;
  787. $strongarm->name = 'print_html_display_simplenews';
  788. $strongarm->value = 0;
  789. $export['print_html_display_simplenews'] = $strongarm;
  790. $strongarm = new stdClass();
  791. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  792. $strongarm->api_version = 1;
  793. $strongarm->name = 'print_html_display_static_page_plaintext';
  794. $strongarm->value = 0;
  795. $export['print_html_display_static_page_plaintext'] = $strongarm;
  796. $strongarm = new stdClass();
  797. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  798. $strongarm->api_version = 1;
  799. $strongarm->name = 'print_html_display_sys_urllist';
  800. $strongarm->value = 0;
  801. $export['print_html_display_sys_urllist'] = $strongarm;
  802. $strongarm = new stdClass();
  803. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  804. $strongarm->api_version = 1;
  805. $strongarm->name = 'print_html_display_urllist_breve';
  806. $strongarm->value = 0;
  807. $export['print_html_display_urllist_breve'] = $strongarm;
  808. $strongarm = new stdClass();
  809. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  810. $strongarm->api_version = 1;
  811. $strongarm->name = 'print_html_display_urllist_company';
  812. $strongarm->value = 0;
  813. $export['print_html_display_urllist_company'] = $strongarm;
  814. $strongarm = new stdClass();
  815. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  816. $strongarm->api_version = 1;
  817. $strongarm->name = 'print_html_display_urllist_didactique';
  818. $strongarm->value = 0;
  819. $export['print_html_display_urllist_didactique'] = $strongarm;
  820. $strongarm = new stdClass();
  821. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  822. $strongarm->api_version = 1;
  823. $strongarm->name = 'print_html_display_urllist_faq';
  824. $strongarm->value = 0;
  825. $export['print_html_display_urllist_faq'] = $strongarm;
  826. $strongarm = new stdClass();
  827. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  828. $strongarm->api_version = 1;
  829. $strongarm->name = 'print_html_display_urllist_looping_embed_video';
  830. $strongarm->value = 0;
  831. $export['print_html_display_urllist_looping_embed_video'] = $strongarm;
  832. $strongarm = new stdClass();
  833. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  834. $strongarm->api_version = 1;
  835. $strongarm->name = 'print_html_display_urllist_materiau';
  836. $strongarm->value = 0;
  837. $export['print_html_display_urllist_materiau'] = $strongarm;
  838. $strongarm = new stdClass();
  839. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  840. $strongarm->api_version = 1;
  841. $strongarm->name = 'print_html_display_urllist_page';
  842. $strongarm->value = 0;
  843. $export['print_html_display_urllist_page'] = $strongarm;
  844. $strongarm = new stdClass();
  845. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  846. $strongarm->api_version = 1;
  847. $strongarm->name = 'print_html_display_urllist_simplenews';
  848. $strongarm->value = 0;
  849. $export['print_html_display_urllist_simplenews'] = $strongarm;
  850. $strongarm = new stdClass();
  851. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  852. $strongarm->api_version = 1;
  853. $strongarm->name = 'print_html_display_urllist_static_page_plaintext';
  854. $strongarm->value = 0;
  855. $export['print_html_display_urllist_static_page_plaintext'] = $strongarm;
  856. $strongarm = new stdClass();
  857. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  858. $strongarm->api_version = 1;
  859. $strongarm->name = 'print_html_display_urllist_webform';
  860. $strongarm->value = 0;
  861. $export['print_html_display_urllist_webform'] = $strongarm;
  862. $strongarm = new stdClass();
  863. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  864. $strongarm->api_version = 1;
  865. $strongarm->name = 'print_html_display_webform';
  866. $strongarm->value = 0;
  867. $export['print_html_display_webform'] = $strongarm;
  868. $strongarm = new stdClass();
  869. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  870. $strongarm->api_version = 1;
  871. $strongarm->name = 'print_html_link_class';
  872. $strongarm->value = 'print-page';
  873. $export['print_html_link_class'] = $strongarm;
  874. $strongarm = new stdClass();
  875. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  876. $strongarm->api_version = 1;
  877. $strongarm->name = 'print_html_link_pos';
  878. $strongarm->value = array(
  879. 'link' => 'link',
  880. 'block' => 'block',
  881. 'help' => 'help',
  882. 'corner' => 0,
  883. );
  884. $export['print_html_link_pos'] = $strongarm;
  885. $strongarm = new stdClass();
  886. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  887. $strongarm->api_version = 1;
  888. $strongarm->name = 'print_html_link_teaser';
  889. $strongarm->value = 0;
  890. $export['print_html_link_teaser'] = $strongarm;
  891. $strongarm = new stdClass();
  892. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  893. $strongarm->api_version = 1;
  894. $strongarm->name = 'print_html_link_use_alias';
  895. $strongarm->value = 1;
  896. $export['print_html_link_use_alias'] = $strongarm;
  897. $strongarm = new stdClass();
  898. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  899. $strongarm->api_version = 1;
  900. $strongarm->name = 'print_html_new_window';
  901. $strongarm->value = 1;
  902. $export['print_html_new_window'] = $strongarm;
  903. $strongarm = new stdClass();
  904. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  905. $strongarm->api_version = 1;
  906. $strongarm->name = 'print_html_sendtoprinter';
  907. $strongarm->value = 0;
  908. $export['print_html_sendtoprinter'] = $strongarm;
  909. $strongarm = new stdClass();
  910. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  911. $strongarm->api_version = 1;
  912. $strongarm->name = 'print_html_show_link';
  913. $strongarm->value = '1';
  914. $export['print_html_show_link'] = $strongarm;
  915. $strongarm = new stdClass();
  916. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  917. $strongarm->api_version = 1;
  918. $strongarm->name = 'print_html_sys_link_pages';
  919. $strongarm->value = '';
  920. $export['print_html_sys_link_pages'] = $strongarm;
  921. $strongarm = new stdClass();
  922. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  923. $strongarm->api_version = 1;
  924. $strongarm->name = 'print_html_sys_link_visibility';
  925. $strongarm->value = '1';
  926. $export['print_html_sys_link_visibility'] = $strongarm;
  927. $strongarm = new stdClass();
  928. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  929. $strongarm->api_version = 1;
  930. $strongarm->name = 'print_html_windowclose';
  931. $strongarm->value = 1;
  932. $export['print_html_windowclose'] = $strongarm;
  933. $strongarm = new stdClass();
  934. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  935. $strongarm->api_version = 1;
  936. $strongarm->name = 'print_keep_theme_css';
  937. $strongarm->value = 1;
  938. $export['print_keep_theme_css'] = $strongarm;
  939. $strongarm = new stdClass();
  940. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  941. $strongarm->api_version = 1;
  942. $strongarm->name = 'print_logo_options';
  943. $strongarm->value = '1';
  944. $export['print_logo_options'] = $strongarm;
  945. $strongarm = new stdClass();
  946. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  947. $strongarm->api_version = 1;
  948. $strongarm->name = 'print_logo_upload';
  949. $strongarm->value = '';
  950. $export['print_logo_upload'] = $strongarm;
  951. $strongarm = new stdClass();
  952. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  953. $strongarm->api_version = 1;
  954. $strongarm->name = 'print_logo_url';
  955. $strongarm->value = '';
  956. $export['print_logo_url'] = $strongarm;
  957. $strongarm = new stdClass();
  958. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  959. $strongarm->api_version = 1;
  960. $strongarm->name = 'print_newwindow';
  961. $strongarm->value = '0';
  962. $export['print_newwindow'] = $strongarm;
  963. $strongarm = new stdClass();
  964. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  965. $strongarm->api_version = 1;
  966. $strongarm->name = 'print_pdf_autoconfig';
  967. $strongarm->value = 1;
  968. $export['print_pdf_autoconfig'] = $strongarm;
  969. $strongarm = new stdClass();
  970. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  971. $strongarm->api_version = 1;
  972. $strongarm->name = 'print_pdf_book_link';
  973. $strongarm->value = '1';
  974. $export['print_pdf_book_link'] = $strongarm;
  975. $strongarm = new stdClass();
  976. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  977. $strongarm->api_version = 1;
  978. $strongarm->name = 'print_pdf_content_disposition';
  979. $strongarm->value = '2';
  980. $export['print_pdf_content_disposition'] = $strongarm;
  981. $strongarm = new stdClass();
  982. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  983. $strongarm->api_version = 1;
  984. $strongarm->name = 'print_pdf_display_breve';
  985. $strongarm->value = 0;
  986. $export['print_pdf_display_breve'] = $strongarm;
  987. $strongarm = new stdClass();
  988. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  989. $strongarm->api_version = 1;
  990. $strongarm->name = 'print_pdf_display_comment_breve';
  991. $strongarm->value = 0;
  992. $export['print_pdf_display_comment_breve'] = $strongarm;
  993. $strongarm = new stdClass();
  994. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  995. $strongarm->api_version = 1;
  996. $strongarm->name = 'print_pdf_display_comment_company';
  997. $strongarm->value = 0;
  998. $export['print_pdf_display_comment_company'] = $strongarm;
  999. $strongarm = new stdClass();
  1000. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1001. $strongarm->api_version = 1;
  1002. $strongarm->name = 'print_pdf_display_comment_didactique';
  1003. $strongarm->value = 0;
  1004. $export['print_pdf_display_comment_didactique'] = $strongarm;
  1005. $strongarm = new stdClass();
  1006. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1007. $strongarm->api_version = 1;
  1008. $strongarm->name = 'print_pdf_display_comment_faq';
  1009. $strongarm->value = 0;
  1010. $export['print_pdf_display_comment_faq'] = $strongarm;
  1011. $strongarm = new stdClass();
  1012. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1013. $strongarm->api_version = 1;
  1014. $strongarm->name = 'print_pdf_display_comment_looping_embed_video';
  1015. $strongarm->value = 0;
  1016. $export['print_pdf_display_comment_looping_embed_video'] = $strongarm;
  1017. $strongarm = new stdClass();
  1018. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1019. $strongarm->api_version = 1;
  1020. $strongarm->name = 'print_pdf_display_comment_materiau';
  1021. $strongarm->value = 0;
  1022. $export['print_pdf_display_comment_materiau'] = $strongarm;
  1023. $strongarm = new stdClass();
  1024. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1025. $strongarm->api_version = 1;
  1026. $strongarm->name = 'print_pdf_display_comment_page';
  1027. $strongarm->value = 0;
  1028. $export['print_pdf_display_comment_page'] = $strongarm;
  1029. $strongarm = new stdClass();
  1030. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1031. $strongarm->api_version = 1;
  1032. $strongarm->name = 'print_pdf_display_comment_simplenews';
  1033. $strongarm->value = 0;
  1034. $export['print_pdf_display_comment_simplenews'] = $strongarm;
  1035. $strongarm = new stdClass();
  1036. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1037. $strongarm->api_version = 1;
  1038. $strongarm->name = 'print_pdf_display_comment_static_page_plaintext';
  1039. $strongarm->value = 0;
  1040. $export['print_pdf_display_comment_static_page_plaintext'] = $strongarm;
  1041. $strongarm = new stdClass();
  1042. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1043. $strongarm->api_version = 1;
  1044. $strongarm->name = 'print_pdf_display_comment_webform';
  1045. $strongarm->value = 0;
  1046. $export['print_pdf_display_comment_webform'] = $strongarm;
  1047. $strongarm = new stdClass();
  1048. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1049. $strongarm->api_version = 1;
  1050. $strongarm->name = 'print_pdf_display_company';
  1051. $strongarm->value = 0;
  1052. $export['print_pdf_display_company'] = $strongarm;
  1053. $strongarm = new stdClass();
  1054. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1055. $strongarm->api_version = 1;
  1056. $strongarm->name = 'print_pdf_display_didactique';
  1057. $strongarm->value = 0;
  1058. $export['print_pdf_display_didactique'] = $strongarm;
  1059. $strongarm = new stdClass();
  1060. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1061. $strongarm->api_version = 1;
  1062. $strongarm->name = 'print_pdf_display_faq';
  1063. $strongarm->value = 0;
  1064. $export['print_pdf_display_faq'] = $strongarm;
  1065. $strongarm = new stdClass();
  1066. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1067. $strongarm->api_version = 1;
  1068. $strongarm->name = 'print_pdf_display_looping_embed_video';
  1069. $strongarm->value = 0;
  1070. $export['print_pdf_display_looping_embed_video'] = $strongarm;
  1071. $strongarm = new stdClass();
  1072. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1073. $strongarm->api_version = 1;
  1074. $strongarm->name = 'print_pdf_display_materiau';
  1075. $strongarm->value = 1;
  1076. $export['print_pdf_display_materiau'] = $strongarm;
  1077. $strongarm = new stdClass();
  1078. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1079. $strongarm->api_version = 1;
  1080. $strongarm->name = 'print_pdf_display_page';
  1081. $strongarm->value = 0;
  1082. $export['print_pdf_display_page'] = $strongarm;
  1083. $strongarm = new stdClass();
  1084. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1085. $strongarm->api_version = 1;
  1086. $strongarm->name = 'print_pdf_display_simplenews';
  1087. $strongarm->value = 0;
  1088. $export['print_pdf_display_simplenews'] = $strongarm;
  1089. $strongarm = new stdClass();
  1090. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1091. $strongarm->api_version = 1;
  1092. $strongarm->name = 'print_pdf_display_static_page_plaintext';
  1093. $strongarm->value = 0;
  1094. $export['print_pdf_display_static_page_plaintext'] = $strongarm;
  1095. $strongarm = new stdClass();
  1096. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1097. $strongarm->api_version = 1;
  1098. $strongarm->name = 'print_pdf_display_sys_urllist';
  1099. $strongarm->value = 0;
  1100. $export['print_pdf_display_sys_urllist'] = $strongarm;
  1101. $strongarm = new stdClass();
  1102. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1103. $strongarm->api_version = 1;
  1104. $strongarm->name = 'print_pdf_display_urllist_breve';
  1105. $strongarm->value = 0;
  1106. $export['print_pdf_display_urllist_breve'] = $strongarm;
  1107. $strongarm = new stdClass();
  1108. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1109. $strongarm->api_version = 1;
  1110. $strongarm->name = 'print_pdf_display_urllist_company';
  1111. $strongarm->value = 0;
  1112. $export['print_pdf_display_urllist_company'] = $strongarm;
  1113. $strongarm = new stdClass();
  1114. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1115. $strongarm->api_version = 1;
  1116. $strongarm->name = 'print_pdf_display_urllist_didactique';
  1117. $strongarm->value = 0;
  1118. $export['print_pdf_display_urllist_didactique'] = $strongarm;
  1119. $strongarm = new stdClass();
  1120. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1121. $strongarm->api_version = 1;
  1122. $strongarm->name = 'print_pdf_display_urllist_faq';
  1123. $strongarm->value = 0;
  1124. $export['print_pdf_display_urllist_faq'] = $strongarm;
  1125. $strongarm = new stdClass();
  1126. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1127. $strongarm->api_version = 1;
  1128. $strongarm->name = 'print_pdf_display_urllist_looping_embed_video';
  1129. $strongarm->value = 0;
  1130. $export['print_pdf_display_urllist_looping_embed_video'] = $strongarm;
  1131. $strongarm = new stdClass();
  1132. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1133. $strongarm->api_version = 1;
  1134. $strongarm->name = 'print_pdf_display_urllist_materiau';
  1135. $strongarm->value = 0;
  1136. $export['print_pdf_display_urllist_materiau'] = $strongarm;
  1137. $strongarm = new stdClass();
  1138. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1139. $strongarm->api_version = 1;
  1140. $strongarm->name = 'print_pdf_display_urllist_page';
  1141. $strongarm->value = 0;
  1142. $export['print_pdf_display_urllist_page'] = $strongarm;
  1143. $strongarm = new stdClass();
  1144. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1145. $strongarm->api_version = 1;
  1146. $strongarm->name = 'print_pdf_display_urllist_simplenews';
  1147. $strongarm->value = 0;
  1148. $export['print_pdf_display_urllist_simplenews'] = $strongarm;
  1149. $strongarm = new stdClass();
  1150. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1151. $strongarm->api_version = 1;
  1152. $strongarm->name = 'print_pdf_display_urllist_static_page_plaintext';
  1153. $strongarm->value = 0;
  1154. $export['print_pdf_display_urllist_static_page_plaintext'] = $strongarm;
  1155. $strongarm = new stdClass();
  1156. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1157. $strongarm->api_version = 1;
  1158. $strongarm->name = 'print_pdf_display_urllist_webform';
  1159. $strongarm->value = 0;
  1160. $export['print_pdf_display_urllist_webform'] = $strongarm;
  1161. $strongarm = new stdClass();
  1162. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1163. $strongarm->api_version = 1;
  1164. $strongarm->name = 'print_pdf_display_webform';
  1165. $strongarm->value = 0;
  1166. $export['print_pdf_display_webform'] = $strongarm;
  1167. $strongarm = new stdClass();
  1168. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1169. $strongarm->api_version = 1;
  1170. $strongarm->name = 'print_pdf_dompdf_unicode';
  1171. $strongarm->value = 0;
  1172. $export['print_pdf_dompdf_unicode'] = $strongarm;
  1173. $strongarm = new stdClass();
  1174. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1175. $strongarm->api_version = 1;
  1176. $strongarm->name = 'print_pdf_filename';
  1177. $strongarm->value = '[site:name]-[node:title]-[node:changed:custom:Y-m-d]';
  1178. $export['print_pdf_filename'] = $strongarm;
  1179. $strongarm = new stdClass();
  1180. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1181. $strongarm->api_version = 1;
  1182. $strongarm->name = 'print_pdf_font_family';
  1183. $strongarm->value = 'dejavusans';
  1184. $export['print_pdf_font_family'] = $strongarm;
  1185. $strongarm = new stdClass();
  1186. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1187. $strongarm->api_version = 1;
  1188. $strongarm->name = 'print_pdf_font_size';
  1189. $strongarm->value = '10';
  1190. $export['print_pdf_font_size'] = $strongarm;
  1191. $strongarm = new stdClass();
  1192. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1193. $strongarm->api_version = 1;
  1194. $strongarm->name = 'print_pdf_font_subsetting';
  1195. $strongarm->value = 0;
  1196. $export['print_pdf_font_subsetting'] = $strongarm;
  1197. $strongarm = new stdClass();
  1198. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1199. $strongarm->api_version = 1;
  1200. $strongarm->name = 'print_pdf_images_via_file';
  1201. $strongarm->value = 0;
  1202. $export['print_pdf_images_via_file'] = $strongarm;
  1203. $strongarm = new stdClass();
  1204. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1205. $strongarm->api_version = 1;
  1206. $strongarm->name = 'print_pdf_link_class';
  1207. $strongarm->value = 'print-pdf';
  1208. $export['print_pdf_link_class'] = $strongarm;
  1209. $strongarm = new stdClass();
  1210. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1211. $strongarm->api_version = 1;
  1212. $strongarm->name = 'print_pdf_link_pos';
  1213. $strongarm->value = array(
  1214. 'link' => 'link',
  1215. 'corner' => 0,
  1216. 'block' => 'block',
  1217. 'help' => 'help',
  1218. );
  1219. $export['print_pdf_link_pos'] = $strongarm;
  1220. $strongarm = new stdClass();
  1221. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1222. $strongarm->api_version = 1;
  1223. $strongarm->name = 'print_pdf_link_teaser';
  1224. $strongarm->value = 0;
  1225. $export['print_pdf_link_teaser'] = $strongarm;
  1226. $strongarm = new stdClass();
  1227. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1228. $strongarm->api_version = 1;
  1229. $strongarm->name = 'print_pdf_link_use_alias';
  1230. $strongarm->value = 0;
  1231. $export['print_pdf_link_use_alias'] = $strongarm;
  1232. $strongarm = new stdClass();
  1233. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1234. $strongarm->api_version = 1;
  1235. $strongarm->name = 'print_pdf_page_orientation';
  1236. $strongarm->value = 'portrait';
  1237. $export['print_pdf_page_orientation'] = $strongarm;
  1238. $strongarm = new stdClass();
  1239. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1240. $strongarm->api_version = 1;
  1241. $strongarm->name = 'print_pdf_paper_size';
  1242. $strongarm->value = 'A4';
  1243. $export['print_pdf_paper_size'] = $strongarm;
  1244. $strongarm = new stdClass();
  1245. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1246. $strongarm->api_version = 1;
  1247. $strongarm->name = 'print_pdf_pdf_tool';
  1248. $strongarm->value = 'print_pdf_tcpdf|sites/all/libraries/tcpdf/tcpdf.php';
  1249. $export['print_pdf_pdf_tool'] = $strongarm;
  1250. $strongarm = new stdClass();
  1251. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1252. $strongarm->api_version = 1;
  1253. $strongarm->name = 'print_pdf_show_link';
  1254. $strongarm->value = '1';
  1255. $export['print_pdf_show_link'] = $strongarm;
  1256. $strongarm = new stdClass();
  1257. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1258. $strongarm->api_version = 1;
  1259. $strongarm->name = 'print_pdf_sys_link_pages';
  1260. $strongarm->value = '';
  1261. $export['print_pdf_sys_link_pages'] = $strongarm;
  1262. $strongarm = new stdClass();
  1263. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1264. $strongarm->api_version = 1;
  1265. $strongarm->name = 'print_pdf_sys_link_visibility';
  1266. $strongarm->value = '1';
  1267. $export['print_pdf_sys_link_visibility'] = $strongarm;
  1268. $strongarm = new stdClass();
  1269. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1270. $strongarm->api_version = 1;
  1271. $strongarm->name = 'print_pdf_wkhtmltopdf_options';
  1272. $strongarm->value = '--footer-font-size 7 --footer-right \'[page]\'';
  1273. $export['print_pdf_wkhtmltopdf_options'] = $strongarm;
  1274. $strongarm = new stdClass();
  1275. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1276. $strongarm->api_version = 1;
  1277. $strongarm->name = 'print_robots_noarchive';
  1278. $strongarm->value = 1;
  1279. $export['print_robots_noarchive'] = $strongarm;
  1280. $strongarm = new stdClass();
  1281. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1282. $strongarm->api_version = 1;
  1283. $strongarm->name = 'print_robots_nofollow';
  1284. $strongarm->value = 1;
  1285. $export['print_robots_nofollow'] = $strongarm;
  1286. $strongarm = new stdClass();
  1287. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1288. $strongarm->api_version = 1;
  1289. $strongarm->name = 'print_robots_noindex';
  1290. $strongarm->value = 1;
  1291. $export['print_robots_noindex'] = $strongarm;
  1292. $strongarm = new stdClass();
  1293. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1294. $strongarm->api_version = 1;
  1295. $strongarm->name = 'print_sourceurl_date';
  1296. $strongarm->value = 0;
  1297. $export['print_sourceurl_date'] = $strongarm;
  1298. $strongarm = new stdClass();
  1299. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1300. $strongarm->api_version = 1;
  1301. $strongarm->name = 'print_sourceurl_enabled';
  1302. $strongarm->value = 0;
  1303. $export['print_sourceurl_enabled'] = $strongarm;
  1304. $strongarm = new stdClass();
  1305. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1306. $strongarm->api_version = 1;
  1307. $strongarm->name = 'print_sourceurl_forcenode';
  1308. $strongarm->value = 0;
  1309. $export['print_sourceurl_forcenode'] = $strongarm;
  1310. $strongarm = new stdClass();
  1311. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1312. $strongarm->api_version = 1;
  1313. $strongarm->name = 'print_urls';
  1314. $strongarm->value = 0;
  1315. $export['print_urls'] = $strongarm;
  1316. $strongarm = new stdClass();
  1317. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1318. $strongarm->api_version = 1;
  1319. $strongarm->name = 'print_urls_anchors';
  1320. $strongarm->value = 0;
  1321. $export['print_urls_anchors'] = $strongarm;
  1322. return $export;
  1323. }