You are here

dynamic_entity_reference.schema.yml in Dynamic Entity Reference 8

Same filename and directory in other branches
  1. 8.2 config/schema/dynamic_entity_reference.schema.yml
config/schema/dynamic_entity_reference.schema.yml

File

config/schema/dynamic_entity_reference.schema.yml
View source
  1. # Schema for the configuration files of the Dynamic Entity Reference module.
  2. field.storage_settings.dynamic_entity_reference:
  3. type: mapping
  4. label: 'Dynamic entity reference field storage settings'
  5. mapping:
  6. target_type:
  7. type: string
  8. label: 'Type of item to reference'
  9. exclude_entity_types:
  10. type: boolean
  11. label: 'Exclude the selected items'
  12. entity_type_ids:
  13. type: sequence
  14. label: 'Entity Type IDs'
  15. sequence:
  16. type: string
  17. label: 'Entity Type ID'
  18. field.field_settings.dynamic_entity_reference:
  19. type: sequence
  20. label: 'Dynamic entity reference field settings'
  21. sequence:
  22. type: mapping
  23. label: 'Entity Type ID'
  24. mapping:
  25. handler:
  26. type: string
  27. label: 'Reference method'
  28. handler_settings:
  29. type: entity_reference_selection.[%parent.handler]
  30. label: 'Dynamic entity reference selection plugin settings'
  31. field.value.dynamic_entity_reference:
  32. type: mapping
  33. label: 'Default value'
  34. mapping:
  35. target_id:
  36. type: string
  37. label: 'Entity ID'
  38. target_uuid:
  39. type: string
  40. label: 'Target UUID'
  41. target_type:
  42. type: string
  43. label: 'Type of item to reference'
  44. field.formatter.settings.dynamic_entity_reference_entity_view:
  45. type: sequence
  46. label: 'Dynamic entity reference rendered entity display format settings'
  47. sequence:
  48. type: mapping
  49. label: 'Entity Type ID'
  50. mapping:
  51. view_mode:
  52. type: string
  53. label: 'View modes'
  54. link:
  55. type: boolean
  56. label: 'Show links'
  57. field.formatter.settings.dynamic_entity_reference_entity_id:
  58. type: mapping
  59. label: 'Dynamic entity reference entity ID display format settings'
  60. field.formatter.settings.dynamic_entity_reference_label:
  61. type: mapping
  62. label: 'Dynamic entity reference label display format settings'
  63. mapping:
  64. link:
  65. type: boolean
  66. label: 'Link label to the referenced entity'
  67. field.widget.settings.dynamic_entity_reference_default:
  68. type: field.widget.settings.entity_reference_autocomplete
  69. label: 'Dynamic entity reference autocomplete display format settings'