Skip to content
Snippets Groups Projects
Commit f584cd86 authored by Michael Nolan's avatar Michael Nolan
Browse files

View and display updates

parent c84a26b5
No related branches found
No related tags found
No related merge requests found
langcode: en
status: true
dependencies:
enforced:
module:
- task
config:
- task.task_type.user_assigned_task
id: task.user_assigned_task.default
targetEntityType: task
bundle: user_assigned_task
mode: default
content:
assigned_by:
type: entity_reference_autocomplete
weight: 2
region: content
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
assigned_to:
type: entity_reference_autocomplete
weight: 1
region: content
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
third_party_settings: { }
name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
......@@ -543,7 +543,37 @@ display:
entity_field: created
plugin_id: date
title: 'My Tasks'
header: { }
header:
views_any_route_area:
id: views_any_route_area
table: views
field: views_any_route_area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: 1
route: entity.task.add_page
route_params: ''
access_plugin: views_any_route_default
url_plugin: views_any_route_default
link_plugin: views_any_route_default
button_text: 'Add Task'
button_classes: 'button add-task'
query_string: ''
button_options: ''
button_attributes: ''
button_access_denied:
value: ''
format: basic_html
button_prefix:
value: ''
format: basic_html
button_suffix:
value: ''
format: basic_html
destination: 1
plugin_id: views_any_route_area
footer: { }
empty: { }
relationships: { }
......
......@@ -3,3 +3,6 @@ type: module
description: 'Allows users to create and assign tasks, and allows for creation of cron-based tasks'
core: 8.x
package: 'Task'
dependencies:
- views:views
- views_any_route:views_any_route
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment