You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.2 KiB

5 years ago
  1. uuid: c4a3f54e-21c2-48db-a654-8ca13e6600a8
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.node.article.body
  7. - field.field.node.article.comment
  8. - field.field.node.article.field_image
  9. - field.field.node.article.field_tags
  10. - image.style.thumbnail
  11. - node.type.article
  12. module:
  13. - comment
  14. - image
  15. - path
  16. - text
  17. _core:
  18. default_config_hash: vPb_yvhA-xuNoV_yOmOwYxGuHNRIH1CoMK2qi7BSga0
  19. id: node.article.default
  20. targetEntityType: node
  21. bundle: article
  22. mode: default
  23. content:
  24. body:
  25. type: text_textarea_with_summary
  26. weight: 1
  27. region: content
  28. settings:
  29. rows: 9
  30. summary_rows: 3
  31. placeholder: ''
  32. third_party_settings: { }
  33. comment:
  34. type: comment_default
  35. weight: 20
  36. region: content
  37. settings: { }
  38. third_party_settings: { }
  39. created:
  40. type: datetime_timestamp
  41. weight: 10
  42. region: content
  43. settings: { }
  44. third_party_settings: { }
  45. field_image:
  46. type: image_image
  47. weight: 4
  48. region: content
  49. settings:
  50. progress_indicator: throbber
  51. preview_image_style: thumbnail
  52. third_party_settings: { }
  53. field_tags:
  54. type: entity_reference_autocomplete_tags
  55. weight: 3
  56. region: content
  57. settings:
  58. match_operator: CONTAINS
  59. size: 60
  60. placeholder: ''
  61. third_party_settings: { }
  62. path:
  63. type: path
  64. weight: 30
  65. region: content
  66. settings: { }
  67. third_party_settings: { }
  68. promote:
  69. type: boolean_checkbox
  70. settings:
  71. display_label: true
  72. weight: 15
  73. region: content
  74. third_party_settings: { }
  75. status:
  76. type: boolean_checkbox
  77. settings:
  78. display_label: true
  79. weight: 120
  80. region: content
  81. third_party_settings: { }
  82. sticky:
  83. type: boolean_checkbox
  84. settings:
  85. display_label: true
  86. weight: 16
  87. region: content
  88. third_party_settings: { }
  89. title:
  90. type: string_textfield
  91. weight: 0
  92. region: content
  93. settings:
  94. size: 60
  95. placeholder: ''
  96. third_party_settings: { }
  97. uid:
  98. type: entity_reference_autocomplete
  99. weight: 5
  100. region: content
  101. settings:
  102. match_operator: CONTAINS
  103. size: 60
  104. placeholder: ''
  105. third_party_settings: { }
  106. hidden: { }