You are here

smart_title.schema.yml in Smart Title 8

config/schema/smart_title.schema.yml

File

config/schema/smart_title.schema.yml
View source
  1. smart_title.settings:
  2. type: config_object
  3. label: 'Smart Title settings'
  4. mapping:
  5. smart_title:
  6. type: sequence
  7. label: 'Smart Title enabled entity bundles'
  8. sequence:
  9. type: string
  10. core.entity_view_display.*.*.*.third_party.smart_title:
  11. type: mapping
  12. label: 'Smart Title'
  13. mapping:
  14. enabled:
  15. type: boolean
  16. label: 'Whether to enable Smart Title on this entity type'
  17. settings:
  18. type: mapping
  19. label: 'Smart Title extra field settings'
  20. mapping:
  21. smart_title__link:
  22. type: boolean
  23. label: 'Link Smart Title to the entity'
  24. smart_title__tag:
  25. type: string
  26. label: 'HTML tag used for the Smart Title'
  27. smart_title__classes:
  28. type: sequence
  29. label: 'Classes of the Smart Title'
  30. sequence:
  31. type: string