You are here

inline_entity_form.schema.yml in Inline Entity Form 8

config/schema/inline_entity_form.schema.yml

File

config/schema/inline_entity_form.schema.yml
View source
  1. # Schema for the Inline Entity Reference module display settings.
  2. field.widget.settings.inline_entity_form_simple:
  3. type: mapping
  4. label: 'Inline entity reference display format settings'
  5. mapping:
  6. form_mode:
  7. type: string
  8. label: "Form mode"
  9. override_labels:
  10. type: boolean
  11. label: "Override labels"
  12. label_singular:
  13. type: label
  14. label: "Label (singular)"
  15. label_plural:
  16. type: label
  17. label: "Label (plural)"
  18. allow_new:
  19. type: boolean
  20. label: "Allow new"
  21. allow_existing:
  22. type: boolean
  23. label: "Allow existing"
  24. match_operator:
  25. type: string
  26. label: "Match operator"
  27. collapsible:
  28. type: boolean
  29. label: "Collapsible"
  30. collapsed:
  31. type: boolean
  32. label: "Collapsed by default"
  33. revision:
  34. type: boolean
  35. label: "Create new revision"
  36. field.widget.settings.inline_entity_form_complex:
  37. type: mapping
  38. label: 'Inline entity reference display format settings'
  39. mapping:
  40. form_mode:
  41. type: string
  42. label: "Form mode"
  43. override_labels:
  44. type: boolean
  45. label: "Override labels"
  46. label_singular:
  47. type: label
  48. label: "Label (singular)"
  49. label_plural:
  50. type: label
  51. label: "Label (plural)"
  52. allow_new:
  53. type: boolean
  54. label: "Allow new"
  55. allow_existing:
  56. type: boolean
  57. label: "Allow existing"
  58. match_operator:
  59. type: string
  60. label: "Match operator"
  61. allow_duplicate:
  62. type: boolean
  63. label: "Allow duplicate"
  64. collapsible:
  65. type: boolean
  66. label: "Collapsible"
  67. collapsed:
  68. type: boolean
  69. label: "Collapsed by default"
  70. revision:
  71. type: boolean
  72. label: "Create new revision"