core.entity_view_display.node.frontpage.default.yml 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. uuid: 747f810e-f89f-44b0-8532-782c05b8df18
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.frontpage.field_a_database
  7. - field.field.node.frontpage.field_blabla
  8. - field.field.node.frontpage.field_blabla_links
  9. - field.field.node.frontpage.field_database_links
  10. - field.field.node.frontpage.field_pricing
  11. - field.field.node.frontpage.field_pricing_pitch
  12. - field.field.node.frontpage.field_showroom_files
  13. - field.field.node.frontpage.field_showroom_links
  14. - field.field.node.frontpage.field_showrooms
  15. - field.field.node.frontpage.field_what_is_materio
  16. - node.type.frontpage
  17. module:
  18. - field_group
  19. - file
  20. - text
  21. - user
  22. - vue_link_formatter
  23. third_party_settings:
  24. field_group:
  25. group_intro:
  26. children:
  27. - title
  28. - field_what_is_materio
  29. parent_name: ''
  30. weight: 0
  31. format_type: html_element
  32. format_settings:
  33. element: section
  34. show_label: false
  35. label_element: h3
  36. label_element_classes: ''
  37. attributes: ''
  38. effect: none
  39. speed: fast
  40. id: ''
  41. classes: home-intro
  42. label: intro
  43. region: content
  44. group_database:
  45. children:
  46. - group_db_col_left
  47. - group_db_col_right
  48. parent_name: ''
  49. weight: 1
  50. format_type: html_element
  51. format_settings:
  52. element: section
  53. show_label: false
  54. label_element: h3
  55. label_element_classes: ''
  56. attributes: ''
  57. effect: none
  58. speed: fast
  59. id: ''
  60. classes: home-database
  61. label: 'base de données'
  62. region: content
  63. group_showrooms:
  64. children:
  65. - group_showroom_col_left
  66. - group_showroom_col_right
  67. parent_name: ''
  68. weight: 2
  69. format_type: html_element
  70. format_settings:
  71. element: section
  72. show_label: false
  73. label_element: h3
  74. label_element_classes: ''
  75. attributes: ''
  76. effect: none
  77. speed: fast
  78. id: ''
  79. classes: home-showrooms
  80. label: showrooms
  81. region: content
  82. group_blabla:
  83. children:
  84. - group_blabla_col_left
  85. - group_blabla_col_right
  86. parent_name: ''
  87. weight: 3
  88. format_type: html_element
  89. format_settings:
  90. element: section
  91. show_label: false
  92. label_element: h3
  93. label_element_classes: ''
  94. attributes: ''
  95. effect: none
  96. speed: fast
  97. id: ''
  98. classes: home-blabla
  99. label: blabla
  100. region: content
  101. group_pricing:
  102. children:
  103. - field_pricing_pitch
  104. - field_pricing
  105. - computed_products_reference
  106. parent_name: ''
  107. weight: 4
  108. format_type: html_element
  109. format_settings:
  110. show_label: true
  111. label_element: h3
  112. label_element_classes: ''
  113. attributes: ''
  114. effect: none
  115. speed: fast
  116. id: ''
  117. classes: home-pricing
  118. element: section
  119. label: tarifs
  120. region: content
  121. group_db_col_left:
  122. children:
  123. - field_a_database
  124. - field_database_links
  125. parent_name: group_database
  126. weight: 5
  127. format_type: html_element
  128. region: content
  129. format_settings:
  130. id: ''
  131. classes: 'col left db'
  132. element: div
  133. show_label: false
  134. label_element: h3
  135. label_element_classes: ''
  136. attributes: ''
  137. effect: none
  138. speed: fast
  139. label: db-col-left
  140. group_db_col_right:
  141. children:
  142. - computed_materials_reference
  143. parent_name: group_database
  144. weight: 8
  145. format_type: html_element
  146. region: content
  147. format_settings:
  148. id: ''
  149. classes: 'col right db'
  150. element: div
  151. show_label: false
  152. label_element: h3
  153. label_element_classes: ''
  154. attributes: ''
  155. effect: none
  156. speed: fast
  157. label: db-col-right
  158. group_showroom_col_left:
  159. children:
  160. - field_showrooms
  161. - field_showroom_links
  162. - field_showroom_files
  163. parent_name: group_showrooms
  164. weight: 20
  165. format_type: html_element
  166. region: content
  167. format_settings:
  168. id: ''
  169. classes: 'col left sowroom'
  170. element: div
  171. show_label: false
  172. label_element: h3
  173. label_element_classes: ''
  174. attributes: ''
  175. effect: none
  176. speed: fast
  177. label: showroom-col-left
  178. group_showroom_col_right:
  179. children:
  180. - computed_showrooms_reference
  181. parent_name: group_showrooms
  182. weight: 21
  183. format_type: html_element
  184. region: content
  185. format_settings:
  186. id: ''
  187. classes: 'col right sowroom'
  188. element: div
  189. show_label: false
  190. label_element: h3
  191. label_element_classes: ''
  192. attributes: ''
  193. effect: none
  194. speed: fast
  195. label: showroom-col-right
  196. group_blabla_col_left:
  197. children:
  198. - field_blabla
  199. - field_blabla_links
  200. parent_name: group_blabla
  201. weight: 20
  202. format_type: html_element
  203. region: content
  204. format_settings:
  205. id: ''
  206. classes: 'col left blabla'
  207. element: div
  208. show_label: false
  209. label_element: h3
  210. label_element_classes: ''
  211. attributes: ''
  212. effect: none
  213. speed: fast
  214. label: blabla-col-left
  215. group_blabla_col_right:
  216. children:
  217. - computed_articles_reference
  218. parent_name: group_blabla
  219. weight: 21
  220. format_type: html_element
  221. region: content
  222. format_settings:
  223. id: ''
  224. classes: 'col right blabla'
  225. element: div
  226. show_label: false
  227. label_element: h3
  228. label_element_classes: ''
  229. attributes: ''
  230. effect: none
  231. speed: fast
  232. label: blabla-col-right
  233. id: node.frontpage.default
  234. targetEntityType: node
  235. bundle: frontpage
  236. mode: default
  237. content:
  238. computed_articles_reference:
  239. label: hidden
  240. weight: 6
  241. region: content
  242. settings:
  243. view_mode: card_home
  244. link: false
  245. third_party_settings: { }
  246. type: entity_reference_entity_view
  247. computed_materials_reference:
  248. weight: 9
  249. region: content
  250. settings:
  251. view_mode: card_home
  252. link: false
  253. third_party_settings: { }
  254. type: entity_reference_entity_view
  255. label: hidden
  256. computed_products_reference:
  257. label: hidden
  258. weight: 6
  259. region: content
  260. settings:
  261. view_mode: home_summary
  262. link: false
  263. third_party_settings: { }
  264. type: entity_reference_entity_view
  265. computed_showrooms_reference:
  266. label: hidden
  267. weight: 6
  268. region: content
  269. settings:
  270. view_mode: home
  271. link: false
  272. third_party_settings: { }
  273. type: entity_reference_entity_view
  274. field_a_database:
  275. weight: 6
  276. label: above
  277. settings: { }
  278. third_party_settings: { }
  279. type: text_default
  280. region: content
  281. field_blabla:
  282. weight: 4
  283. label: above
  284. settings: { }
  285. third_party_settings: { }
  286. type: text_default
  287. region: content
  288. field_blabla_links:
  289. weight: 5
  290. label: hidden
  291. settings:
  292. link_text: ''
  293. methode: onClickLink
  294. event_modifiers:
  295. prevent: prevent
  296. stop: stop
  297. capture: 0
  298. self: 0
  299. once: 0
  300. passive: 0
  301. trim_length: '80'
  302. url_only: false
  303. url_plain: false
  304. rel: 0
  305. target: 0
  306. third_party_settings: { }
  307. type: vue_link_formatter
  308. region: content
  309. field_database_links:
  310. weight: 7
  311. label: hidden
  312. settings:
  313. link_text: ''
  314. methode: onClickLink
  315. event_modifiers:
  316. prevent: prevent
  317. stop: stop
  318. capture: 0
  319. self: 0
  320. once: 0
  321. passive: 0
  322. trim_length: '80'
  323. url_only: false
  324. url_plain: false
  325. rel: 0
  326. target: 0
  327. third_party_settings: { }
  328. type: vue_link_formatter
  329. region: content
  330. field_pricing:
  331. weight: 5
  332. label: hidden
  333. settings: { }
  334. third_party_settings: { }
  335. type: text_default
  336. region: content
  337. field_pricing_pitch:
  338. weight: 4
  339. label: hidden
  340. settings: { }
  341. third_party_settings: { }
  342. type: text_default
  343. region: content
  344. field_showroom_files:
  345. weight: 22
  346. label: hidden
  347. settings:
  348. use_description_as_link_text: true
  349. third_party_settings: { }
  350. type: file_default
  351. region: content
  352. field_showroom_links:
  353. weight: 4
  354. label: hidden
  355. settings:
  356. link_text: ''
  357. methode: onClickLink
  358. event_modifiers:
  359. prevent: prevent
  360. stop: stop
  361. capture: 0
  362. self: 0
  363. once: 0
  364. passive: 0
  365. trim_length: '80'
  366. url_only: false
  367. url_plain: false
  368. rel: 0
  369. target: 0
  370. third_party_settings: { }
  371. type: vue_link_formatter
  372. region: content
  373. field_showrooms:
  374. weight: 3
  375. label: above
  376. settings: { }
  377. third_party_settings: { }
  378. type: text_default
  379. region: content
  380. field_what_is_materio:
  381. weight: 2
  382. label: above
  383. settings: { }
  384. third_party_settings: { }
  385. type: text_default
  386. region: content
  387. flag_flag_list_template_1:
  388. weight: 10
  389. region: content
  390. settings: { }
  391. third_party_settings: { }
  392. title:
  393. type: string
  394. weight: 1
  395. region: content
  396. label: hidden
  397. settings:
  398. link_to_entity: false
  399. third_party_settings: { }
  400. hidden:
  401. langcode: true
  402. links: true
  403. search_api_excerpt: true
  404. synonyms: true