core.entity_view_display.node.frontpage.home_light.yml 8.8 KB

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