You are here

core.entity_form_display.opigno_certificate.wysiwyg.default.yml in Opigno certificate 8

config/install/core.entity_form_display.opigno_certificate.wysiwyg.default.yml

File

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