You are here

translation_views.views.schema.yml in Translation Views 8

config/schema/translation_views.views.schema.yml

File

config/schema/translation_views.views.schema.yml
View source
  1. views.filter.translation_views_translation_count:
  2. type: views.filter.numeric
  3. label: 'Translation count'
  4. views.filter_value.translation_views_translation_count:
  5. type: views.filter_value.numeric
  6. label: 'Filter rows by amount of translations'
  7. views.filter.translation_views_source_equals_row:
  8. type: views.filter.boolean
  9. value: 'A boolean indicating whether the translation source of target language is same as the row language'
  10. views.filter.translation_views_status:
  11. type: views.filter.boolean
  12. label: 'A boolean indicating whether the node is translated into target language'
  13. views.filter.translation_views_target_language:
  14. type: views_filter
  15. label: 'Target language'
  16. mapping:
  17. value:
  18. type: string
  19. label: 'Value'
  20. remove:
  21. type: boolean
  22. label: 'Remove rows where source language is equal to target language'
  23. limit:
  24. type: boolean
  25. label: 'Enable limiting languages list using Translators module'
  26. column:
  27. type: mapping
  28. label: 'Column'
  29. mapping:
  30. source:
  31. type: string
  32. lable: 'Source languages'
  33. target:
  34. type: string
  35. lable: 'Target languages'
  36. views.field.translation_views_translation_count:
  37. type: views.field.numeric
  38. label: 'Amount of translations'
  39. mapping:
  40. include_original_language:
  41. type: boolean
  42. label: 'Include original language in count'
  43. views.field.translation_views_operations:
  44. type: views_field
  45. label: 'Provides links to perform translation operations'
  46. views.field.translation_views_source_equals_row:
  47. type: views.field.boolean
  48. label: 'A boolean indicating whether the translation source of target language is same as the row language'
  49. views.field.translation_views_status:
  50. type: views.field.boolean
  51. label: 'A boolean indicating whether the node is translated into target language'
  52. views.field.translation_views_target_language:
  53. type: views.field.language
  54. label: 'The target language'
  55. views.field.translation_moderation_state:
  56. type: views_field
  57. label: 'Translation moderation state'
  58. mapping:
  59. display_name:
  60. type: string
  61. label: 'Formatter'