You are here

core.entity_form_display.paragraph.quiz_result_feedback.default.yml in Quiz 8.5

config/install/core.entity_form_display.paragraph.quiz_result_feedback.default.yml

File

config/install/core.entity_form_display.paragraph.quiz_result_feedback.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.quiz_result_feedback.quiz_feedback
  6. - field.field.paragraph.quiz_result_feedback.quiz_feedback_range
  7. - paragraphs.paragraphs_type.quiz_result_feedback
  8. enforced:
  9. module:
  10. - quiz
  11. module:
  12. - range
  13. - text
  14. id: paragraph.quiz_result_feedback.default
  15. targetEntityType: paragraph
  16. bundle: quiz_result_feedback
  17. mode: default
  18. content:
  19. field_percentage_high:
  20. type: number
  21. weight: 1
  22. region: content
  23. settings:
  24. placeholder: ''
  25. third_party_settings: { }
  26. field_percentage_low:
  27. type: number
  28. weight: 0
  29. region: content
  30. settings:
  31. placeholder: ''
  32. third_party_settings: { }
  33. quiz_feedback:
  34. type: text_textarea
  35. weight: 1
  36. region: content
  37. settings:
  38. rows: 5
  39. placeholder: ''
  40. third_party_settings: { }
  41. quiz_feedback_range:
  42. type: range
  43. weight: 0
  44. region: content
  45. settings: { }
  46. third_party_settings: { }
  47. hidden:
  48. created: true
  49. status: true