You are here

exclude_node_title.schema.yml in Exclude Node Title 8

config/schema/exclude_node_title.schema.yml

File

config/schema/exclude_node_title.schema.yml
View source
  1. exclude_node_title.settings:
  2. type: config_object
  3. label: 'Exclude Node Title settings'
  4. mapping:
  5. nid_list:
  6. type: sequence
  7. label: 'Nodes with excluded titles'
  8. sequence:
  9. type: integer
  10. label: 'Node ID'
  11. translation_sync:
  12. type: boolean
  13. label: 'Translation sync (deprecated)'
  14. search:
  15. type: boolean
  16. label: 'Exclude title from search results'
  17. type:
  18. type: string
  19. label: 'Type of rendering to conduct on hide'
  20. content_types:
  21. type: sequence
  22. label: 'Exclude type'
  23. sequence:
  24. type: string
  25. label: 'Machine name of type to be excluded'
  26. content_type_modes:
  27. type: sequence
  28. label: 'View modes with Exclude Node Title enabled'
  29. sequence:
  30. type: sequence
  31. label: 'Node type'
  32. sequence:
  33. type: string
  34. label: 'View mode name'