clameurs.features.field_instance.inc 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425
  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. 'attente' => array(
  235. 'label' => 'above',
  236. 'settings' => array(),
  237. 'type' => 'hidden',
  238. 'weight' => 0,
  239. ),
  240. 'default' => array(
  241. 'label' => 'above',
  242. 'module' => 'entityreference',
  243. 'settings' => array(
  244. 'link' => FALSE,
  245. ),
  246. 'type' => 'entityreference_label',
  247. 'weight' => 1,
  248. ),
  249. 'teaser' => array(
  250. 'label' => 'hidden',
  251. 'module' => 'entityreference',
  252. 'settings' => array(
  253. 'link' => FALSE,
  254. ),
  255. 'type' => 'entityreference_label',
  256. 'weight' => 0,
  257. ),
  258. ),
  259. 'entity_type' => 'node',
  260. 'field_name' => 'field_doc',
  261. 'label' => 'Doc',
  262. 'required' => 0,
  263. 'settings' => array(
  264. 'behaviors' => array(
  265. 'taxonomy-index' => array(
  266. 'status' => TRUE,
  267. ),
  268. ),
  269. 'entity_translation_sync' => FALSE,
  270. 'user_register_form' => FALSE,
  271. ),
  272. 'widget' => array(
  273. 'active' => 1,
  274. 'module' => 'options',
  275. 'settings' => array(),
  276. 'type' => 'options_select',
  277. 'weight' => 1,
  278. ),
  279. );
  280. // Exported field_instance: 'node-documentair-field_emvideo'.
  281. $field_instances['node-documentair-field_emvideo'] = array(
  282. 'bundle' => 'documentair',
  283. 'default_value' => NULL,
  284. 'deleted' => 0,
  285. 'description' => '',
  286. 'display' => array(
  287. 'accueil' => array(
  288. 'label' => 'hidden',
  289. 'module' => 'video_embed_field',
  290. 'settings' => array(
  291. 'description' => 1,
  292. 'description_position' => 'bottom',
  293. 'image_link' => 'source',
  294. 'image_style' => 'video_thumb_docu',
  295. ),
  296. 'type' => 'video_embed_field_thumbnail',
  297. 'weight' => 5,
  298. ),
  299. 'attente' => array(
  300. 'label' => 'above',
  301. 'settings' => array(),
  302. 'type' => 'hidden',
  303. 'weight' => 0,
  304. ),
  305. 'default' => array(
  306. 'label' => 'above',
  307. 'module' => 'video_embed_field',
  308. 'settings' => array(
  309. 'description' => 1,
  310. 'description_position' => 'bottom',
  311. 'video_style' => 'normal',
  312. ),
  313. 'type' => 'video_embed_field',
  314. 'weight' => 5,
  315. ),
  316. 'teaser' => array(
  317. 'label' => 'hidden',
  318. 'module' => 'video_embed_field_overlay',
  319. 'settings' => array(
  320. 'description' => 1,
  321. 'image_style' => 'video_thumb_docu',
  322. 'overlay' => 'dom-window',
  323. 'show_thumbnail' => 1,
  324. 'video_style' => 'normal',
  325. ),
  326. 'type' => 'video_embed_field_overlay',
  327. 'weight' => 2,
  328. ),
  329. ),
  330. 'entity_type' => 'node',
  331. 'field_name' => 'field_emvideo',
  332. 'label' => 'Video',
  333. 'required' => 0,
  334. 'settings' => array(
  335. 'allowed_providers' => array(
  336. 'vimeo' => 'vimeo',
  337. 'youtube' => 'youtube',
  338. ),
  339. 'description_field' => 0,
  340. 'description_length' => 128,
  341. 'entity_translation_sync' => FALSE,
  342. 'user_register_form' => FALSE,
  343. ),
  344. 'widget' => array(
  345. 'active' => 0,
  346. 'module' => 'video_embed_field',
  347. 'settings' => array(),
  348. 'type' => 'video_embed_field_video',
  349. 'weight' => 4,
  350. ),
  351. );
  352. // Exported field_instance: 'node-documentair-field_thematique'.
  353. $field_instances['node-documentair-field_thematique'] = array(
  354. 'bundle' => 'documentair',
  355. 'default_value' => NULL,
  356. 'deleted' => 0,
  357. 'description' => '',
  358. 'display' => array(
  359. 'accueil' => array(
  360. 'label' => 'above',
  361. 'settings' => array(),
  362. 'type' => 'hidden',
  363. 'weight' => 5,
  364. ),
  365. 'attente' => array(
  366. 'label' => 'above',
  367. 'settings' => array(),
  368. 'type' => 'hidden',
  369. 'weight' => 0,
  370. ),
  371. 'default' => array(
  372. 'label' => 'above',
  373. 'module' => 'entityreference',
  374. 'settings' => array(
  375. 'link' => FALSE,
  376. ),
  377. 'type' => 'entityreference_label',
  378. 'weight' => 3,
  379. ),
  380. 'teaser' => array(
  381. 'label' => 'above',
  382. 'settings' => array(),
  383. 'type' => 'hidden',
  384. 'weight' => 5,
  385. ),
  386. ),
  387. 'entity_type' => 'node',
  388. 'field_name' => 'field_thematique',
  389. 'label' => 'Thématique',
  390. 'required' => 0,
  391. 'settings' => array(
  392. 'entity_translation_sync' => FALSE,
  393. 'user_register_form' => FALSE,
  394. ),
  395. 'widget' => array(
  396. 'active' => 1,
  397. 'module' => 'entityreference',
  398. 'settings' => array(
  399. 'match_operator' => 'CONTAINS',
  400. 'path' => '',
  401. 'size' => 60,
  402. ),
  403. 'type' => 'entityreference_autocomplete',
  404. 'weight' => 2,
  405. ),
  406. );
  407. // Exported field_instance: 'node-documentair-field_vignette'.
  408. $field_instances['node-documentair-field_vignette'] = array(
  409. 'bundle' => 'documentair',
  410. 'deleted' => 0,
  411. 'description' => '',
  412. 'display' => array(
  413. 'accueil' => array(
  414. 'label' => 'above',
  415. 'settings' => array(),
  416. 'type' => 'hidden',
  417. 'weight' => 0,
  418. ),
  419. 'attente' => array(
  420. 'label' => 'above',
  421. 'settings' => array(),
  422. 'type' => 'hidden',
  423. 'weight' => 0,
  424. ),
  425. 'default' => array(
  426. 'label' => 'above',
  427. 'module' => 'image',
  428. 'settings' => array(
  429. 'image_link' => '',
  430. 'image_style' => '',
  431. ),
  432. 'type' => 'image',
  433. 'weight' => 7,
  434. ),
  435. 'teaser' => array(
  436. 'label' => 'above',
  437. 'settings' => array(),
  438. 'type' => 'hidden',
  439. 'weight' => 0,
  440. ),
  441. ),
  442. 'entity_type' => 'node',
  443. 'field_name' => 'field_vignette',
  444. 'label' => 'vignette',
  445. 'required' => 0,
  446. 'settings' => array(
  447. 'alt_field' => 0,
  448. 'default_image' => 0,
  449. 'entity_translation_sync' => FALSE,
  450. 'file_directory' => 'vignettes',
  451. 'file_extensions' => 'png gif jpg jpeg',
  452. 'max_filesize' => '',
  453. 'max_resolution' => '',
  454. 'min_resolution' => '',
  455. 'title_field' => 0,
  456. 'user_register_form' => FALSE,
  457. ),
  458. 'widget' => array(
  459. 'active' => 1,
  460. 'module' => 'image',
  461. 'settings' => array(
  462. 'insert' => 0,
  463. 'insert_absolute' => 0,
  464. 'insert_class' => '',
  465. 'insert_default' => 'auto',
  466. 'insert_styles' => array(
  467. 'auto' => 'auto',
  468. 'icon_link' => 0,
  469. 'image' => 0,
  470. 'image_large' => 0,
  471. 'image_linkit_thumb' => 0,
  472. 'image_medium' => 0,
  473. 'image_thumbnail' => 0,
  474. 'image_video_thumb_docu' => 0,
  475. 'image_video_thumb_episode' => 0,
  476. 'image_video_thumb_themat' => 0,
  477. 'image_video_thumbnail' => 0,
  478. 'link' => 0,
  479. ),
  480. 'insert_width' => '',
  481. 'preview_image_style' => 'thumbnail',
  482. 'progress_indicator' => 'throbber',
  483. ),
  484. 'type' => 'image_image',
  485. 'weight' => 5,
  486. ),
  487. );
  488. // Exported field_instance: 'node-documentair-title_field'.
  489. $field_instances['node-documentair-title_field'] = array(
  490. 'bundle' => 'documentair',
  491. 'default_value' => NULL,
  492. 'deleted' => 0,
  493. 'description' => '',
  494. 'display' => array(
  495. 'accueil' => array(
  496. 'label' => 'hidden',
  497. 'module' => 'text',
  498. 'settings' => array(),
  499. 'type' => 'text_default',
  500. 'weight' => 1,
  501. ),
  502. 'attente' => array(
  503. 'label' => 'above',
  504. 'settings' => array(),
  505. 'type' => 'hidden',
  506. 'weight' => 0,
  507. ),
  508. 'default' => array(
  509. 'label' => 'above',
  510. 'settings' => array(),
  511. 'type' => 'hidden',
  512. 'weight' => 6,
  513. ),
  514. 'teaser' => array(
  515. 'label' => 'above',
  516. 'settings' => array(),
  517. 'type' => 'hidden',
  518. 'weight' => 0,
  519. ),
  520. ),
  521. 'entity_type' => 'node',
  522. 'field_name' => 'title_field',
  523. 'label' => 'Titre',
  524. 'required' => TRUE,
  525. 'settings' => array(
  526. 'entity_translation_sync' => FALSE,
  527. 'hide_label' => array(
  528. 'entity' => FALSE,
  529. 'page' => FALSE,
  530. ),
  531. 'text_processing' => 0,
  532. 'user_register_form' => FALSE,
  533. ),
  534. 'widget' => array(
  535. 'module' => 'text',
  536. 'settings' => array(
  537. 'size' => 60,
  538. ),
  539. 'type' => 'text_textfield',
  540. 'weight' => 0,
  541. ),
  542. );
  543. // Exported field_instance: 'node-episode-field_emvideo'.
  544. $field_instances['node-episode-field_emvideo'] = array(
  545. 'bundle' => 'episode',
  546. 'default_value' => NULL,
  547. 'deleted' => 0,
  548. 'description' => '',
  549. 'display' => array(
  550. 'accueil' => array(
  551. 'label' => 'hidden',
  552. 'module' => 'video_embed_field',
  553. 'settings' => array(
  554. 'description' => 1,
  555. 'description_position' => 'bottom',
  556. 'image_link' => 'source',
  557. 'image_style' => 'video_thumb_episode',
  558. ),
  559. 'type' => 'video_embed_field_thumbnail',
  560. 'weight' => 9,
  561. ),
  562. 'attente' => array(
  563. 'label' => 'above',
  564. 'settings' => array(),
  565. 'type' => 'hidden',
  566. 'weight' => 0,
  567. ),
  568. 'default' => array(
  569. 'label' => 'above',
  570. 'module' => 'video_embed_field',
  571. 'settings' => array(
  572. 'description' => 1,
  573. 'description_position' => 'bottom',
  574. 'video_style' => 'normal',
  575. ),
  576. 'type' => 'video_embed_field',
  577. 'weight' => 5,
  578. ),
  579. 'teaser' => array(
  580. 'label' => 'hidden',
  581. 'module' => 'video_embed_field_overlay',
  582. 'settings' => array(
  583. 'description' => 1,
  584. 'image_style' => 'video_thumb_episode',
  585. 'overlay' => 'dom-window',
  586. 'show_thumbnail' => 1,
  587. 'video_style' => 'normal',
  588. ),
  589. 'type' => 'video_embed_field_overlay',
  590. 'weight' => 2,
  591. ),
  592. ),
  593. 'entity_type' => 'node',
  594. 'field_name' => 'field_emvideo',
  595. 'label' => 'Video',
  596. 'required' => 0,
  597. 'settings' => array(
  598. 'allowed_providers' => array(
  599. 'vimeo' => 'vimeo',
  600. 'youtube' => 'youtube',
  601. ),
  602. 'description_field' => 0,
  603. 'description_length' => 128,
  604. 'entity_translation_sync' => FALSE,
  605. 'user_register_form' => FALSE,
  606. ),
  607. 'widget' => array(
  608. 'active' => 0,
  609. 'module' => 'video_embed_field',
  610. 'settings' => array(),
  611. 'type' => 'video_embed_field_video',
  612. 'weight' => 3,
  613. ),
  614. );
  615. // Exported field_instance: 'node-episode-field_habiter'.
  616. $field_instances['node-episode-field_habiter'] = array(
  617. 'bundle' => 'episode',
  618. 'default_value' => NULL,
  619. 'deleted' => 0,
  620. 'description' => '',
  621. 'display' => array(
  622. 'accueil' => array(
  623. 'label' => 'hidden',
  624. 'settings' => array(),
  625. 'type' => 'hidden',
  626. 'weight' => 0,
  627. ),
  628. 'attente' => array(
  629. 'label' => 'above',
  630. 'settings' => array(),
  631. 'type' => 'hidden',
  632. 'weight' => 0,
  633. ),
  634. 'default' => array(
  635. 'label' => 'above',
  636. 'module' => 'entityreference',
  637. 'settings' => array(
  638. 'link' => FALSE,
  639. ),
  640. 'type' => 'entityreference_label',
  641. 'weight' => 3,
  642. ),
  643. 'teaser' => array(
  644. 'label' => 'hidden',
  645. 'module' => 'entityreference',
  646. 'settings' => array(
  647. 'link' => FALSE,
  648. ),
  649. 'type' => 'entityreference_label',
  650. 'weight' => 0,
  651. ),
  652. ),
  653. 'entity_type' => 'node',
  654. 'field_name' => 'field_habiter',
  655. 'label' => 'Habiter',
  656. 'required' => 0,
  657. 'settings' => array(
  658. 'behaviors' => array(
  659. 'taxonomy-index' => array(
  660. 'status' => TRUE,
  661. ),
  662. ),
  663. 'entity_translation_sync' => FALSE,
  664. 'user_register_form' => FALSE,
  665. ),
  666. 'widget' => array(
  667. 'active' => 1,
  668. 'module' => 'field_extrawidgets',
  669. 'settings' => array(
  670. 'display_empty' => 0,
  671. 'formatter' => 'entityreference_label',
  672. 'formatter_settings' => array(
  673. 'link' => 0,
  674. ),
  675. ),
  676. 'type' => 'field_extrawidgets_read_only',
  677. 'weight' => 1,
  678. ),
  679. );
  680. // Exported field_instance: 'node-episode-field_thematique'.
  681. $field_instances['node-episode-field_thematique'] = array(
  682. 'bundle' => 'episode',
  683. 'default_value' => NULL,
  684. 'deleted' => 0,
  685. 'description' => '',
  686. 'display' => array(
  687. 'accueil' => array(
  688. 'label' => 'above',
  689. 'settings' => array(),
  690. 'type' => 'hidden',
  691. 'weight' => 8,
  692. ),
  693. 'attente' => array(
  694. 'label' => 'above',
  695. 'settings' => array(),
  696. 'type' => 'hidden',
  697. 'weight' => 0,
  698. ),
  699. 'default' => array(
  700. 'label' => 'above',
  701. 'module' => 'entityreference',
  702. 'settings' => array(
  703. 'link' => FALSE,
  704. ),
  705. 'type' => 'entityreference_label',
  706. 'weight' => 4,
  707. ),
  708. 'teaser' => array(
  709. 'label' => 'above',
  710. 'settings' => array(),
  711. 'type' => 'hidden',
  712. 'weight' => 6,
  713. ),
  714. ),
  715. 'entity_type' => 'node',
  716. 'field_name' => 'field_thematique',
  717. 'label' => 'Thématique',
  718. 'required' => 0,
  719. 'settings' => array(
  720. 'entity_translation_sync' => FALSE,
  721. 'user_register_form' => FALSE,
  722. ),
  723. 'widget' => array(
  724. 'active' => 1,
  725. 'module' => 'entityreference',
  726. 'settings' => array(
  727. 'match_operator' => 'CONTAINS',
  728. 'path' => '',
  729. 'size' => 60,
  730. ),
  731. 'type' => 'entityreference_autocomplete',
  732. 'weight' => 2,
  733. ),
  734. );
  735. // Exported field_instance: 'node-episode-field_vignette'.
  736. $field_instances['node-episode-field_vignette'] = array(
  737. 'bundle' => 'episode',
  738. 'deleted' => 0,
  739. 'description' => '',
  740. 'display' => array(
  741. 'accueil' => array(
  742. 'label' => 'above',
  743. 'settings' => array(),
  744. 'type' => 'hidden',
  745. 'weight' => 0,
  746. ),
  747. 'attente' => array(
  748. 'label' => 'above',
  749. 'settings' => array(),
  750. 'type' => 'hidden',
  751. 'weight' => 0,
  752. ),
  753. 'default' => array(
  754. 'label' => 'above',
  755. 'module' => 'image',
  756. 'settings' => array(
  757. 'image_link' => '',
  758. 'image_style' => '',
  759. ),
  760. 'type' => 'image',
  761. 'weight' => 7,
  762. ),
  763. 'teaser' => array(
  764. 'label' => 'above',
  765. 'settings' => array(),
  766. 'type' => 'hidden',
  767. 'weight' => 0,
  768. ),
  769. ),
  770. 'entity_type' => 'node',
  771. 'field_name' => 'field_vignette',
  772. 'label' => 'vignette',
  773. 'required' => 0,
  774. 'settings' => array(
  775. 'alt_field' => 0,
  776. 'default_image' => 0,
  777. 'entity_translation_sync' => FALSE,
  778. 'file_directory' => 'vignettes',
  779. 'file_extensions' => 'png gif jpg jpeg',
  780. 'max_filesize' => '',
  781. 'max_resolution' => '',
  782. 'min_resolution' => '',
  783. 'title_field' => 0,
  784. 'user_register_form' => FALSE,
  785. ),
  786. 'widget' => array(
  787. 'active' => 1,
  788. 'module' => 'image',
  789. 'settings' => array(
  790. 'insert' => 0,
  791. 'insert_absolute' => 0,
  792. 'insert_class' => '',
  793. 'insert_default' => 'auto',
  794. 'insert_styles' => array(
  795. 'auto' => 'auto',
  796. 'icon_link' => 0,
  797. 'image' => 0,
  798. 'image_large' => 0,
  799. 'image_linkit_thumb' => 0,
  800. 'image_medium' => 0,
  801. 'image_thumbnail' => 0,
  802. 'image_video_thumb_docu' => 0,
  803. 'image_video_thumb_episode' => 0,
  804. 'image_video_thumb_themat' => 0,
  805. 'image_video_thumbnail' => 0,
  806. 'link' => 0,
  807. ),
  808. 'insert_width' => '',
  809. 'preview_image_style' => 'thumbnail',
  810. 'progress_indicator' => 'throbber',
  811. ),
  812. 'type' => 'image_image',
  813. 'weight' => 4,
  814. ),
  815. );
  816. // Exported field_instance: 'node-episode-title_field'.
  817. $field_instances['node-episode-title_field'] = array(
  818. 'bundle' => 'episode',
  819. 'default_value' => NULL,
  820. 'deleted' => 0,
  821. 'description' => '',
  822. 'display' => array(
  823. 'accueil' => array(
  824. 'label' => 'hidden',
  825. 'module' => 'text',
  826. 'settings' => array(),
  827. 'type' => 'text_default',
  828. 'weight' => 3,
  829. ),
  830. 'attente' => array(
  831. 'label' => 'above',
  832. 'settings' => array(),
  833. 'type' => 'hidden',
  834. 'weight' => 0,
  835. ),
  836. 'default' => array(
  837. 'label' => 'above',
  838. 'settings' => array(),
  839. 'type' => 'hidden',
  840. 'weight' => 6,
  841. ),
  842. 'teaser' => array(
  843. 'label' => 'above',
  844. 'settings' => array(),
  845. 'type' => 'hidden',
  846. 'weight' => 0,
  847. ),
  848. ),
  849. 'entity_type' => 'node',
  850. 'field_name' => 'title_field',
  851. 'label' => 'Titre',
  852. 'required' => TRUE,
  853. 'settings' => array(
  854. 'entity_translation_sync' => FALSE,
  855. 'hide_label' => array(
  856. 'entity' => FALSE,
  857. 'page' => FALSE,
  858. ),
  859. 'text_processing' => 0,
  860. 'user_register_form' => FALSE,
  861. ),
  862. 'widget' => array(
  863. 'module' => 'text',
  864. 'settings' => array(
  865. 'size' => 60,
  866. ),
  867. 'type' => 'text_textfield',
  868. 'weight' => 0,
  869. ),
  870. );
  871. // Exported field_instance: 'node-thematique-body'.
  872. $field_instances['node-thematique-body'] = array(
  873. 'bundle' => 'thematique',
  874. 'default_value' => NULL,
  875. 'deleted' => 0,
  876. 'description' => '',
  877. 'display' => array(
  878. 'accueil' => array(
  879. 'label' => 'hidden',
  880. 'module' => 'text',
  881. 'settings' => array(),
  882. 'type' => 'text_default',
  883. 'weight' => 3,
  884. ),
  885. 'attente' => array(
  886. 'label' => 'hidden',
  887. 'module' => 'text',
  888. 'settings' => array(
  889. 'trim_length' => 600,
  890. ),
  891. 'type' => 'text_summary_or_trimmed',
  892. 'weight' => 1,
  893. ),
  894. 'default' => array(
  895. 'label' => 'hidden',
  896. 'module' => 'text',
  897. 'settings' => array(),
  898. 'type' => 'text_default',
  899. 'weight' => 0,
  900. ),
  901. 'teaser' => array(
  902. 'label' => 'hidden',
  903. 'module' => 'text',
  904. 'settings' => array(),
  905. 'type' => 'text_default',
  906. 'weight' => 1,
  907. ),
  908. ),
  909. 'entity_type' => 'node',
  910. 'field_name' => 'body',
  911. 'label' => 'Body',
  912. 'required' => FALSE,
  913. 'settings' => array(
  914. 'display_summary' => TRUE,
  915. 'entity_translation_sync' => FALSE,
  916. 'text_processing' => 1,
  917. 'user_register_form' => FALSE,
  918. ),
  919. 'widget' => array(
  920. 'module' => 'text',
  921. 'settings' => array(
  922. 'rows' => 20,
  923. 'summary_rows' => 5,
  924. ),
  925. 'type' => 'text_textarea_with_summary',
  926. 'weight' => 4,
  927. ),
  928. );
  929. // Exported field_instance: 'node-thematique-field_description'.
  930. $field_instances['node-thematique-field_description'] = array(
  931. 'bundle' => 'thematique',
  932. 'default_value' => NULL,
  933. 'deleted' => 0,
  934. 'description' => '',
  935. 'display' => array(
  936. 'accueil' => array(
  937. 'label' => 'hidden',
  938. 'module' => 'text',
  939. 'settings' => array(),
  940. 'type' => 'text_default',
  941. 'weight' => 11,
  942. ),
  943. 'attente' => array(
  944. 'label' => 'above',
  945. 'settings' => array(),
  946. 'type' => 'hidden',
  947. 'weight' => 4,
  948. ),
  949. 'default' => array(
  950. 'label' => 'above',
  951. 'module' => 'text',
  952. 'settings' => array(),
  953. 'type' => 'text_default',
  954. 'weight' => 2,
  955. ),
  956. 'teaser' => array(
  957. 'label' => 'hidden',
  958. 'module' => 'text',
  959. 'settings' => array(),
  960. 'type' => 'text_default',
  961. 'weight' => 9,
  962. ),
  963. ),
  964. 'entity_type' => 'node',
  965. 'field_name' => 'field_description',
  966. 'label' => 'Description',
  967. 'required' => 0,
  968. 'settings' => array(
  969. 'entity_translation_sync' => FALSE,
  970. 'linkit' => array(
  971. 'button_text' => 'Recherche',
  972. 'enable' => 0,
  973. 'profile' => '',
  974. ),
  975. 'text_processing' => 1,
  976. 'user_register_form' => FALSE,
  977. ),
  978. 'widget' => array(
  979. 'active' => 1,
  980. 'module' => 'text',
  981. 'settings' => array(
  982. 'rows' => 5,
  983. ),
  984. 'type' => 'text_textarea',
  985. 'weight' => 103,
  986. ),
  987. );
  988. // Exported field_instance: 'node-thematique-field_eclairages'.
  989. $field_instances['node-thematique-field_eclairages'] = array(
  990. 'bundle' => 'thematique',
  991. 'default_value' => NULL,
  992. 'deleted' => 0,
  993. 'description' => '',
  994. 'display' => array(
  995. 'accueil' => array(
  996. 'label' => 'hidden',
  997. 'module' => 'entityreference',
  998. 'settings' => array(
  999. 'links' => 0,
  1000. 'use_content_language' => 1,
  1001. 'view_mode' => 'accueil',
  1002. ),
  1003. 'type' => 'entityreference_entity_view',
  1004. 'weight' => 6,
  1005. ),
  1006. 'attente' => array(
  1007. 'label' => 'above',
  1008. 'settings' => array(),
  1009. 'type' => 'hidden',
  1010. 'weight' => 7,
  1011. ),
  1012. 'default' => array(
  1013. 'label' => 'above',
  1014. 'module' => 'entityreference',
  1015. 'settings' => array(
  1016. 'link' => FALSE,
  1017. ),
  1018. 'type' => 'entityreference_label',
  1019. 'weight' => 6,
  1020. ),
  1021. 'teaser' => array(
  1022. 'label' => 'above',
  1023. 'settings' => array(),
  1024. 'type' => 'hidden',
  1025. 'weight' => 7,
  1026. ),
  1027. ),
  1028. 'entity_type' => 'node',
  1029. 'field_name' => 'field_eclairages',
  1030. 'label' => 'éclairages',
  1031. 'required' => 0,
  1032. 'settings' => array(
  1033. 'entity_translation_sync' => FALSE,
  1034. 'user_register_form' => FALSE,
  1035. ),
  1036. 'widget' => array(
  1037. 'active' => 1,
  1038. 'module' => 'entityreference',
  1039. 'settings' => array(
  1040. 'match_operator' => 'CONTAINS',
  1041. 'path' => '',
  1042. 'size' => 60,
  1043. ),
  1044. 'type' => 'entityreference_autocomplete',
  1045. 'weight' => 100,
  1046. ),
  1047. );
  1048. // Exported field_instance: 'node-thematique-field_ecouter'.
  1049. $field_instances['node-thematique-field_ecouter'] = array(
  1050. 'bundle' => 'thematique',
  1051. 'default_value' => NULL,
  1052. 'deleted' => 0,
  1053. 'description' => '',
  1054. 'display' => array(
  1055. 'accueil' => array(
  1056. 'label' => 'hidden',
  1057. 'module' => 'taxonomy',
  1058. 'settings' => array(),
  1059. 'type' => 'taxonomy_term_reference_plain',
  1060. 'weight' => 10,
  1061. ),
  1062. 'attente' => array(
  1063. 'label' => 'above',
  1064. 'settings' => array(),
  1065. 'type' => 'hidden',
  1066. 'weight' => 6,
  1067. ),
  1068. 'default' => array(
  1069. 'label' => 'above',
  1070. 'module' => 'taxonomy',
  1071. 'settings' => array(),
  1072. 'type' => 'taxonomy_term_reference_link',
  1073. 'weight' => 5,
  1074. ),
  1075. 'teaser' => array(
  1076. 'label' => 'above',
  1077. 'settings' => array(),
  1078. 'type' => 'hidden',
  1079. 'weight' => 6,
  1080. ),
  1081. ),
  1082. 'entity_type' => 'node',
  1083. 'field_name' => 'field_ecouter',
  1084. 'label' => 'Écouter',
  1085. 'required' => 0,
  1086. 'settings' => array(
  1087. 'entity_translation_sync' => FALSE,
  1088. 'user_register_form' => FALSE,
  1089. ),
  1090. 'widget' => array(
  1091. 'active' => 1,
  1092. 'module' => 'field_extrawidgets',
  1093. 'settings' => array(
  1094. 'display_empty' => 0,
  1095. 'formatter' => 'taxonomy_term_reference_plain',
  1096. 'formatter_settings' => array(),
  1097. ),
  1098. 'type' => 'field_extrawidgets_read_only',
  1099. 'weight' => 5,
  1100. ),
  1101. );
  1102. // Exported field_instance: 'node-thematique-field_emvideo'.
  1103. $field_instances['node-thematique-field_emvideo'] = array(
  1104. 'bundle' => 'thematique',
  1105. 'default_value' => NULL,
  1106. 'deleted' => 0,
  1107. 'description' => '',
  1108. 'display' => array(
  1109. 'accueil' => array(
  1110. 'label' => 'hidden',
  1111. 'module' => 'video_embed_field',
  1112. 'settings' => array(
  1113. 'description' => 1,
  1114. 'description_position' => 'bottom',
  1115. 'image_link' => 'source',
  1116. 'image_style' => 'video_thumb_themat',
  1117. ),
  1118. 'type' => 'video_embed_field_thumbnail',
  1119. 'weight' => 8,
  1120. ),
  1121. 'attente' => array(
  1122. 'label' => 'above',
  1123. 'settings' => array(),
  1124. 'type' => 'hidden',
  1125. 'weight' => 8,
  1126. ),
  1127. 'default' => array(
  1128. 'label' => 'above',
  1129. 'module' => 'video_embed_field',
  1130. 'settings' => array(
  1131. 'description' => 1,
  1132. 'description_position' => 'bottom',
  1133. 'video_style' => 'normal',
  1134. ),
  1135. 'type' => 'video_embed_field',
  1136. 'weight' => 7,
  1137. ),
  1138. 'teaser' => array(
  1139. 'label' => 'hidden',
  1140. 'module' => 'video_embed_field_overlay',
  1141. 'settings' => array(
  1142. 'description' => 1,
  1143. 'image_style' => 'video_thumb_themat',
  1144. 'overlay' => 'dom-window',
  1145. 'show_thumbnail' => 1,
  1146. 'video_style' => 'normal',
  1147. ),
  1148. 'type' => 'video_embed_field_overlay',
  1149. 'weight' => 8,
  1150. ),
  1151. ),
  1152. 'entity_type' => 'node',
  1153. 'field_name' => 'field_emvideo',
  1154. 'label' => 'Video',
  1155. 'required' => 0,
  1156. 'settings' => array(
  1157. 'allowed_providers' => array(
  1158. 'vimeo' => 'vimeo',
  1159. 'youtube' => 'youtube',
  1160. ),
  1161. 'description_field' => 0,
  1162. 'description_length' => 128,
  1163. 'entity_translation_sync' => FALSE,
  1164. 'user_register_form' => FALSE,
  1165. ),
  1166. 'widget' => array(
  1167. 'active' => 0,
  1168. 'module' => 'video_embed_field',
  1169. 'settings' => array(),
  1170. 'type' => 'video_embed_field_video',
  1171. 'weight' => 101,
  1172. ),
  1173. );
  1174. // Exported field_instance: 'node-thematique-field_episodes'.
  1175. $field_instances['node-thematique-field_episodes'] = array(
  1176. 'bundle' => 'thematique',
  1177. 'default_value' => NULL,
  1178. 'deleted' => 0,
  1179. 'description' => '',
  1180. 'display' => array(
  1181. 'accueil' => array(
  1182. 'label' => 'above',
  1183. 'module' => 'entityreference',
  1184. 'settings' => array(
  1185. 'links' => 0,
  1186. 'use_content_language' => 1,
  1187. 'view_mode' => 'accueil',
  1188. ),
  1189. 'type' => 'entityreference_entity_view',
  1190. 'weight' => 5,
  1191. ),
  1192. 'attente' => array(
  1193. 'label' => 'above',
  1194. 'settings' => array(),
  1195. 'type' => 'hidden',
  1196. 'weight' => 5,
  1197. ),
  1198. 'default' => array(
  1199. 'label' => 'above',
  1200. 'module' => 'entityreference',
  1201. 'settings' => array(
  1202. 'link' => FALSE,
  1203. ),
  1204. 'type' => 'entityreference_label',
  1205. 'weight' => 3,
  1206. ),
  1207. 'teaser' => array(
  1208. 'label' => 'hidden',
  1209. 'settings' => array(),
  1210. 'type' => 'hidden',
  1211. 'weight' => 2,
  1212. ),
  1213. ),
  1214. 'entity_type' => 'node',
  1215. 'field_name' => 'field_episodes',
  1216. 'label' => 'À la maison commune',
  1217. 'required' => 0,
  1218. 'settings' => array(
  1219. 'entity_translation_sync' => FALSE,
  1220. 'user_register_form' => FALSE,
  1221. ),
  1222. 'widget' => array(
  1223. 'active' => 1,
  1224. 'module' => 'entityreference',
  1225. 'settings' => array(
  1226. 'match_operator' => 'CONTAINS',
  1227. 'path' => '',
  1228. 'size' => 60,
  1229. ),
  1230. 'type' => 'entityreference_autocomplete',
  1231. 'weight' => 7,
  1232. ),
  1233. );
  1234. // Exported field_instance: 'node-thematique-field_poid'.
  1235. $field_instances['node-thematique-field_poid'] = array(
  1236. 'bundle' => 'thematique',
  1237. 'default_value' => array(
  1238. 0 => array(
  1239. 'value' => 0,
  1240. ),
  1241. ),
  1242. 'deleted' => 0,
  1243. 'description' => '',
  1244. 'display' => array(
  1245. 'accueil' => array(
  1246. 'label' => 'above',
  1247. 'settings' => array(),
  1248. 'type' => 'hidden',
  1249. 'weight' => 7,
  1250. ),
  1251. 'attente' => array(
  1252. 'label' => 'above',
  1253. 'settings' => array(),
  1254. 'type' => 'hidden',
  1255. 'weight' => 9,
  1256. ),
  1257. 'default' => array(
  1258. 'label' => 'above',
  1259. 'module' => 'number',
  1260. 'settings' => array(
  1261. 'decimal_separator' => '.',
  1262. 'prefix_suffix' => TRUE,
  1263. 'scale' => 0,
  1264. 'thousand_separator' => '',
  1265. ),
  1266. 'type' => 'number_integer',
  1267. 'weight' => 8,
  1268. ),
  1269. 'teaser' => array(
  1270. 'label' => 'above',
  1271. 'settings' => array(),
  1272. 'type' => 'hidden',
  1273. 'weight' => 8,
  1274. ),
  1275. ),
  1276. 'entity_type' => 'node',
  1277. 'field_name' => 'field_poid',
  1278. 'label' => 'Poid',
  1279. 'required' => 1,
  1280. 'settings' => array(
  1281. 'entity_translation_sync' => FALSE,
  1282. 'max' => 10,
  1283. 'min' => 0,
  1284. 'prefix' => '',
  1285. 'suffix' => '',
  1286. 'user_register_form' => FALSE,
  1287. ),
  1288. 'widget' => array(
  1289. 'active' => 0,
  1290. 'module' => 'number',
  1291. 'settings' => array(),
  1292. 'type' => 'number',
  1293. 'weight' => 1,
  1294. ),
  1295. );
  1296. // Exported field_instance: 'node-thematique-field_vignette'.
  1297. $field_instances['node-thematique-field_vignette'] = array(
  1298. 'bundle' => 'thematique',
  1299. 'deleted' => 0,
  1300. 'description' => '',
  1301. 'display' => array(
  1302. 'accueil' => array(
  1303. 'label' => 'above',
  1304. 'settings' => array(),
  1305. 'type' => 'hidden',
  1306. 'weight' => 0,
  1307. ),
  1308. 'attente' => array(
  1309. 'label' => 'above',
  1310. 'settings' => array(),
  1311. 'type' => 'hidden',
  1312. 'weight' => 0,
  1313. ),
  1314. 'default' => array(
  1315. 'label' => 'above',
  1316. 'module' => 'image',
  1317. 'settings' => array(
  1318. 'image_link' => '',
  1319. 'image_style' => '',
  1320. ),
  1321. 'type' => 'image',
  1322. 'weight' => 9,
  1323. ),
  1324. 'teaser' => array(
  1325. 'label' => 'above',
  1326. 'settings' => array(),
  1327. 'type' => 'hidden',
  1328. 'weight' => 0,
  1329. ),
  1330. ),
  1331. 'entity_type' => 'node',
  1332. 'field_name' => 'field_vignette',
  1333. 'label' => 'vignette',
  1334. 'required' => 0,
  1335. 'settings' => array(
  1336. 'alt_field' => 0,
  1337. 'default_image' => 0,
  1338. 'entity_translation_sync' => FALSE,
  1339. 'file_directory' => 'vignettes',
  1340. 'file_extensions' => 'png gif jpg jpeg',
  1341. 'max_filesize' => '',
  1342. 'max_resolution' => '',
  1343. 'min_resolution' => '',
  1344. 'title_field' => 0,
  1345. 'user_register_form' => FALSE,
  1346. ),
  1347. 'widget' => array(
  1348. 'active' => 1,
  1349. 'module' => 'image',
  1350. 'settings' => array(
  1351. 'insert' => 0,
  1352. 'insert_absolute' => 0,
  1353. 'insert_class' => '',
  1354. 'insert_default' => 'auto',
  1355. 'insert_styles' => array(
  1356. 'auto' => 'auto',
  1357. 'icon_link' => 0,
  1358. 'image' => 0,
  1359. 'image_large' => 0,
  1360. 'image_linkit_thumb' => 0,
  1361. 'image_medium' => 0,
  1362. 'image_thumbnail' => 0,
  1363. 'image_video_thumb_docu' => 0,
  1364. 'image_video_thumb_episode' => 0,
  1365. 'image_video_thumb_themat' => 0,
  1366. 'image_video_thumbnail' => 0,
  1367. 'link' => 0,
  1368. ),
  1369. 'insert_width' => '',
  1370. 'preview_image_style' => 'thumbnail',
  1371. 'progress_indicator' => 'throbber',
  1372. ),
  1373. 'type' => 'image_image',
  1374. 'weight' => 102,
  1375. ),
  1376. );
  1377. // Translatables
  1378. // Included for use with string extractors like potx.
  1379. t('Bidirectional');
  1380. t('Body');
  1381. t('Description');
  1382. t('Doc');
  1383. t('Enabled');
  1384. t('Habiter');
  1385. t('Left Field');
  1386. t('Legende');
  1387. t('Poid');
  1388. t('Right Field');
  1389. t('Thématique');
  1390. t('Titre');
  1391. t('Video');
  1392. t('Weight');
  1393. t('vignette');
  1394. t('À la maison commune');
  1395. t('Écouter');
  1396. t('éclairages');
  1397. return $field_instances;
  1398. }