clameurs.features.field_instance.inc 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085
  1. <?php
  2. /**
  3. * @file
  4. * clameurs.features.field_instance.inc
  5. */
  6. /**
  7. * Implements hook_field_default_field_instances().
  8. */
  9. function clameurs_field_default_field_instances() {
  10. $field_instances = array();
  11. // Exported field_instance: 'cer-cer-cer_bidirectional'.
  12. $field_instances['cer-cer-cer_bidirectional'] = array(
  13. 'bundle' => 'cer',
  14. 'default_value' => array(
  15. 0 => array(
  16. 'value' => 1,
  17. ),
  18. ),
  19. 'deleted' => 0,
  20. 'description' => '',
  21. 'display' => array(
  22. 'default' => array(
  23. 'label' => 'above',
  24. 'module' => 'list',
  25. 'settings' => array(),
  26. 'type' => 'list_default',
  27. 'weight' => 1,
  28. ),
  29. ),
  30. 'entity_type' => 'cer',
  31. 'field_name' => 'cer_bidirectional',
  32. 'label' => 'Bidirectional',
  33. 'required' => 0,
  34. 'settings' => array(
  35. 'entity_translation_sync' => FALSE,
  36. 'user_register_form' => FALSE,
  37. ),
  38. 'widget' => array(
  39. 'active' => 1,
  40. 'module' => 'options',
  41. 'settings' => array(
  42. 'display_label' => 1,
  43. ),
  44. 'type' => 'options_onoff',
  45. 'weight' => 3,
  46. ),
  47. );
  48. // Exported field_instance: 'cer-cer-cer_enabled'.
  49. $field_instances['cer-cer-cer_enabled'] = array(
  50. 'bundle' => 'cer',
  51. 'default_value' => array(
  52. 0 => array(
  53. 'value' => 1,
  54. ),
  55. ),
  56. 'deleted' => 0,
  57. 'description' => '',
  58. 'display' => array(
  59. 'default' => array(
  60. 'label' => 'above',
  61. 'module' => 'list',
  62. 'settings' => array(),
  63. 'type' => 'list_default',
  64. 'weight' => 0,
  65. ),
  66. ),
  67. 'entity_type' => 'cer',
  68. 'field_name' => 'cer_enabled',
  69. 'label' => 'Enabled',
  70. 'required' => 0,
  71. 'settings' => array(
  72. 'entity_translation_sync' => FALSE,
  73. 'user_register_form' => FALSE,
  74. ),
  75. 'widget' => array(
  76. 'active' => 1,
  77. 'module' => 'options',
  78. 'settings' => array(
  79. 'display_label' => 1,
  80. ),
  81. 'type' => 'options_onoff',
  82. 'weight' => 2,
  83. ),
  84. );
  85. // Exported field_instance: 'cer-cer-cer_left'.
  86. $field_instances['cer-cer-cer_left'] = array(
  87. 'bundle' => 'cer',
  88. 'default_value' => NULL,
  89. 'deleted' => 0,
  90. 'description' => '',
  91. 'display' => array(
  92. 'default' => array(
  93. 'label' => 'hidden',
  94. 'module' => 'field_object',
  95. 'settings' => array(),
  96. 'type' => 'field_object_label',
  97. 'weight' => 5,
  98. ),
  99. ),
  100. 'entity_type' => 'cer',
  101. 'field_name' => 'cer_left',
  102. 'label' => 'Left Field',
  103. 'required' => 1,
  104. 'settings' => array(
  105. 'entity_translation_sync' => FALSE,
  106. 'function' => 'CerFieldChain::collectAll',
  107. 'user_register_form' => FALSE,
  108. ),
  109. 'widget' => array(
  110. 'active' => 1,
  111. 'module' => 'options',
  112. 'settings' => array(),
  113. 'type' => 'options_select',
  114. 'weight' => 0,
  115. ),
  116. );
  117. // Exported field_instance: 'cer-cer-cer_right'.
  118. $field_instances['cer-cer-cer_right'] = array(
  119. 'bundle' => 'cer',
  120. 'default_value' => NULL,
  121. 'deleted' => 0,
  122. 'description' => '',
  123. 'display' => array(
  124. 'default' => array(
  125. 'label' => 'hidden',
  126. 'module' => 'field_object',
  127. 'settings' => array(),
  128. 'type' => 'field_object_label',
  129. 'weight' => 6,
  130. ),
  131. ),
  132. 'entity_type' => 'cer',
  133. 'field_name' => 'cer_right',
  134. 'label' => 'Right Field',
  135. 'required' => 1,
  136. 'settings' => array(
  137. 'entity_translation_sync' => FALSE,
  138. 'function' => 'CerFieldChain::collectAll',
  139. 'user_register_form' => FALSE,
  140. ),
  141. 'widget' => array(
  142. 'active' => 1,
  143. 'module' => 'options',
  144. 'settings' => array(),
  145. 'type' => 'options_select',
  146. 'weight' => 1,
  147. ),
  148. );
  149. // Exported field_instance: 'cer-cer-cer_weight'.
  150. $field_instances['cer-cer-cer_weight'] = array(
  151. 'bundle' => 'cer',
  152. 'default_value' => array(
  153. 0 => array(
  154. 'value' => 0,
  155. ),
  156. ),
  157. 'deleted' => 0,
  158. 'description' => '',
  159. 'display' => array(
  160. 'default' => array(
  161. 'label' => 'above',
  162. 'module' => 'list',
  163. 'settings' => array(),
  164. 'type' => 'list_default',
  165. 'weight' => 4,
  166. ),
  167. ),
  168. 'entity_type' => 'cer',
  169. 'field_name' => 'cer_weight',
  170. 'label' => 'Weight',
  171. 'required' => 1,
  172. 'settings' => array(
  173. 'entity_translation_sync' => FALSE,
  174. 'user_register_form' => FALSE,
  175. ),
  176. 'widget' => array(
  177. 'active' => 1,
  178. 'module' => 'options',
  179. 'settings' => array(),
  180. 'type' => 'options_select',
  181. 'weight' => 4,
  182. ),
  183. );
  184. // Exported field_instance: 'file-image-field_legende'.
  185. $field_instances['file-image-field_legende'] = array(
  186. 'bundle' => 'image',
  187. 'default_value' => NULL,
  188. 'deleted' => 0,
  189. 'description' => '',
  190. 'display' => array(
  191. 'default' => array(
  192. 'label' => 'above',
  193. 'module' => 'text',
  194. 'settings' => array(),
  195. 'type' => 'text_default',
  196. 'weight' => 0,
  197. ),
  198. ),
  199. 'entity_type' => 'file',
  200. 'field_name' => 'field_legende',
  201. 'label' => 'Legende',
  202. 'required' => 0,
  203. 'settings' => array(
  204. 'entity_translation_sync' => FALSE,
  205. 'text_processing' => 0,
  206. 'user_register_form' => FALSE,
  207. ),
  208. 'widget' => array(
  209. 'active' => 1,
  210. 'module' => 'text',
  211. 'settings' => array(
  212. 'size' => 60,
  213. ),
  214. 'type' => 'text_textfield',
  215. 'weight' => 1,
  216. ),
  217. );
  218. // Exported field_instance: 'node-documentair-field_doc'.
  219. $field_instances['node-documentair-field_doc'] = array(
  220. 'bundle' => 'documentair',
  221. 'default_value' => NULL,
  222. 'deleted' => 0,
  223. 'description' => '',
  224. 'display' => array(
  225. 'accueil' => array(
  226. 'label' => 'hidden',
  227. 'module' => 'entityreference',
  228. 'settings' => array(
  229. 'link' => FALSE,
  230. ),
  231. 'type' => 'entityreference_label',
  232. 'weight' => 0,
  233. ),
  234. 'default' => array(
  235. 'label' => 'above',
  236. 'module' => 'entityreference',
  237. 'settings' => array(
  238. 'link' => FALSE,
  239. ),
  240. 'type' => 'entityreference_label',
  241. 'weight' => 1,
  242. ),
  243. 'teaser' => array(
  244. 'label' => 'hidden',
  245. 'module' => 'entityreference',
  246. 'settings' => array(
  247. 'link' => FALSE,
  248. ),
  249. 'type' => 'entityreference_label',
  250. 'weight' => 0,
  251. ),
  252. ),
  253. 'entity_type' => 'node',
  254. 'field_name' => 'field_doc',
  255. 'label' => 'Doc',
  256. 'required' => 0,
  257. 'settings' => array(
  258. 'behaviors' => array(
  259. 'taxonomy-index' => array(
  260. 'status' => TRUE,
  261. ),
  262. ),
  263. 'entity_translation_sync' => FALSE,
  264. 'user_register_form' => FALSE,
  265. ),
  266. 'widget' => array(
  267. 'active' => 1,
  268. 'module' => 'options',
  269. 'settings' => array(),
  270. 'type' => 'options_select',
  271. 'weight' => 1,
  272. ),
  273. );
  274. // Exported field_instance: 'node-documentair-field_emvideo'.
  275. $field_instances['node-documentair-field_emvideo'] = array(
  276. 'bundle' => 'documentair',
  277. 'default_value' => NULL,
  278. 'deleted' => 0,
  279. 'description' => '',
  280. 'display' => array(
  281. 'accueil' => array(
  282. 'label' => 'hidden',
  283. 'module' => 'video_embed_field',
  284. 'settings' => array(
  285. 'description' => 1,
  286. 'description_position' => 'bottom',
  287. 'image_link' => 'source',
  288. 'image_style' => 'video_thumb_docu',
  289. ),
  290. 'type' => 'video_embed_field_thumbnail',
  291. 'weight' => 5,
  292. ),
  293. 'default' => array(
  294. 'label' => 'above',
  295. 'module' => 'video_embed_field',
  296. 'settings' => array(
  297. 'description' => 1,
  298. 'description_position' => 'bottom',
  299. 'video_style' => 'normal',
  300. ),
  301. 'type' => 'video_embed_field',
  302. 'weight' => 5,
  303. ),
  304. 'teaser' => array(
  305. 'label' => 'hidden',
  306. 'module' => 'video_embed_field_overlay',
  307. 'settings' => array(
  308. 'description' => 1,
  309. 'image_style' => 'video_thumb_docu',
  310. 'overlay' => 'dom-window',
  311. 'show_thumbnail' => 1,
  312. 'video_style' => 'normal',
  313. ),
  314. 'type' => 'video_embed_field_overlay',
  315. 'weight' => 2,
  316. ),
  317. ),
  318. 'entity_type' => 'node',
  319. 'field_name' => 'field_emvideo',
  320. 'label' => 'Video',
  321. 'required' => 0,
  322. 'settings' => array(
  323. 'allowed_providers' => array(
  324. 'vimeo' => 'vimeo',
  325. 'youtube' => 'youtube',
  326. ),
  327. 'description_field' => 0,
  328. 'description_length' => 128,
  329. 'entity_translation_sync' => FALSE,
  330. 'user_register_form' => FALSE,
  331. ),
  332. 'widget' => array(
  333. 'active' => 0,
  334. 'module' => 'video_embed_field',
  335. 'settings' => array(),
  336. 'type' => 'video_embed_field_video',
  337. 'weight' => 4,
  338. ),
  339. );
  340. // Exported field_instance: 'node-documentair-field_thematique'.
  341. $field_instances['node-documentair-field_thematique'] = array(
  342. 'bundle' => 'documentair',
  343. 'default_value' => NULL,
  344. 'deleted' => 0,
  345. 'description' => '',
  346. 'display' => array(
  347. 'accueil' => array(
  348. 'label' => 'above',
  349. 'settings' => array(),
  350. 'type' => 'hidden',
  351. 'weight' => 5,
  352. ),
  353. 'default' => array(
  354. 'label' => 'above',
  355. 'module' => 'entityreference',
  356. 'settings' => array(
  357. 'link' => FALSE,
  358. ),
  359. 'type' => 'entityreference_label',
  360. 'weight' => 3,
  361. ),
  362. 'teaser' => array(
  363. 'label' => 'above',
  364. 'settings' => array(),
  365. 'type' => 'hidden',
  366. 'weight' => 5,
  367. ),
  368. ),
  369. 'entity_type' => 'node',
  370. 'field_name' => 'field_thematique',
  371. 'label' => 'Thématique',
  372. 'required' => 0,
  373. 'settings' => array(
  374. 'entity_translation_sync' => FALSE,
  375. 'user_register_form' => FALSE,
  376. ),
  377. 'widget' => array(
  378. 'active' => 1,
  379. 'module' => 'entityreference',
  380. 'settings' => array(
  381. 'match_operator' => 'CONTAINS',
  382. 'path' => '',
  383. 'size' => 60,
  384. ),
  385. 'type' => 'entityreference_autocomplete',
  386. 'weight' => 2,
  387. ),
  388. );
  389. // Exported field_instance: 'node-documentair-title_field'.
  390. $field_instances['node-documentair-title_field'] = array(
  391. 'bundle' => 'documentair',
  392. 'default_value' => NULL,
  393. 'deleted' => 0,
  394. 'description' => '',
  395. 'display' => array(
  396. 'accueil' => array(
  397. 'label' => 'hidden',
  398. 'module' => 'text',
  399. 'settings' => array(),
  400. 'type' => 'text_default',
  401. 'weight' => 1,
  402. ),
  403. 'default' => array(
  404. 'label' => 'above',
  405. 'settings' => array(),
  406. 'type' => 'hidden',
  407. 'weight' => 6,
  408. ),
  409. 'teaser' => array(
  410. 'label' => 'above',
  411. 'settings' => array(),
  412. 'type' => 'hidden',
  413. 'weight' => 0,
  414. ),
  415. ),
  416. 'entity_type' => 'node',
  417. 'field_name' => 'title_field',
  418. 'label' => 'Titre',
  419. 'required' => TRUE,
  420. 'settings' => array(
  421. 'entity_translation_sync' => FALSE,
  422. 'hide_label' => array(
  423. 'entity' => FALSE,
  424. 'page' => FALSE,
  425. ),
  426. 'text_processing' => 0,
  427. 'user_register_form' => FALSE,
  428. ),
  429. 'widget' => array(
  430. 'module' => 'text',
  431. 'settings' => array(
  432. 'size' => 60,
  433. ),
  434. 'type' => 'text_textfield',
  435. 'weight' => 0,
  436. ),
  437. );
  438. // Exported field_instance: 'node-episode-field_emvideo'.
  439. $field_instances['node-episode-field_emvideo'] = array(
  440. 'bundle' => 'episode',
  441. 'default_value' => NULL,
  442. 'deleted' => 0,
  443. 'description' => '',
  444. 'display' => array(
  445. 'accueil' => array(
  446. 'label' => 'hidden',
  447. 'module' => 'video_embed_field',
  448. 'settings' => array(
  449. 'description' => 1,
  450. 'description_position' => 'bottom',
  451. 'image_link' => 'source',
  452. 'image_style' => 'video_thumb_episode',
  453. ),
  454. 'type' => 'video_embed_field_thumbnail',
  455. 'weight' => 9,
  456. ),
  457. 'default' => array(
  458. 'label' => 'above',
  459. 'module' => 'video_embed_field',
  460. 'settings' => array(
  461. 'description' => 1,
  462. 'description_position' => 'bottom',
  463. 'video_style' => 'normal',
  464. ),
  465. 'type' => 'video_embed_field',
  466. 'weight' => 5,
  467. ),
  468. 'teaser' => array(
  469. 'label' => 'hidden',
  470. 'module' => 'video_embed_field_overlay',
  471. 'settings' => array(
  472. 'description' => 1,
  473. 'image_style' => 'video_thumb_episode',
  474. 'overlay' => 'dom-window',
  475. 'show_thumbnail' => 1,
  476. 'video_style' => 'normal',
  477. ),
  478. 'type' => 'video_embed_field_overlay',
  479. 'weight' => 2,
  480. ),
  481. ),
  482. 'entity_type' => 'node',
  483. 'field_name' => 'field_emvideo',
  484. 'label' => 'Video',
  485. 'required' => 0,
  486. 'settings' => array(
  487. 'allowed_providers' => array(
  488. 'vimeo' => 'vimeo',
  489. 'youtube' => 'youtube',
  490. ),
  491. 'description_field' => 0,
  492. 'description_length' => 128,
  493. 'entity_translation_sync' => FALSE,
  494. 'user_register_form' => FALSE,
  495. ),
  496. 'widget' => array(
  497. 'active' => 0,
  498. 'module' => 'video_embed_field',
  499. 'settings' => array(),
  500. 'type' => 'video_embed_field_video',
  501. 'weight' => 3,
  502. ),
  503. );
  504. // Exported field_instance: 'node-episode-field_habiter'.
  505. $field_instances['node-episode-field_habiter'] = array(
  506. 'bundle' => 'episode',
  507. 'default_value' => NULL,
  508. 'deleted' => 0,
  509. 'description' => '',
  510. 'display' => array(
  511. 'accueil' => array(
  512. 'label' => 'hidden',
  513. 'settings' => array(),
  514. 'type' => 'hidden',
  515. 'weight' => 0,
  516. ),
  517. 'default' => array(
  518. 'label' => 'above',
  519. 'module' => 'entityreference',
  520. 'settings' => array(
  521. 'link' => FALSE,
  522. ),
  523. 'type' => 'entityreference_label',
  524. 'weight' => 3,
  525. ),
  526. 'teaser' => array(
  527. 'label' => 'hidden',
  528. 'module' => 'entityreference',
  529. 'settings' => array(
  530. 'link' => FALSE,
  531. ),
  532. 'type' => 'entityreference_label',
  533. 'weight' => 0,
  534. ),
  535. ),
  536. 'entity_type' => 'node',
  537. 'field_name' => 'field_habiter',
  538. 'label' => 'Habiter',
  539. 'required' => 0,
  540. 'settings' => array(
  541. 'behaviors' => array(
  542. 'taxonomy-index' => array(
  543. 'status' => TRUE,
  544. ),
  545. ),
  546. 'entity_translation_sync' => FALSE,
  547. 'user_register_form' => FALSE,
  548. ),
  549. 'widget' => array(
  550. 'active' => 1,
  551. 'module' => 'field_extrawidgets',
  552. 'settings' => array(
  553. 'display_empty' => 0,
  554. 'formatter' => 'entityreference_label',
  555. 'formatter_settings' => array(
  556. 'link' => 0,
  557. ),
  558. ),
  559. 'type' => 'field_extrawidgets_read_only',
  560. 'weight' => 1,
  561. ),
  562. );
  563. // Exported field_instance: 'node-episode-field_thematique'.
  564. $field_instances['node-episode-field_thematique'] = array(
  565. 'bundle' => 'episode',
  566. 'default_value' => NULL,
  567. 'deleted' => 0,
  568. 'description' => '',
  569. 'display' => array(
  570. 'accueil' => array(
  571. 'label' => 'above',
  572. 'settings' => array(),
  573. 'type' => 'hidden',
  574. 'weight' => 8,
  575. ),
  576. 'default' => array(
  577. 'label' => 'above',
  578. 'module' => 'entityreference',
  579. 'settings' => array(
  580. 'link' => FALSE,
  581. ),
  582. 'type' => 'entityreference_label',
  583. 'weight' => 4,
  584. ),
  585. 'teaser' => array(
  586. 'label' => 'above',
  587. 'settings' => array(),
  588. 'type' => 'hidden',
  589. 'weight' => 6,
  590. ),
  591. ),
  592. 'entity_type' => 'node',
  593. 'field_name' => 'field_thematique',
  594. 'label' => 'Thématique',
  595. 'required' => 0,
  596. 'settings' => array(
  597. 'entity_translation_sync' => FALSE,
  598. 'user_register_form' => FALSE,
  599. ),
  600. 'widget' => array(
  601. 'active' => 1,
  602. 'module' => 'entityreference',
  603. 'settings' => array(
  604. 'match_operator' => 'CONTAINS',
  605. 'path' => '',
  606. 'size' => 60,
  607. ),
  608. 'type' => 'entityreference_autocomplete',
  609. 'weight' => 2,
  610. ),
  611. );
  612. // Exported field_instance: 'node-episode-title_field'.
  613. $field_instances['node-episode-title_field'] = array(
  614. 'bundle' => 'episode',
  615. 'default_value' => NULL,
  616. 'deleted' => 0,
  617. 'description' => '',
  618. 'display' => array(
  619. 'accueil' => array(
  620. 'label' => 'hidden',
  621. 'module' => 'text',
  622. 'settings' => array(),
  623. 'type' => 'text_default',
  624. 'weight' => 3,
  625. ),
  626. 'default' => array(
  627. 'label' => 'above',
  628. 'settings' => array(),
  629. 'type' => 'hidden',
  630. 'weight' => 6,
  631. ),
  632. 'teaser' => array(
  633. 'label' => 'above',
  634. 'settings' => array(),
  635. 'type' => 'hidden',
  636. 'weight' => 0,
  637. ),
  638. ),
  639. 'entity_type' => 'node',
  640. 'field_name' => 'title_field',
  641. 'label' => 'Titre',
  642. 'required' => TRUE,
  643. 'settings' => array(
  644. 'entity_translation_sync' => FALSE,
  645. 'hide_label' => array(
  646. 'entity' => FALSE,
  647. 'page' => FALSE,
  648. ),
  649. 'text_processing' => 0,
  650. 'user_register_form' => FALSE,
  651. ),
  652. 'widget' => array(
  653. 'module' => 'text',
  654. 'settings' => array(
  655. 'size' => 60,
  656. ),
  657. 'type' => 'text_textfield',
  658. 'weight' => 0,
  659. ),
  660. );
  661. // Exported field_instance: 'node-thematique-body'.
  662. $field_instances['node-thematique-body'] = array(
  663. 'bundle' => 'thematique',
  664. 'default_value' => NULL,
  665. 'deleted' => 0,
  666. 'description' => '',
  667. 'display' => array(
  668. 'accueil' => array(
  669. 'label' => 'hidden',
  670. 'module' => 'text',
  671. 'settings' => array(),
  672. 'type' => 'text_default',
  673. 'weight' => 3,
  674. ),
  675. 'default' => array(
  676. 'label' => 'hidden',
  677. 'module' => 'text',
  678. 'settings' => array(),
  679. 'type' => 'text_default',
  680. 'weight' => 0,
  681. ),
  682. 'teaser' => array(
  683. 'label' => 'hidden',
  684. 'module' => 'text',
  685. 'settings' => array(),
  686. 'type' => 'text_default',
  687. 'weight' => 1,
  688. ),
  689. ),
  690. 'entity_type' => 'node',
  691. 'field_name' => 'body',
  692. 'label' => 'Body',
  693. 'required' => FALSE,
  694. 'settings' => array(
  695. 'display_summary' => TRUE,
  696. 'entity_translation_sync' => FALSE,
  697. 'text_processing' => 1,
  698. 'user_register_form' => FALSE,
  699. ),
  700. 'widget' => array(
  701. 'module' => 'text',
  702. 'settings' => array(
  703. 'rows' => 20,
  704. 'summary_rows' => 5,
  705. ),
  706. 'type' => 'text_textarea_with_summary',
  707. 'weight' => 4,
  708. ),
  709. );
  710. // Exported field_instance: 'node-thematique-field_description'.
  711. $field_instances['node-thematique-field_description'] = array(
  712. 'bundle' => 'thematique',
  713. 'default_value' => NULL,
  714. 'deleted' => 0,
  715. 'description' => '',
  716. 'display' => array(
  717. 'accueil' => array(
  718. 'label' => 'hidden',
  719. 'module' => 'text',
  720. 'settings' => array(),
  721. 'type' => 'text_default',
  722. 'weight' => 11,
  723. ),
  724. 'default' => array(
  725. 'label' => 'above',
  726. 'module' => 'text',
  727. 'settings' => array(),
  728. 'type' => 'text_default',
  729. 'weight' => 2,
  730. ),
  731. 'teaser' => array(
  732. 'label' => 'hidden',
  733. 'module' => 'text',
  734. 'settings' => array(),
  735. 'type' => 'text_default',
  736. 'weight' => 9,
  737. ),
  738. ),
  739. 'entity_type' => 'node',
  740. 'field_name' => 'field_description',
  741. 'label' => 'Description',
  742. 'required' => 0,
  743. 'settings' => array(
  744. 'entity_translation_sync' => FALSE,
  745. 'linkit' => array(
  746. 'button_text' => 'Recherche',
  747. 'enable' => 0,
  748. 'profile' => '',
  749. ),
  750. 'text_processing' => 1,
  751. 'user_register_form' => FALSE,
  752. ),
  753. 'widget' => array(
  754. 'active' => 1,
  755. 'module' => 'text',
  756. 'settings' => array(
  757. 'rows' => 5,
  758. ),
  759. 'type' => 'text_textarea',
  760. 'weight' => 103,
  761. ),
  762. );
  763. // Exported field_instance: 'node-thematique-field_eclairages'.
  764. $field_instances['node-thematique-field_eclairages'] = array(
  765. 'bundle' => 'thematique',
  766. 'default_value' => NULL,
  767. 'deleted' => 0,
  768. 'description' => '',
  769. 'display' => array(
  770. 'accueil' => array(
  771. 'label' => 'hidden',
  772. 'module' => 'entityreference',
  773. 'settings' => array(
  774. 'links' => 0,
  775. 'use_content_language' => 1,
  776. 'view_mode' => 'accueil',
  777. ),
  778. 'type' => 'entityreference_entity_view',
  779. 'weight' => 6,
  780. ),
  781. 'default' => array(
  782. 'label' => 'above',
  783. 'module' => 'entityreference',
  784. 'settings' => array(
  785. 'link' => FALSE,
  786. ),
  787. 'type' => 'entityreference_label',
  788. 'weight' => 6,
  789. ),
  790. 'teaser' => array(
  791. 'label' => 'above',
  792. 'settings' => array(),
  793. 'type' => 'hidden',
  794. 'weight' => 7,
  795. ),
  796. ),
  797. 'entity_type' => 'node',
  798. 'field_name' => 'field_eclairages',
  799. 'label' => 'éclairages',
  800. 'required' => 0,
  801. 'settings' => array(
  802. 'entity_translation_sync' => FALSE,
  803. 'user_register_form' => FALSE,
  804. ),
  805. 'widget' => array(
  806. 'active' => 1,
  807. 'module' => 'entityreference',
  808. 'settings' => array(
  809. 'match_operator' => 'CONTAINS',
  810. 'path' => '',
  811. 'size' => 60,
  812. ),
  813. 'type' => 'entityreference_autocomplete',
  814. 'weight' => 100,
  815. ),
  816. );
  817. // Exported field_instance: 'node-thematique-field_ecouter'.
  818. $field_instances['node-thematique-field_ecouter'] = array(
  819. 'bundle' => 'thematique',
  820. 'default_value' => NULL,
  821. 'deleted' => 0,
  822. 'description' => '',
  823. 'display' => array(
  824. 'accueil' => array(
  825. 'label' => 'hidden',
  826. 'module' => 'taxonomy',
  827. 'settings' => array(),
  828. 'type' => 'taxonomy_term_reference_plain',
  829. 'weight' => 10,
  830. ),
  831. 'default' => array(
  832. 'label' => 'above',
  833. 'module' => 'taxonomy',
  834. 'settings' => array(),
  835. 'type' => 'taxonomy_term_reference_link',
  836. 'weight' => 5,
  837. ),
  838. 'teaser' => array(
  839. 'label' => 'above',
  840. 'settings' => array(),
  841. 'type' => 'hidden',
  842. 'weight' => 6,
  843. ),
  844. ),
  845. 'entity_type' => 'node',
  846. 'field_name' => 'field_ecouter',
  847. 'label' => 'Écouter',
  848. 'required' => 0,
  849. 'settings' => array(
  850. 'entity_translation_sync' => FALSE,
  851. 'user_register_form' => FALSE,
  852. ),
  853. 'widget' => array(
  854. 'active' => 1,
  855. 'module' => 'field_extrawidgets',
  856. 'settings' => array(
  857. 'display_empty' => 0,
  858. 'formatter' => 'taxonomy_term_reference_plain',
  859. 'formatter_settings' => array(),
  860. ),
  861. 'type' => 'field_extrawidgets_read_only',
  862. 'weight' => 5,
  863. ),
  864. );
  865. // Exported field_instance: 'node-thematique-field_emvideo'.
  866. $field_instances['node-thematique-field_emvideo'] = array(
  867. 'bundle' => 'thematique',
  868. 'default_value' => NULL,
  869. 'deleted' => 0,
  870. 'description' => '',
  871. 'display' => array(
  872. 'accueil' => array(
  873. 'label' => 'hidden',
  874. 'module' => 'video_embed_field',
  875. 'settings' => array(
  876. 'description' => 1,
  877. 'description_position' => 'bottom',
  878. 'image_link' => 'source',
  879. 'image_style' => 'video_thumb_themat',
  880. ),
  881. 'type' => 'video_embed_field_thumbnail',
  882. 'weight' => 8,
  883. ),
  884. 'default' => array(
  885. 'label' => 'above',
  886. 'module' => 'video_embed_field',
  887. 'settings' => array(
  888. 'description' => 1,
  889. 'description_position' => 'bottom',
  890. 'video_style' => 'normal',
  891. ),
  892. 'type' => 'video_embed_field',
  893. 'weight' => 7,
  894. ),
  895. 'teaser' => array(
  896. 'label' => 'hidden',
  897. 'module' => 'video_embed_field_overlay',
  898. 'settings' => array(
  899. 'description' => 1,
  900. 'image_style' => 'video_thumb_themat',
  901. 'overlay' => 'dom-window',
  902. 'show_thumbnail' => 1,
  903. 'video_style' => 'normal',
  904. ),
  905. 'type' => 'video_embed_field_overlay',
  906. 'weight' => 8,
  907. ),
  908. ),
  909. 'entity_type' => 'node',
  910. 'field_name' => 'field_emvideo',
  911. 'label' => 'Video',
  912. 'required' => 0,
  913. 'settings' => array(
  914. 'allowed_providers' => array(
  915. 'vimeo' => 'vimeo',
  916. 'youtube' => 'youtube',
  917. ),
  918. 'description_field' => 0,
  919. 'description_length' => 128,
  920. 'entity_translation_sync' => FALSE,
  921. 'user_register_form' => FALSE,
  922. ),
  923. 'widget' => array(
  924. 'active' => 0,
  925. 'module' => 'video_embed_field',
  926. 'settings' => array(),
  927. 'type' => 'video_embed_field_video',
  928. 'weight' => 101,
  929. ),
  930. );
  931. // Exported field_instance: 'node-thematique-field_episodes'.
  932. $field_instances['node-thematique-field_episodes'] = array(
  933. 'bundle' => 'thematique',
  934. 'default_value' => NULL,
  935. 'deleted' => 0,
  936. 'description' => '',
  937. 'display' => array(
  938. 'accueil' => array(
  939. 'label' => 'hidden',
  940. 'module' => 'entityreference',
  941. 'settings' => array(
  942. 'links' => 0,
  943. 'use_content_language' => 1,
  944. 'view_mode' => 'accueil',
  945. ),
  946. 'type' => 'entityreference_entity_view',
  947. 'weight' => 5,
  948. ),
  949. 'default' => array(
  950. 'label' => 'above',
  951. 'module' => 'entityreference',
  952. 'settings' => array(
  953. 'link' => FALSE,
  954. ),
  955. 'type' => 'entityreference_label',
  956. 'weight' => 3,
  957. ),
  958. 'teaser' => array(
  959. 'label' => 'hidden',
  960. 'settings' => array(),
  961. 'type' => 'hidden',
  962. 'weight' => 2,
  963. ),
  964. ),
  965. 'entity_type' => 'node',
  966. 'field_name' => 'field_episodes',
  967. 'label' => 'Épisodes',
  968. 'required' => 0,
  969. 'settings' => array(
  970. 'entity_translation_sync' => FALSE,
  971. 'user_register_form' => FALSE,
  972. ),
  973. 'widget' => array(
  974. 'active' => 1,
  975. 'module' => 'entityreference',
  976. 'settings' => array(
  977. 'match_operator' => 'CONTAINS',
  978. 'path' => '',
  979. 'size' => 60,
  980. ),
  981. 'type' => 'entityreference_autocomplete',
  982. 'weight' => 7,
  983. ),
  984. );
  985. // Exported field_instance: 'node-thematique-field_poid'.
  986. $field_instances['node-thematique-field_poid'] = array(
  987. 'bundle' => 'thematique',
  988. 'default_value' => array(
  989. 0 => array(
  990. 'value' => 0,
  991. ),
  992. ),
  993. 'deleted' => 0,
  994. 'description' => '',
  995. 'display' => array(
  996. 'accueil' => array(
  997. 'label' => 'above',
  998. 'settings' => array(),
  999. 'type' => 'hidden',
  1000. 'weight' => 7,
  1001. ),
  1002. 'default' => array(
  1003. 'label' => 'above',
  1004. 'module' => 'number',
  1005. 'settings' => array(
  1006. 'decimal_separator' => '.',
  1007. 'prefix_suffix' => TRUE,
  1008. 'scale' => 0,
  1009. 'thousand_separator' => '',
  1010. ),
  1011. 'type' => 'number_integer',
  1012. 'weight' => 8,
  1013. ),
  1014. 'teaser' => array(
  1015. 'label' => 'above',
  1016. 'settings' => array(),
  1017. 'type' => 'hidden',
  1018. 'weight' => 8,
  1019. ),
  1020. ),
  1021. 'entity_type' => 'node',
  1022. 'field_name' => 'field_poid',
  1023. 'label' => 'Poid',
  1024. 'required' => 1,
  1025. 'settings' => array(
  1026. 'entity_translation_sync' => FALSE,
  1027. 'max' => 10,
  1028. 'min' => 0,
  1029. 'prefix' => '',
  1030. 'suffix' => '',
  1031. 'user_register_form' => FALSE,
  1032. ),
  1033. 'widget' => array(
  1034. 'active' => 0,
  1035. 'module' => 'number',
  1036. 'settings' => array(),
  1037. 'type' => 'number',
  1038. 'weight' => 1,
  1039. ),
  1040. );
  1041. // Translatables
  1042. // Included for use with string extractors like potx.
  1043. t('Bidirectional');
  1044. t('Body');
  1045. t('Description');
  1046. t('Doc');
  1047. t('Enabled');
  1048. t('Habiter');
  1049. t('Left Field');
  1050. t('Legende');
  1051. t('Poid');
  1052. t('Right Field');
  1053. t('Thématique');
  1054. t('Titre');
  1055. t('Video');
  1056. t('Weight');
  1057. t('Écouter');
  1058. t('Épisodes');
  1059. t('éclairages');
  1060. return $field_instances;
  1061. }