You are here

core.entity_form_display.node.fff_test_type.default.yml in Field Formatter Filter 8

tests/modules/fff_content/config/install/core.entity_form_display.node.fff_test_type.default.yml

File

tests/modules/fff_content/config/install/core.entity_form_display.node.fff_test_type.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.fff_test_type.body
  6. - node.type.fff_test_type
  7. module:
  8. - text
  9. id: node.fff_test_type.default
  10. targetEntityType: node
  11. bundle: fff_test_type
  12. mode: default
  13. content:
  14. body:
  15. type: text_textarea_with_summary
  16. weight: 31
  17. settings:
  18. rows: 9
  19. summary_rows: 3
  20. placeholder: ''
  21. third_party_settings: { }
  22. created:
  23. type: datetime_timestamp
  24. weight: 10
  25. settings: { }
  26. third_party_settings: { }
  27. promote:
  28. type: boolean_checkbox
  29. settings:
  30. display_label: true
  31. weight: 15
  32. third_party_settings: { }
  33. sticky:
  34. type: boolean_checkbox
  35. settings:
  36. display_label: true
  37. weight: 16
  38. third_party_settings: { }
  39. title:
  40. type: string_textfield
  41. weight: -5
  42. settings:
  43. size: 60
  44. placeholder: ''
  45. third_party_settings: { }
  46. uid:
  47. type: entity_reference_autocomplete
  48. weight: 5
  49. settings:
  50. match_operator: CONTAINS
  51. size: 60
  52. placeholder: ''
  53. third_party_settings: { }
  54. hidden: { }