You are here

entity_usage.schema.yml in Entity Usage 8.3

config/schema/entity_usage.schema.yml

File

config/schema/entity_usage.schema.yml
View source
  1. entity_usage.settings:
  2. type: config_object
  3. mapping:
  4. local_task_enabled_entity_types:
  5. label: Local task enabled entity types
  6. type: sequence
  7. sequence:
  8. type: string
  9. track_enabled_source_entity_types:
  10. label: Track enabled source entity types
  11. type: sequence
  12. sequence:
  13. type: string
  14. track_enabled_target_entity_types:
  15. label: Track enabled target entity types
  16. type: sequence
  17. sequence:
  18. type: string
  19. track_enabled_plugins:
  20. label: Enabled tracking plugins
  21. type: sequence
  22. sequence:
  23. type: string
  24. track_enabled_base_fields:
  25. type: boolean
  26. label: Track referencing base fields
  27. site_domains:
  28. label: Domains for this website
  29. type: sequence
  30. sequence:
  31. type: string
  32. edit_warning_message_entity_types:
  33. label: Entity types where to show warning on edit form
  34. type: sequence
  35. sequence:
  36. type: string
  37. delete_warning_message_entity_types:
  38. label: Entity types where to show warning on delete form
  39. type: sequence
  40. sequence:
  41. type: string
  42. delete_warning_form_classes:
  43. label: Form classes that should show the delete warning message
  44. type: sequence
  45. sequence:
  46. type: string
  47. usage_controller_items_per_group:
  48. label: Number of items per group on the usage page
  49. type: integer