tmgmt_local.views.schema.yml

translators/tmgmt_local/config/schema/tmgmt_local.views.schema.yml

File

translators/tmgmt_local/config/schema/tmgmt_local.views.schema.yml
View source
  1. # Schema for the views plugins of the tmgmt_local module.
  2. views.field.tmgmt_local_item_count:
  3. type: views_field
  4. label: 'Item count'
  5. mapping:
  6. state:
  7. type: string
  8. label: 'State'
  9. views.field.tmgmt_local_loopcount:
  10. type: views_field
  11. label: 'Loop count'
  12. views.field.tmgmt_local_progress:
  13. type: views_field
  14. label: 'Progress'
  15. views.field.tmgmt_local_task_item_operations:
  16. type: views_field
  17. label: 'Task item operations'
  18. views.field.tmgmt_local_task_status:
  19. type: views.field.numeric
  20. label: 'Task status'
  21. views.field.tmgmt_local_task_item_status:
  22. type: views.field.numeric
  23. label: 'Task item status'
  24. views.field.tmgmt_local_task_operations:
  25. type: views_field
  26. label: 'Task operations'
  27. views.field.tmgmt_local_wordcount:
  28. type: views_field
  29. label: 'Word count'
  30. views.filter.tmgmt_local_task_eligible:
  31. type: views_filter
  32. label: 'Eligible'
  33. # @todo remove when this core issue is fixed #2637690
  34. views.filter_value.user_current:
  35. type: boolean
  36. label: 'Current user value'