You are here

core.entity_form_display.paragraph.quiz_matching.default.yml in Quiz 6.x

question_types/quiz_matching/config/install/core.entity_form_display.paragraph.quiz_matching.default.yml

File

question_types/quiz_matching/config/install/core.entity_form_display.paragraph.quiz_matching.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.quiz_matching.matching_answer
  6. - field.field.paragraph.quiz_matching.matching_question
  7. - paragraphs.paragraphs_type.quiz_matching
  8. enforced:
  9. module:
  10. - quiz_matching
  11. id: paragraph.quiz_matching.default
  12. targetEntityType: paragraph
  13. bundle: quiz_matching
  14. mode: default
  15. content:
  16. matching_answer:
  17. type: string_textfield
  18. weight: 1
  19. region: content
  20. settings:
  21. size: 60
  22. placeholder: ''
  23. third_party_settings: { }
  24. matching_question:
  25. type: string_textfield
  26. weight: 0
  27. region: content
  28. settings:
  29. size: 60
  30. placeholder: ''
  31. third_party_settings: { }
  32. hidden:
  33. created: true
  34. status: true