You are here

core.entity_form_display.node.jquery_carousel_example.default.yml in jQuery carousel 8

jquery_carousel_examples/config/install/core.entity_form_display.node.jquery_carousel_example.default.yml

File

jquery_carousel_examples/config/install/core.entity_form_display.node.jquery_carousel_example.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.jquery_carousel_example.body
  6. - field.field.node.jquery_carousel_example.field_jquery_carousel_image
  7. - image.style.thumbnail
  8. - node.type.jquery_carousel_example
  9. module:
  10. - image
  11. - path
  12. - text
  13. id: node.jquery_carousel_example.default
  14. targetEntityType: node
  15. bundle: jquery_carousel_example
  16. mode: default
  17. content:
  18. body:
  19. type: text_textarea_with_summary
  20. weight: 1
  21. settings:
  22. rows: 9
  23. placeholder: ''
  24. summary_rows: 3
  25. third_party_settings: { }
  26. created:
  27. type: datetime_timestamp
  28. weight: 4
  29. settings: { }
  30. third_party_settings: { }
  31. field_jquery_carousel_image:
  32. type: image_image
  33. weight: 2
  34. settings:
  35. progress_indicator: throbber
  36. preview_image_style: thumbnail
  37. third_party_settings: { }
  38. path:
  39. type: path
  40. weight: 7
  41. settings: { }
  42. third_party_settings: { }
  43. promote:
  44. type: boolean_checkbox
  45. settings:
  46. display_label: true
  47. weight: 5
  48. third_party_settings: { }
  49. sticky:
  50. type: boolean_checkbox
  51. settings:
  52. display_label: true
  53. weight: 6
  54. third_party_settings: { }
  55. title:
  56. type: string_textfield
  57. weight: 0
  58. settings:
  59. size: 60
  60. placeholder: ''
  61. third_party_settings: { }
  62. uid:
  63. type: entity_reference_autocomplete
  64. weight: 3
  65. settings:
  66. match_operator: CONTAINS
  67. size: 60
  68. placeholder: ''
  69. third_party_settings: { }
  70. hidden: { }