Chris@0: # Schema for the views plugins of the User module. Chris@0: Chris@0: views.access.perm: Chris@0: type: mapping Chris@0: label: 'Permission' Chris@0: mapping: Chris@0: perm: Chris@0: type: string Chris@0: label: 'Permission' Chris@0: Chris@0: views.access.role: Chris@0: type: mapping Chris@0: label: 'Roles' Chris@0: mapping: Chris@0: role: Chris@0: type: sequence Chris@0: label: 'List of roles' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Role' Chris@0: Chris@0: views.argument.user_uid: Chris@0: type: views.argument.numeric Chris@0: label: 'User ID' Chris@0: Chris@0: views.argument.user__roles_rid: Chris@0: type: views.argument.many_to_one Chris@0: label: 'Role ID' Chris@0: Chris@0: views.argument_validator.entity:user: Chris@0: type: views.argument_validator_entity Chris@0: label: 'User' Chris@0: mapping: Chris@0: restrict_roles: Chris@0: type: boolean Chris@0: label: 'Restrict user based on role' Chris@0: roles: Chris@0: type: sequence Chris@0: label: 'Restrict to the selected roles' Chris@0: sequence: Chris@0: type: string Chris@0: label: 'Role' Chris@0: Chris@0: views.argument_default.user: Chris@0: type: mapping Chris@0: label: 'User ID from URL' Chris@0: mapping: Chris@0: user: Chris@0: type: boolean Chris@0: label: 'Also look for a node and use the node author' Chris@0: Chris@0: views_field_user: Chris@0: type: views_field Chris@0: mapping: Chris@0: link_to_user: Chris@0: type: boolean Chris@0: label: 'Link this field to its user' Chris@0: Chris@0: views.field.user_permissions: Chris@0: type: views.field.prerender_list Chris@0: label: 'List of permission' Chris@0: Chris@0: views.field.user_roles: Chris@0: type: views.field.prerender_list Chris@0: label: 'List of roles' Chris@0: Chris@0: views.field.user: Chris@0: type: views_field_user Chris@0: label: 'User' Chris@0: Chris@0: views.field.user_bulk_form: Chris@0: type: views_field_bulk_form Chris@0: label: 'User operations bulk form' Chris@0: Chris@0: views.field.user_data: Chris@0: type: views_field Chris@0: label: 'User data field' Chris@0: mapping: Chris@0: data_module: Chris@0: type: string Chris@0: label: 'Module name' Chris@0: data_name: Chris@0: type: string Chris@0: label: 'Name' Chris@0: Chris@0: views.filter.user_current: Chris@0: type: views.filter.boolean Chris@0: label: 'Current user' Chris@0: Chris@0: views.filter.user_name: Chris@0: type: views.filter.in_operator Chris@0: label: 'User name' Chris@0: Chris@0: views.filter.user_permissions: Chris@0: type: views.filter.many_to_one Chris@0: label: 'Permission' Chris@0: Chris@0: views.filter.user_roles: Chris@0: type: views.filter.many_to_one Chris@0: label: 'Role' Chris@0: Chris@0: views.filter_value.user_current: Chris@0: type: views.filter_value.boolean Chris@0: label: 'Current user'