You are here

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

tests/modules/opigno_certificate_config_test/config/install/core.entity_form_display.opigno_certificate.wysiwyg.default.yml

File

tests/modules/opigno_certificate_config_test/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: -5
  29. region: content
  30. settings:
  31. size: 60
  32. placeholder: ''
  33. third_party_settings: { }
  34. status:
  35. type: boolean_checkbox
  36. settings:
  37. display_label: true
  38. weight: 11
  39. region: content
  40. third_party_settings: { }
  41. uid:
  42. type: entity_reference_autocomplete
  43. weight: 5
  44. settings:
  45. match_operator: CONTAINS
  46. size: 60
  47. placeholder: ''
  48. region: content
  49. third_party_settings: { }
  50. hidden: { }