Skip to content

Commit

Permalink
add cac_user_dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
saltonmassally committed May 26, 2017
1 parent 5f97acf commit a9d3050
Show file tree
Hide file tree
Showing 8 changed files with 5,030 additions and 0 deletions.
339 changes: 339 additions & 0 deletions cac_user_dashboard/LICENSE.txt

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions cac_user_dashboard/cac_user_dashboard.info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CAC User Dashboard
type: module
description: Builds user dashboard
package: Corporate Affairs Commission
dependencies:
- drupal:user
- drupal:block
- drupal:node
- cac_base
- webform_views
- views_field_view
- views_vertical_tabs
core: '8.x'
project: 'cac_user_dashboard'
7 changes: 7 additions & 0 deletions cac_user_dashboard/cac_user_dashboard.module
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

/**
* @file
* Builds user dashboard
*/

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 7eb5dbd0-95ca-4227-b76e-c40c05ec8c4b
langcode: en
status: true
dependencies:
config:
- views.view.managed_companies
module:
- system
- views
theme:
- bartik
id: views_block__managed_companies_block_1
theme: bartik
region: content
weight: 0
provider: null
plugin: 'views_block:managed_companies-block_1'
settings:
id: 'views_block:managed_companies-block_1'
label: ''
provider: views
label_display: '0'
views_label: ''
items_per_page: none
context_mapping: { }
visibility:
request_path:
id: request_path
pages: "/user\r\n/user/*"
negate: false
context_mapping: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
uuid: 03640e8f-b391-4979-9d67-1f50dc971db5
langcode: en
status: true
dependencies:
config:
- views.view.user_webform_submission
module:
- system
- views
theme:
- bartik
id: views_block__user_webform_submission_block_1
theme: bartik
region: content
weight: 0
provider: null
plugin: 'views_block:user_webform_submission-block_1'
settings:
id: 'views_block:user_webform_submission-block_1'
label: ''
provider: views
label_display: visible
views_label: ''
items_per_page: none
context_mapping:
uid: '@user.current_user_context:current_user'
visibility:
request_path:
id: request_path
pages: "/user\r\n/user/*"
negate: false
context_mapping: { }
Loading

0 comments on commit a9d3050

Please sign in to comment.