materio_subscriptions.strongarm.inc 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507
  1. <?php
  2. /**
  3. * @file
  4. * materio_subscriptions.strongarm.inc
  5. */
  6. /**
  7. * Implements hook_strongarm().
  8. */
  9. function materio_subscriptions_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 = 'date_format_uc_store';
  15. $strongarm->value = 'm/d/Y';
  16. $export['date_format_uc_store'] = $strongarm;
  17. $strongarm = new stdClass();
  18. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  19. $strongarm->api_version = 1;
  20. $strongarm->name = 'pathauto_taxonomy_term_catalog_pattern';
  21. $strongarm->value = '';
  22. $export['pathauto_taxonomy_term_catalog_pattern'] = $strongarm;
  23. $strongarm = new stdClass();
  24. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  25. $strongarm->api_version = 1;
  26. $strongarm->name = 'uc_address_fields';
  27. $strongarm->value = array(
  28. 'first_name' => 1,
  29. 'last_name' => 1,
  30. 'company' => 1,
  31. 'street1' => 1,
  32. 'street2' => 1,
  33. 'city' => 1,
  34. 'zone' => 1,
  35. 'country' => 1,
  36. 'postal_code' => 1,
  37. 'phone' => 1,
  38. );
  39. $export['uc_address_fields'] = $strongarm;
  40. $strongarm = new stdClass();
  41. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  42. $strongarm->api_version = 1;
  43. $strongarm->name = 'uc_address_fields_required';
  44. $strongarm->value = array(
  45. 'first_name' => 1,
  46. 'last_name' => 1,
  47. 'street1' => 1,
  48. 'city' => 1,
  49. 'country' => 1,
  50. 'postal_code' => 1,
  51. 'phone' => 1,
  52. );
  53. $export['uc_address_fields_required'] = $strongarm;
  54. $strongarm = new stdClass();
  55. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  56. $strongarm->api_version = 1;
  57. $strongarm->name = 'uc_address_fields_weight';
  58. $strongarm->value = array(
  59. 'first_name' => '-10',
  60. 'last_name' => '-9',
  61. 'company' => '-8',
  62. 'street1' => '-7',
  63. 'street2' => '-6',
  64. 'city' => '-4',
  65. 'zone' => '-3',
  66. 'country' => '-2',
  67. 'postal_code' => '-5',
  68. 'phone' => '-1',
  69. );
  70. $export['uc_address_fields_weight'] = $strongarm;
  71. $strongarm = new stdClass();
  72. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  73. $strongarm->api_version = 1;
  74. $strongarm->name = 'uc_address_format_12';
  75. $strongarm->value = '!company
  76. !first_name !last_name
  77. !street1
  78. !street2
  79. !city
  80. !postal_code !zone_code
  81. !country_name_if';
  82. $export['uc_address_format_12'] = $strongarm;
  83. $strongarm = new stdClass();
  84. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  85. $strongarm->api_version = 1;
  86. $strongarm->name = 'uc_address_format_124';
  87. $strongarm->value = '!company
  88. !first_name !last_name
  89. !street1
  90. !street2
  91. !city, !postal_code
  92. !zone_name, !country_name';
  93. $export['uc_address_format_124'] = $strongarm;
  94. $strongarm = new stdClass();
  95. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  96. $strongarm->api_version = 1;
  97. $strongarm->name = 'uc_address_format_16';
  98. $strongarm->value = '!company
  99. !first_name !last_name
  100. !street1
  101. !street2
  102. !city, !postal_code
  103. !country_name_if';
  104. $export['uc_address_format_16'] = $strongarm;
  105. $strongarm = new stdClass();
  106. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  107. $strongarm->api_version = 1;
  108. $strongarm->name = 'uc_address_format_20';
  109. $strongarm->value = '!company
  110. !first_name !last_name
  111. !street1
  112. !street2
  113. !city, !postal_code
  114. !country_name_if';
  115. $export['uc_address_format_20'] = $strongarm;
  116. $strongarm = new stdClass();
  117. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  118. $strongarm->api_version = 1;
  119. $strongarm->name = 'uc_address_format_24';
  120. $strongarm->value = '!company
  121. !first_name !last_name
  122. !street1
  123. !street2
  124. !city, !zone_name !postal_code
  125. !country_name_if';
  126. $export['uc_address_format_24'] = $strongarm;
  127. $strongarm = new stdClass();
  128. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  129. $strongarm->api_version = 1;
  130. $strongarm->name = 'uc_address_format_250';
  131. $strongarm->value = '!company
  132. !first_name !last_name
  133. !street1
  134. !street2
  135. !postal_code !city
  136. !country_name_if';
  137. $export['uc_address_format_250'] = $strongarm;
  138. $strongarm = new stdClass();
  139. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  140. $strongarm->api_version = 1;
  141. $strongarm->name = 'uc_address_format_4';
  142. $strongarm->value = '!company
  143. !first_name !last_name
  144. !street1
  145. !street2
  146. !city, !zone_code !postal_code
  147. !country_name_if';
  148. $export['uc_address_format_4'] = $strongarm;
  149. $strongarm = new stdClass();
  150. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  151. $strongarm->api_version = 1;
  152. $strongarm->name = 'uc_address_format_784';
  153. $strongarm->value = '!company
  154. !first_name !last_name
  155. !street1
  156. !street2
  157. !city, !zone_code
  158. !country_name_if';
  159. $export['uc_address_format_784'] = $strongarm;
  160. $strongarm = new stdClass();
  161. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  162. $strongarm->api_version = 1;
  163. $strongarm->name = 'uc_address_format_795';
  164. $strongarm->value = '!company
  165. !first_name !last_name
  166. !street1
  167. !street2
  168. !city, !zone_name !postal_code
  169. !country_name_if';
  170. $export['uc_address_format_795'] = $strongarm;
  171. $strongarm = new stdClass();
  172. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  173. $strongarm->api_version = 1;
  174. $strongarm->name = 'uc_address_format_796';
  175. $strongarm->value = '!company
  176. !first_name !last_name
  177. !street1
  178. !street2
  179. !city !postal_code
  180. !country_name_if';
  181. $export['uc_address_format_796'] = $strongarm;
  182. $strongarm = new stdClass();
  183. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  184. $strongarm->api_version = 1;
  185. $strongarm->name = 'uc_address_format_798';
  186. $strongarm->value = '!company
  187. !first_name !last_name
  188. !street1
  189. !street2
  190. !city, !zone_name !postal_code
  191. !country_name_if';
  192. $export['uc_address_format_798'] = $strongarm;
  193. $strongarm = new stdClass();
  194. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  195. $strongarm->api_version = 1;
  196. $strongarm->name = 'uc_address_format_8';
  197. $strongarm->value = '!company
  198. !first_name !last_name
  199. !street1
  200. !street2
  201. !city, !zone_name !postal_code
  202. !country_name_if';
  203. $export['uc_address_format_8'] = $strongarm;
  204. $strongarm = new stdClass();
  205. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  206. $strongarm->api_version = 1;
  207. $strongarm->name = 'uc_address_format_800';
  208. $strongarm->value = '!company
  209. !first_name !last_name
  210. !street1
  211. !street2
  212. !city, !zone_name !postal_code
  213. !country_name_if';
  214. $export['uc_address_format_800'] = $strongarm;
  215. $strongarm = new stdClass();
  216. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  217. $strongarm->api_version = 1;
  218. $strongarm->name = 'uc_address_format_804';
  219. $strongarm->value = '!country_name
  220. !zone_name
  221. !city
  222. !postal_code
  223. !street1
  224. !street2
  225. !company
  226. !first_name !last_name';
  227. $export['uc_address_format_804'] = $strongarm;
  228. $strongarm = new stdClass();
  229. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  230. $strongarm->api_version = 1;
  231. $strongarm->name = 'uc_address_format_826';
  232. $strongarm->value = '!first_name !last_name
  233. !company
  234. !street1
  235. !street2
  236. !city
  237. !postal_code
  238. !country_name_if';
  239. $export['uc_address_format_826'] = $strongarm;
  240. $strongarm = new stdClass();
  241. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  242. $strongarm->api_version = 1;
  243. $strongarm->name = 'uc_address_format_840';
  244. $strongarm->value = '!company
  245. !first_name !last_name
  246. !street1
  247. !street2
  248. !city, !zone_code !postal_code
  249. !country_name_if';
  250. $export['uc_address_format_840'] = $strongarm;
  251. $strongarm = new stdClass();
  252. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  253. $strongarm->api_version = 1;
  254. $strongarm->name = 'uc_address_format_894';
  255. $strongarm->value = '!company
  256. !first_name !last_name
  257. !street1
  258. !street2
  259. !city, !zone_name !postal_code
  260. !country_name_if';
  261. $export['uc_address_format_894'] = $strongarm;
  262. $strongarm = new stdClass();
  263. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  264. $strongarm->api_version = 1;
  265. $strongarm->name = 'uc_add_item_redirect';
  266. $strongarm->value = 'cart/checkout';
  267. $export['uc_add_item_redirect'] = $strongarm;
  268. $strongarm = new stdClass();
  269. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  270. $strongarm->api_version = 1;
  271. $strongarm->name = 'uc_attribute_option_price_format';
  272. $strongarm->value = 'total';
  273. $export['uc_attribute_option_price_format'] = $strongarm;
  274. $strongarm = new stdClass();
  275. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  276. $strongarm->api_version = 1;
  277. $strongarm->name = 'uc_cap_cart_form_enabled';
  278. $strongarm->value = 1;
  279. $export['uc_cap_cart_form_enabled'] = $strongarm;
  280. $strongarm = new stdClass();
  281. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  282. $strongarm->api_version = 1;
  283. $strongarm->name = 'uc_cap_cart_form_weight';
  284. $strongarm->value = '0';
  285. $export['uc_cap_cart_form_weight'] = $strongarm;
  286. $strongarm = new stdClass();
  287. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  288. $strongarm->api_version = 1;
  289. $strongarm->name = 'uc_cap_coupon_auto_enabled';
  290. $strongarm->value = 1;
  291. $export['uc_cap_coupon_auto_enabled'] = $strongarm;
  292. $strongarm = new stdClass();
  293. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  294. $strongarm->api_version = 1;
  295. $strongarm->name = 'uc_cap_coupon_auto_weight';
  296. $strongarm->value = '1';
  297. $export['uc_cap_coupon_auto_weight'] = $strongarm;
  298. $strongarm = new stdClass();
  299. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  300. $strongarm->api_version = 1;
  301. $strongarm->name = 'uc_cap_coupon_enabled';
  302. $strongarm->value = 1;
  303. $export['uc_cap_coupon_enabled'] = $strongarm;
  304. $strongarm = new stdClass();
  305. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  306. $strongarm->api_version = 1;
  307. $strongarm->name = 'uc_cap_coupon_weight';
  308. $strongarm->value = '1';
  309. $export['uc_cap_coupon_weight'] = $strongarm;
  310. $strongarm = new stdClass();
  311. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  312. $strongarm->api_version = 1;
  313. $strongarm->name = 'uc_cap_uc_termsofservice_agreement_cart_enabled';
  314. $strongarm->value = 1;
  315. $export['uc_cap_uc_termsofservice_agreement_cart_enabled'] = $strongarm;
  316. $strongarm = new stdClass();
  317. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  318. $strongarm->api_version = 1;
  319. $strongarm->name = 'uc_cap_uc_termsofservice_agreement_cart_weight';
  320. $strongarm->value = '6';
  321. $export['uc_cap_uc_termsofservice_agreement_cart_weight'] = $strongarm;
  322. $strongarm = new stdClass();
  323. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  324. $strongarm->api_version = 1;
  325. $strongarm->name = 'uc_cart_add_item_msg';
  326. $strongarm->value = 1;
  327. $export['uc_cart_add_item_msg'] = $strongarm;
  328. $strongarm = new stdClass();
  329. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  330. $strongarm->api_version = 1;
  331. $strongarm->name = 'uc_cart_anon_duration';
  332. $strongarm->value = '4';
  333. $export['uc_cart_anon_duration'] = $strongarm;
  334. $strongarm = new stdClass();
  335. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  336. $strongarm->api_version = 1;
  337. $strongarm->name = 'uc_cart_anon_unit';
  338. $strongarm->value = 'hours';
  339. $export['uc_cart_anon_unit'] = $strongarm;
  340. $strongarm = new stdClass();
  341. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  342. $strongarm->api_version = 1;
  343. $strongarm->name = 'uc_cart_auth_duration';
  344. $strongarm->value = '2';
  345. $export['uc_cart_auth_duration'] = $strongarm;
  346. $strongarm = new stdClass();
  347. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  348. $strongarm->api_version = 1;
  349. $strongarm->name = 'uc_cart_auth_unit';
  350. $strongarm->value = 'weeks';
  351. $export['uc_cart_auth_unit'] = $strongarm;
  352. $strongarm = new stdClass();
  353. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  354. $strongarm->api_version = 1;
  355. $strongarm->name = 'uc_cart_breadcrumb_text';
  356. $strongarm->value = '';
  357. $export['uc_cart_breadcrumb_text'] = $strongarm;
  358. $strongarm = new stdClass();
  359. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  360. $strongarm->api_version = 1;
  361. $strongarm->name = 'uc_cart_breadcrumb_url';
  362. $strongarm->value = '';
  363. $export['uc_cart_breadcrumb_url'] = $strongarm;
  364. $strongarm = new stdClass();
  365. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  366. $strongarm->api_version = 1;
  367. $strongarm->name = 'uc_cart_checkout_complete_page';
  368. $strongarm->value = '';
  369. $export['uc_cart_checkout_complete_page'] = $strongarm;
  370. $strongarm = new stdClass();
  371. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  372. $strongarm->api_version = 1;
  373. $strongarm->name = 'uc_cart_delivery_not_shippable';
  374. $strongarm->value = 1;
  375. $export['uc_cart_delivery_not_shippable'] = $strongarm;
  376. $strongarm = new stdClass();
  377. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  378. $strongarm->api_version = 1;
  379. $strongarm->name = 'uc_cart_email_validation';
  380. $strongarm->value = 1;
  381. $export['uc_cart_email_validation'] = $strongarm;
  382. $strongarm = new stdClass();
  383. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  384. $strongarm->api_version = 1;
  385. $strongarm->name = 'uc_cart_mail_existing';
  386. $strongarm->value = 1;
  387. $export['uc_cart_mail_existing'] = $strongarm;
  388. $strongarm = new stdClass();
  389. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  390. $strongarm->api_version = 1;
  391. $strongarm->name = 'uc_cart_new_account_details';
  392. $strongarm->value = '<b>Optional.</b> New customers may supply custom account details.<br />We will create these for you if no values are entered.';
  393. $export['uc_cart_new_account_details'] = $strongarm;
  394. $strongarm = new stdClass();
  395. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  396. $strongarm->api_version = 1;
  397. $strongarm->name = 'uc_cart_new_account_name';
  398. $strongarm->value = 0;
  399. $export['uc_cart_new_account_name'] = $strongarm;
  400. $strongarm = new stdClass();
  401. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  402. $strongarm->api_version = 1;
  403. $strongarm->name = 'uc_cart_new_account_password';
  404. $strongarm->value = 0;
  405. $export['uc_cart_new_account_password'] = $strongarm;
  406. $strongarm = new stdClass();
  407. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  408. $strongarm->api_version = 1;
  409. $strongarm->name = 'uc_checkout_anonymous';
  410. $strongarm->value = 1;
  411. $export['uc_checkout_anonymous'] = $strongarm;
  412. $strongarm = new stdClass();
  413. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  414. $strongarm->api_version = 1;
  415. $strongarm->name = 'uc_checkout_enabled';
  416. $strongarm->value = 1;
  417. $export['uc_checkout_enabled'] = $strongarm;
  418. $strongarm = new stdClass();
  419. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  420. $strongarm->api_version = 1;
  421. $strongarm->name = 'uc_checkout_instructions';
  422. $strongarm->value = '';
  423. $export['uc_checkout_instructions'] = $strongarm;
  424. $strongarm = new stdClass();
  425. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  426. $strongarm->api_version = 1;
  427. $strongarm->name = 'uc_checkout_review_instructions';
  428. $strongarm->value = 'Your order is almost complete. Please review the details below and click \'Submit order\' if all the information is correct. You may use the \'Back\' button to make changes to your order if necessary.';
  429. $export['uc_checkout_review_instructions'] = $strongarm;
  430. $strongarm = new stdClass();
  431. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  432. $strongarm->api_version = 1;
  433. $strongarm->name = 'uc_check_address';
  434. $strongarm->value = array(
  435. 'uc_check_mailing_company' => 'materiO\'',
  436. 'uc_check_mailing_street1' => '74 rue du Faubourg Saint-Anthoine',
  437. 'uc_check_mailing_street2' => '',
  438. 'uc_check_mailing_city' => 'Paris',
  439. 'uc_check_mailing_zone' => 0,
  440. 'uc_check_mailing_country' => '250',
  441. 'uc_check_mailing_postal_code' => '75012',
  442. );
  443. $export['uc_check_address'] = $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 = 'uc_check_mailing_city';
  448. $strongarm->value = 'Paris';
  449. $export['uc_check_mailing_city'] = $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 = 'uc_check_mailing_company';
  454. $strongarm->value = 'materiO\'';
  455. $export['uc_check_mailing_company'] = $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 = 'uc_check_mailing_country';
  460. $strongarm->value = '250';
  461. $export['uc_check_mailing_country'] = $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 = 'uc_check_mailing_name';
  466. $strongarm->value = '';
  467. $export['uc_check_mailing_name'] = $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 = 'uc_check_mailing_postal_code';
  472. $strongarm->value = '75009';
  473. $export['uc_check_mailing_postal_code'] = $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 = 'uc_check_mailing_street1';
  478. $strongarm->value = '8 rue chaptal';
  479. $export['uc_check_mailing_street1'] = $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 = 'uc_check_mailing_street2';
  484. $strongarm->value = '';
  485. $export['uc_check_mailing_street2'] = $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 = 'uc_check_mailing_zone';
  490. $strongarm->value = 0;
  491. $export['uc_check_mailing_zone'] = $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 = 'uc_check_policy';
  496. $strongarm->value = 'Your account will be activated when we recieve your payment.';
  497. $export['uc_check_policy'] = $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 = 'uc_collapse_current_pane';
  502. $strongarm->value = 0;
  503. $export['uc_collapse_current_pane'] = $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 = 'uc_continue_shopping_type';
  508. $strongarm->value = 'none';
  509. $export['uc_continue_shopping_type'] = $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 = 'uc_continue_shopping_url';
  514. $strongarm->value = '';
  515. $export['uc_continue_shopping_url'] = $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 = 'uc_continue_shopping_use_last_url';
  520. $strongarm->value = 1;
  521. $export['uc_continue_shopping_use_last_url'] = $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 = 'uc_coupon_collapse_pane';
  526. $strongarm->value = 0;
  527. $export['uc_coupon_collapse_pane'] = $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 = 'uc_coupon_pane_description';
  532. $strongarm->value = 'Enter a coupon code for this order.';
  533. $export['uc_coupon_pane_description'] = $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 = 'uc_credit_accepted_types';
  538. $strongarm->value = 'Visa
  539. Mastercard
  540. Discover
  541. American Express';
  542. $export['uc_credit_accepted_types'] = $strongarm;
  543. $strongarm = new stdClass();
  544. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  545. $strongarm->api_version = 1;
  546. $strongarm->name = 'uc_credit_amex';
  547. $strongarm->value = 1;
  548. $export['uc_credit_amex'] = $strongarm;
  549. $strongarm = new stdClass();
  550. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  551. $strongarm->api_version = 1;
  552. $strongarm->name = 'uc_credit_bank_enabled';
  553. $strongarm->value = 0;
  554. $export['uc_credit_bank_enabled'] = $strongarm;
  555. $strongarm = new stdClass();
  556. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  557. $strongarm->api_version = 1;
  558. $strongarm->name = 'uc_credit_cvv_enabled';
  559. $strongarm->value = 1;
  560. $export['uc_credit_cvv_enabled'] = $strongarm;
  561. $strongarm = new stdClass();
  562. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  563. $strongarm->api_version = 1;
  564. $strongarm->name = 'uc_credit_discover';
  565. $strongarm->value = 1;
  566. $export['uc_credit_discover'] = $strongarm;
  567. $strongarm = new stdClass();
  568. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  569. $strongarm->api_version = 1;
  570. $strongarm->name = 'uc_credit_encryption_path';
  571. $strongarm->value = '/Users/bachir/Sites/materio/encrypt';
  572. $export['uc_credit_encryption_path'] = $strongarm;
  573. $strongarm = new stdClass();
  574. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  575. $strongarm->api_version = 1;
  576. $strongarm->name = 'uc_credit_fail_message';
  577. $strongarm->value = 'We were unable to process your credit card payment. Please verify your details and try again. If the problem persists, contact us to complete your order.';
  578. $export['uc_credit_fail_message'] = $strongarm;
  579. $strongarm = new stdClass();
  580. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  581. $strongarm->api_version = 1;
  582. $strongarm->name = 'uc_credit_issue_enabled';
  583. $strongarm->value = 1;
  584. $export['uc_credit_issue_enabled'] = $strongarm;
  585. $strongarm = new stdClass();
  586. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  587. $strongarm->api_version = 1;
  588. $strongarm->name = 'uc_credit_mastercard';
  589. $strongarm->value = 1;
  590. $export['uc_credit_mastercard'] = $strongarm;
  591. $strongarm = new stdClass();
  592. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  593. $strongarm->api_version = 1;
  594. $strongarm->name = 'uc_credit_owner_enabled';
  595. $strongarm->value = 1;
  596. $export['uc_credit_owner_enabled'] = $strongarm;
  597. $strongarm = new stdClass();
  598. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  599. $strongarm->api_version = 1;
  600. $strongarm->name = 'uc_credit_policy';
  601. $strongarm->value = 'Your billing information must match the billing address for the credit card entered below or we will be unable to process your payment.';
  602. $export['uc_credit_policy'] = $strongarm;
  603. $strongarm = new stdClass();
  604. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  605. $strongarm->api_version = 1;
  606. $strongarm->name = 'uc_credit_start_enabled';
  607. $strongarm->value = 1;
  608. $export['uc_credit_start_enabled'] = $strongarm;
  609. $strongarm = new stdClass();
  610. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  611. $strongarm->api_version = 1;
  612. $strongarm->name = 'uc_credit_type_enabled';
  613. $strongarm->value = 1;
  614. $export['uc_credit_type_enabled'] = $strongarm;
  615. $strongarm = new stdClass();
  616. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  617. $strongarm->api_version = 1;
  618. $strongarm->name = 'uc_credit_validate_numbers';
  619. $strongarm->value = 1;
  620. $export['uc_credit_validate_numbers'] = $strongarm;
  621. $strongarm = new stdClass();
  622. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  623. $strongarm->api_version = 1;
  624. $strongarm->name = 'uc_credit_visa';
  625. $strongarm->value = 1;
  626. $export['uc_credit_visa'] = $strongarm;
  627. $strongarm = new stdClass();
  628. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  629. $strongarm->api_version = 1;
  630. $strongarm->name = 'uc_credit__active_tab';
  631. $strongarm->value = 'edit-test-gateway';
  632. $export['uc_credit__active_tab'] = $strongarm;
  633. $strongarm = new stdClass();
  634. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  635. $strongarm->api_version = 1;
  636. $strongarm->name = 'uc_currency_code';
  637. $strongarm->value = 'EUR';
  638. $export['uc_currency_code'] = $strongarm;
  639. $strongarm = new stdClass();
  640. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  641. $strongarm->api_version = 1;
  642. $strongarm->name = 'uc_currency_dec';
  643. $strongarm->value = '.';
  644. $export['uc_currency_dec'] = $strongarm;
  645. $strongarm = new stdClass();
  646. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  647. $strongarm->api_version = 1;
  648. $strongarm->name = 'uc_currency_prec';
  649. $strongarm->value = '2';
  650. $export['uc_currency_prec'] = $strongarm;
  651. $strongarm = new stdClass();
  652. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  653. $strongarm->api_version = 1;
  654. $strongarm->name = 'uc_currency_sign';
  655. $strongarm->value = '€';
  656. $export['uc_currency_sign'] = $strongarm;
  657. $strongarm = new stdClass();
  658. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  659. $strongarm->api_version = 1;
  660. $strongarm->name = 'uc_currency_thou';
  661. $strongarm->value = ',';
  662. $export['uc_currency_thou'] = $strongarm;
  663. $strongarm = new stdClass();
  664. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  665. $strongarm->api_version = 1;
  666. $strongarm->name = 'uc_customer_list_address';
  667. $strongarm->value = 'billing';
  668. $export['uc_customer_list_address'] = $strongarm;
  669. $strongarm = new stdClass();
  670. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  671. $strongarm->api_version = 1;
  672. $strongarm->name = 'uc_field_city';
  673. $strongarm->value = 'City';
  674. $export['uc_field_city'] = $strongarm;
  675. $strongarm = new stdClass();
  676. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  677. $strongarm->api_version = 1;
  678. $strongarm->name = 'uc_field_company';
  679. $strongarm->value = 'Company';
  680. $export['uc_field_company'] = $strongarm;
  681. $strongarm = new stdClass();
  682. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  683. $strongarm->api_version = 1;
  684. $strongarm->name = 'uc_field_country';
  685. $strongarm->value = 'Pays';
  686. $export['uc_field_country'] = $strongarm;
  687. $strongarm = new stdClass();
  688. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  689. $strongarm->api_version = 1;
  690. $strongarm->name = 'uc_field_first_name';
  691. $strongarm->value = 'First name';
  692. $export['uc_field_first_name'] = $strongarm;
  693. $strongarm = new stdClass();
  694. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  695. $strongarm->api_version = 1;
  696. $strongarm->name = 'uc_field_last_name';
  697. $strongarm->value = 'Last name';
  698. $export['uc_field_last_name'] = $strongarm;
  699. $strongarm = new stdClass();
  700. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  701. $strongarm->api_version = 1;
  702. $strongarm->name = 'uc_field_phone';
  703. $strongarm->value = 'Phone number';
  704. $export['uc_field_phone'] = $strongarm;
  705. $strongarm = new stdClass();
  706. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  707. $strongarm->api_version = 1;
  708. $strongarm->name = 'uc_field_postal_code';
  709. $strongarm->value = 'Postal code';
  710. $export['uc_field_postal_code'] = $strongarm;
  711. $strongarm = new stdClass();
  712. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  713. $strongarm->api_version = 1;
  714. $strongarm->name = 'uc_field_street1';
  715. $strongarm->value = 'Street address';
  716. $export['uc_field_street1'] = $strongarm;
  717. $strongarm = new stdClass();
  718. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  719. $strongarm->api_version = 1;
  720. $strongarm->name = 'uc_field_street2';
  721. $strongarm->value = '';
  722. $export['uc_field_street2'] = $strongarm;
  723. $strongarm = new stdClass();
  724. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  725. $strongarm->api_version = 1;
  726. $strongarm->name = 'uc_field_zone';
  727. $strongarm->value = 'State/Province';
  728. $export['uc_field_zone'] = $strongarm;
  729. $strongarm = new stdClass();
  730. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  731. $strongarm->api_version = 1;
  732. $strongarm->name = 'uc_footer_message';
  733. $strongarm->value = 'none';
  734. $export['uc_footer_message'] = $strongarm;
  735. $strongarm = new stdClass();
  736. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  737. $strongarm->api_version = 1;
  738. $strongarm->name = 'uc_image_product';
  739. $strongarm->value = 'uc_product_image';
  740. $export['uc_image_product'] = $strongarm;
  741. $strongarm = new stdClass();
  742. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  743. $strongarm->api_version = 1;
  744. $strongarm->name = 'uc_length_format_cm';
  745. $strongarm->value = '!value cm';
  746. $export['uc_length_format_cm'] = $strongarm;
  747. $strongarm = new stdClass();
  748. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  749. $strongarm->api_version = 1;
  750. $strongarm->name = 'uc_length_format_ft';
  751. $strongarm->value = '!value ft';
  752. $export['uc_length_format_ft'] = $strongarm;
  753. $strongarm = new stdClass();
  754. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  755. $strongarm->api_version = 1;
  756. $strongarm->name = 'uc_length_format_in';
  757. $strongarm->value = '!value in';
  758. $export['uc_length_format_in'] = $strongarm;
  759. $strongarm = new stdClass();
  760. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  761. $strongarm->api_version = 1;
  762. $strongarm->name = 'uc_length_format_mm';
  763. $strongarm->value = '!value mm';
  764. $export['uc_length_format_mm'] = $strongarm;
  765. $strongarm = new stdClass();
  766. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  767. $strongarm->api_version = 1;
  768. $strongarm->name = 'uc_length_unit';
  769. $strongarm->value = 'cm';
  770. $export['uc_length_unit'] = $strongarm;
  771. $strongarm = new stdClass();
  772. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  773. $strongarm->api_version = 1;
  774. $strongarm->name = 'uc_minimum_subtotal';
  775. $strongarm->value = '1.00';
  776. $export['uc_minimum_subtotal'] = $strongarm;
  777. $strongarm = new stdClass();
  778. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  779. $strongarm->api_version = 1;
  780. $strongarm->name = 'uc_msg_continue_shopping';
  781. $strongarm->value = '<a href="[site:url]">Return to the front page.</a>';
  782. $export['uc_msg_continue_shopping'] = $strongarm;
  783. $strongarm = new stdClass();
  784. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  785. $strongarm->api_version = 1;
  786. $strongarm->name = 'uc_msg_order_existing_user';
  787. $strongarm->value = 'Thank you for subscribing to [store:name].';
  788. $export['uc_msg_order_existing_user'] = $strongarm;
  789. $strongarm = new stdClass();
  790. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  791. $strongarm->api_version = 1;
  792. $strongarm->name = 'uc_msg_order_logged_in';
  793. $strongarm->value = 'Thank you for subscribing to [store:name].';
  794. $export['uc_msg_order_logged_in'] = $strongarm;
  795. $strongarm = new stdClass();
  796. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  797. $strongarm->api_version = 1;
  798. $strongarm->name = 'uc_msg_order_new_user';
  799. $strongarm->value = 'Thank you for subscribing to [store:name]. A new account has been created for you here.
  800. <a href="/fr/user">Login</a> to your new account using the following information:
  801. <strong>Username:</strong> !new_username
  802. <strong>Password:</strong> !new_password';
  803. $export['uc_msg_order_new_user'] = $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 = 'uc_msg_order_new_user_logged_in';
  808. $strongarm->value = 'Thank you for subscribing to [store:name]. A new account has been created for you here.
  809. Your password and further instructions have been sent to your e-mail address.
  810. For your convenience, you are already logged in with your newly created account.
  811. <a href="[site:url]">Return to the front page.</a>';
  812. $export['uc_msg_order_new_user_logged_in'] = $strongarm;
  813. $strongarm = new stdClass();
  814. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  815. $strongarm->api_version = 1;
  816. $strongarm->name = 'uc_msg_order_submit';
  817. $strongarm->value = 'Your order is complete!';
  818. $export['uc_msg_order_submit'] = $strongarm;
  819. $strongarm = new stdClass();
  820. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  821. $strongarm->api_version = 1;
  822. $strongarm->name = 'uc_new_customer_email';
  823. $strongarm->value = 1;
  824. $export['uc_new_customer_email'] = $strongarm;
  825. $strongarm = new stdClass();
  826. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  827. $strongarm->api_version = 1;
  828. $strongarm->name = 'uc_new_customer_login';
  829. $strongarm->value = 1;
  830. $export['uc_new_customer_login'] = $strongarm;
  831. $strongarm = new stdClass();
  832. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  833. $strongarm->api_version = 1;
  834. $strongarm->name = 'uc_new_customer_status_active';
  835. $strongarm->value = 1;
  836. $export['uc_new_customer_status_active'] = $strongarm;
  837. $strongarm = new stdClass();
  838. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  839. $strongarm->api_version = 1;
  840. $strongarm->name = 'uc_order_capitalize_addresses';
  841. $strongarm->value = 1;
  842. $export['uc_order_capitalize_addresses'] = $strongarm;
  843. $strongarm = new stdClass();
  844. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  845. $strongarm->api_version = 1;
  846. $strongarm->name = 'uc_pane_billing_enabled';
  847. $strongarm->value = 1;
  848. $export['uc_pane_billing_enabled'] = $strongarm;
  849. $strongarm = new stdClass();
  850. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  851. $strongarm->api_version = 1;
  852. $strongarm->name = 'uc_pane_billing_weight';
  853. $strongarm->value = '4';
  854. $export['uc_pane_billing_weight'] = $strongarm;
  855. $strongarm = new stdClass();
  856. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  857. $strongarm->api_version = 1;
  858. $strongarm->name = 'uc_pane_cart_enabled';
  859. $strongarm->value = 1;
  860. $export['uc_pane_cart_enabled'] = $strongarm;
  861. $strongarm = new stdClass();
  862. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  863. $strongarm->api_version = 1;
  864. $strongarm->name = 'uc_pane_cart_weight';
  865. $strongarm->value = '1';
  866. $export['uc_pane_cart_weight'] = $strongarm;
  867. $strongarm = new stdClass();
  868. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  869. $strongarm->api_version = 1;
  870. $strongarm->name = 'uc_pane_comments_enabled';
  871. $strongarm->value = 0;
  872. $export['uc_pane_comments_enabled'] = $strongarm;
  873. $strongarm = new stdClass();
  874. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  875. $strongarm->api_version = 1;
  876. $strongarm->name = 'uc_pane_comments_weight';
  877. $strongarm->value = '7';
  878. $export['uc_pane_comments_weight'] = $strongarm;
  879. $strongarm = new stdClass();
  880. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  881. $strongarm->api_version = 1;
  882. $strongarm->name = 'uc_pane_coupon_automatic_enabled';
  883. $strongarm->value = 1;
  884. $export['uc_pane_coupon_automatic_enabled'] = $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 = 'uc_pane_coupon_automatic_weight';
  889. $strongarm->value = '5';
  890. $export['uc_pane_coupon_automatic_weight'] = $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 = 'uc_pane_coupon_enabled';
  895. $strongarm->value = 1;
  896. $export['uc_pane_coupon_enabled'] = $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 = 'uc_pane_coupon_weight';
  901. $strongarm->value = '5';
  902. $export['uc_pane_coupon_weight'] = $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 = 'uc_pane_customer_enabled';
  907. $strongarm->value = 1;
  908. $export['uc_pane_customer_enabled'] = $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 = 'uc_pane_customer_weight';
  913. $strongarm->value = '2';
  914. $export['uc_pane_customer_weight'] = $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 = 'uc_pane_delivery_enabled';
  919. $strongarm->value = 0;
  920. $export['uc_pane_delivery_enabled'] = $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 = 'uc_pane_delivery_weight';
  925. $strongarm->value = '3';
  926. $export['uc_pane_delivery_weight'] = $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 = 'uc_pane_payment_enabled';
  931. $strongarm->value = 1;
  932. $export['uc_pane_payment_enabled'] = $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 = 'uc_pane_payment_weight';
  937. $strongarm->value = '6';
  938. $export['uc_pane_payment_weight'] = $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 = 'uc_pane_uc_termsofservice_agreement_checkout_enabled';
  943. $strongarm->value = 1;
  944. $export['uc_pane_uc_termsofservice_agreement_checkout_enabled'] = $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 = 'uc_pane_uc_termsofservice_agreement_checkout_weight';
  949. $strongarm->value = '6';
  950. $export['uc_pane_uc_termsofservice_agreement_checkout_weight'] = $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 = 'uc_payment_credit_gateway';
  955. $strongarm->value = 'test_gateway';
  956. $export['uc_payment_credit_gateway'] = $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 = 'uc_payment_method_check_checkout';
  961. $strongarm->value = 1;
  962. $export['uc_payment_method_check_checkout'] = $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 = 'uc_payment_method_check_weight';
  967. $strongarm->value = '-9';
  968. $export['uc_payment_method_check_weight'] = $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 = 'uc_payment_method_cmcic_checkout';
  973. $strongarm->value = 1;
  974. $export['uc_payment_method_cmcic_checkout'] = $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 = 'uc_payment_method_cmcic_weight';
  979. $strongarm->value = '-10';
  980. $export['uc_payment_method_cmcic_weight'] = $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 = 'uc_payment_method_cod_checkout';
  985. $strongarm->value = 0;
  986. $export['uc_payment_method_cod_checkout'] = $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 = 'uc_payment_method_cod_weight';
  991. $strongarm->value = '-7';
  992. $export['uc_payment_method_cod_weight'] = $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 = 'uc_payment_method_credit_checkout';
  997. $strongarm->value = 0;
  998. $export['uc_payment_method_credit_checkout'] = $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 = 'uc_payment_method_credit_weight';
  1003. $strongarm->value = '-6';
  1004. $export['uc_payment_method_credit_weight'] = $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 = 'uc_payment_method_free_order_checkout';
  1009. $strongarm->value = 0;
  1010. $export['uc_payment_method_free_order_checkout'] = $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 = 'uc_payment_method_free_order_weight';
  1015. $strongarm->value = '-8';
  1016. $export['uc_payment_method_free_order_weight'] = $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 = 'uc_payment_method_other_checkout';
  1021. $strongarm->value = 0;
  1022. $export['uc_payment_method_other_checkout'] = $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 = 'uc_payment_method_other_weight';
  1027. $strongarm->value = '-5';
  1028. $export['uc_payment_method_other_weight'] = $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 = 'uc_payment_show_order_total_preview';
  1033. $strongarm->value = 1;
  1034. $export['uc_payment_show_order_total_preview'] = $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 = 'uc_pg_test_gateway_cc_txn_type';
  1039. $strongarm->value = 'auth_capture';
  1040. $export['uc_pg_test_gateway_cc_txn_type'] = $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 = 'uc_pg_test_gateway_enabled';
  1045. $strongarm->value = 1;
  1046. $export['uc_pg_test_gateway_enabled'] = $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 = 'uc_product_add_to_cart_qty';
  1051. $strongarm->value = 0;
  1052. $export['uc_product_add_to_cart_qty'] = $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 = 'uc_product_image_widget';
  1057. $strongarm->value = '';
  1058. $export['uc_product_image_widget'] = $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 = 'uc_product_update_node_view';
  1063. $strongarm->value = 0;
  1064. $export['uc_product_update_node_view'] = $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 = 'uc_reports_reported_statuses';
  1069. $strongarm->value = array(
  1070. 'abandoned' => 'abandoned',
  1071. 'canceled' => 'canceled',
  1072. 'in_checkout' => 'in_checkout',
  1073. 'pending' => 'pending',
  1074. 'processing' => 'processing',
  1075. 'payment_received' => 'payment_received',
  1076. 'completed' => 'completed',
  1077. );
  1078. $export['uc_reports_reported_statuses'] = $strongarm;
  1079. $strongarm = new stdClass();
  1080. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1081. $strongarm->api_version = 1;
  1082. $strongarm->name = 'uc_reports_table_size';
  1083. $strongarm->value = '30';
  1084. $export['uc_reports_table_size'] = $strongarm;
  1085. $strongarm = new stdClass();
  1086. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1087. $strongarm->api_version = 1;
  1088. $strongarm->name = 'uc_roles_default_by_quantity';
  1089. $strongarm->value = 0;
  1090. $export['uc_roles_default_by_quantity'] = $strongarm;
  1091. $strongarm = new stdClass();
  1092. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1093. $strongarm->api_version = 1;
  1094. $strongarm->name = 'uc_roles_default_end_expiration';
  1095. $strongarm->value = 'rel';
  1096. $export['uc_roles_default_end_expiration'] = $strongarm;
  1097. $strongarm = new stdClass();
  1098. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1099. $strongarm->api_version = 1;
  1100. $strongarm->name = 'uc_roles_default_end_time';
  1101. $strongarm->value = array(
  1102. 'month' => '12',
  1103. 'day' => '5',
  1104. 'year' => '2012',
  1105. );
  1106. $export['uc_roles_default_end_time'] = $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 = 'uc_roles_default_granularity';
  1111. $strongarm->value = 'year';
  1112. $export['uc_roles_default_granularity'] = $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 = 'uc_roles_default_length';
  1117. $strongarm->value = '1';
  1118. $export['uc_roles_default_length'] = $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 = 'uc_roles_default_role';
  1123. $strongarm->value = '6';
  1124. $export['uc_roles_default_role'] = $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 = 'uc_roles_default_role_choices';
  1129. $strongarm->value = array(
  1130. 10 => '10',
  1131. 6 => '6',
  1132. 8 => '8',
  1133. 9 => 0,
  1134. 7 => 0,
  1135. 11 => 0,
  1136. 5 => 0,
  1137. 3 => 0,
  1138. 4 => 0,
  1139. );
  1140. $export['uc_roles_default_role_choices'] = $strongarm;
  1141. $strongarm = new stdClass();
  1142. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1143. $strongarm->api_version = 1;
  1144. $strongarm->name = 'uc_roles_default_show_expiration';
  1145. $strongarm->value = 1;
  1146. $export['uc_roles_default_show_expiration'] = $strongarm;
  1147. $strongarm = new stdClass();
  1148. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1149. $strongarm->api_version = 1;
  1150. $strongarm->name = 'uc_roles_reminder_granularity';
  1151. $strongarm->value = 'month';
  1152. $export['uc_roles_reminder_granularity'] = $strongarm;
  1153. $strongarm = new stdClass();
  1154. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1155. $strongarm->api_version = 1;
  1156. $strongarm->name = 'uc_roles_reminder_length';
  1157. $strongarm->value = '1';
  1158. $export['uc_roles_reminder_length'] = $strongarm;
  1159. $strongarm = new stdClass();
  1160. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1161. $strongarm->api_version = 1;
  1162. $strongarm->name = 'uc_sign_after_amount';
  1163. $strongarm->value = 1;
  1164. $export['uc_sign_after_amount'] = $strongarm;
  1165. $strongarm = new stdClass();
  1166. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1167. $strongarm->api_version = 1;
  1168. $strongarm->name = 'uc_store_city';
  1169. $strongarm->value = 'Paris';
  1170. $export['uc_store_city'] = $strongarm;
  1171. $strongarm = new stdClass();
  1172. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1173. $strongarm->api_version = 1;
  1174. $strongarm->name = 'uc_store_country';
  1175. $strongarm->value = '250';
  1176. $export['uc_store_country'] = $strongarm;
  1177. $strongarm = new stdClass();
  1178. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1179. $strongarm->api_version = 1;
  1180. $strongarm->name = 'uc_store_email';
  1181. $strongarm->value = 'info@materio.com';
  1182. $export['uc_store_email'] = $strongarm;
  1183. $strongarm = new stdClass();
  1184. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1185. $strongarm->api_version = 1;
  1186. $strongarm->name = 'uc_store_email_include_name';
  1187. $strongarm->value = 1;
  1188. $export['uc_store_email_include_name'] = $strongarm;
  1189. $strongarm = new stdClass();
  1190. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1191. $strongarm->api_version = 1;
  1192. $strongarm->name = 'uc_store_fax';
  1193. $strongarm->value = '';
  1194. $export['uc_store_fax'] = $strongarm;
  1195. $strongarm = new stdClass();
  1196. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1197. $strongarm->api_version = 1;
  1198. $strongarm->name = 'uc_store_help_page';
  1199. $strongarm->value = '';
  1200. $export['uc_store_help_page'] = $strongarm;
  1201. $strongarm = new stdClass();
  1202. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1203. $strongarm->api_version = 1;
  1204. $strongarm->name = 'uc_store_name';
  1205. $strongarm->value = 'materiO’';
  1206. $export['uc_store_name'] = $strongarm;
  1207. $strongarm = new stdClass();
  1208. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1209. $strongarm->api_version = 1;
  1210. $strongarm->name = 'uc_store_owner';
  1211. $strongarm->value = '';
  1212. $export['uc_store_owner'] = $strongarm;
  1213. $strongarm = new stdClass();
  1214. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1215. $strongarm->api_version = 1;
  1216. $strongarm->name = 'uc_store_phone';
  1217. $strongarm->value = '';
  1218. $export['uc_store_phone'] = $strongarm;
  1219. $strongarm = new stdClass();
  1220. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1221. $strongarm->api_version = 1;
  1222. $strongarm->name = 'uc_store_postal_code';
  1223. $strongarm->value = '75012';
  1224. $export['uc_store_postal_code'] = $strongarm;
  1225. $strongarm = new stdClass();
  1226. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1227. $strongarm->api_version = 1;
  1228. $strongarm->name = 'uc_store_street1';
  1229. $strongarm->value = '74 rue du faubourg saint antoine';
  1230. $export['uc_store_street1'] = $strongarm;
  1231. $strongarm = new stdClass();
  1232. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1233. $strongarm->api_version = 1;
  1234. $strongarm->name = 'uc_store_street2';
  1235. $strongarm->value = '';
  1236. $export['uc_store_street2'] = $strongarm;
  1237. $strongarm = new stdClass();
  1238. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1239. $strongarm->api_version = 1;
  1240. $strongarm->name = 'uc_store_zone';
  1241. $strongarm->value = 0;
  1242. $export['uc_store_zone'] = $strongarm;
  1243. $strongarm = new stdClass();
  1244. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1245. $strongarm->api_version = 1;
  1246. $strongarm->name = 'uc_termsofservice_checkout_display';
  1247. $strongarm->value = 'teaser';
  1248. $export['uc_termsofservice_checkout_display'] = $strongarm;
  1249. $strongarm = new stdClass();
  1250. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1251. $strongarm->api_version = 1;
  1252. $strongarm->name = 'uc_termsofservice_checkout_node';
  1253. $strongarm->value = '';
  1254. $export['uc_termsofservice_checkout_node'] = $strongarm;
  1255. $strongarm = new stdClass();
  1256. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1257. $strongarm->api_version = 1;
  1258. $strongarm->name = 'uc_termsofservice_checkout_required';
  1259. $strongarm->value = 0;
  1260. $export['uc_termsofservice_checkout_required'] = $strongarm;
  1261. $strongarm = new stdClass();
  1262. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1263. $strongarm->api_version = 1;
  1264. $strongarm->name = 'uc_termsofservice_checkout_rules';
  1265. $strongarm->value = 0;
  1266. $export['uc_termsofservice_checkout_rules'] = $strongarm;
  1267. $strongarm = new stdClass();
  1268. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1269. $strongarm->api_version = 1;
  1270. $strongarm->name = 'uc_termsofservice_checkout_title';
  1271. $strongarm->value = '1';
  1272. $export['uc_termsofservice_checkout_title'] = $strongarm;
  1273. $strongarm = new stdClass();
  1274. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1275. $strongarm->api_version = 1;
  1276. $strongarm->name = 'uc_use_next_buttons';
  1277. $strongarm->value = 0;
  1278. $export['uc_use_next_buttons'] = $strongarm;
  1279. $strongarm = new stdClass();
  1280. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1281. $strongarm->api_version = 1;
  1282. $strongarm->name = 'uc_weight_format_g';
  1283. $strongarm->value = '!value g';
  1284. $export['uc_weight_format_g'] = $strongarm;
  1285. $strongarm = new stdClass();
  1286. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1287. $strongarm->api_version = 1;
  1288. $strongarm->name = 'uc_weight_format_kg';
  1289. $strongarm->value = '!value kg';
  1290. $export['uc_weight_format_kg'] = $strongarm;
  1291. $strongarm = new stdClass();
  1292. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1293. $strongarm->api_version = 1;
  1294. $strongarm->name = 'uc_weight_format_lb';
  1295. $strongarm->value = '!value lb';
  1296. $export['uc_weight_format_lb'] = $strongarm;
  1297. $strongarm = new stdClass();
  1298. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1299. $strongarm->api_version = 1;
  1300. $strongarm->name = 'uc_weight_format_oz';
  1301. $strongarm->value = '!value oz';
  1302. $export['uc_weight_format_oz'] = $strongarm;
  1303. $strongarm = new stdClass();
  1304. $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
  1305. $strongarm->api_version = 1;
  1306. $strongarm->name = 'uc_weight_unit';
  1307. $strongarm->value = 'kg';
  1308. $export['uc_weight_unit'] = $strongarm;
  1309. return $export;
  1310. }