You are here

entity_class_formatter.schema.yml in Entity Class Formatter 8

config/schema/entity_class_formatter.schema.yml

File

config/schema/entity_class_formatter.schema.yml
View source
  1. field.formatter.settings.entity_class_formatter:
  2. type: mapping
  3. label: 'Entity Class display format settings'
  4. mapping:
  5. prefix:
  6. type: string
  7. label: 'Prefix to be attached before each class'
  8. suffix:
  9. type: string
  10. label: 'Suffix to be attached after each class'
  11. attr:
  12. type: string
  13. label: 'Attribute name to be used instead of class'