forked from saltonmassally/Drupal-CAC-Modules
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f97acf
commit a9d3050
Showing
8 changed files
with
5,030 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
/** | ||
* @file | ||
* Builds user dashboard | ||
*/ | ||
|
31 changes: 31 additions & 0 deletions
31
cac_user_dashboard/config/install/block.block.views_block__managed_companies_block_1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
32 changes: 32 additions & 0 deletions
32
...ser_dashboard/config/install/block.block.views_block__user_webform_submission_block_1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { } |
Oops, something went wrong.