Skip to content

Commit

Permalink
Merge pull request #112 from argiepiano/1.x-2.x-issue-111
Browse files Browse the repository at this point in the history
Issue #111. Depend on og_access and other tweaks
  • Loading branch information
argiepiano authored May 24, 2022
2 parents 837e811 + ed3439f commit 747dda7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion og_demo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Organic Groups Demo Content
# Organic Groups Example Content

This is an optional module that will provide some default content to help you get
started or to help you evaluate Organic Groups.
Expand Down
2 changes: 1 addition & 1 deletion og_demo/config/layout.layout.groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Groups",
"description": null,
"renderer_name": "standard",
"module": null,
"module": "og_demo",
"weight": 0,
"storage": 1,
"layout_template": "moscone_flipped",
Expand Down
3 changes: 2 additions & 1 deletion og_demo/config/views.view.og_content_demo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"_config_name": "views.view.og_content_demo",
"module": "og_demo",
"name": "og_content_demo",
"description": "Show all content (nodes) of a group.",
"tag": "og",
"disabled": false,
"base_table": "node",
"human_name": "OG content (demo)",
"human_name": "OG content (example)",
"core": "1",
"display": {
"default": {
Expand Down
4 changes: 2 additions & 2 deletions og_demo/config/views.view.og_groups_demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"_config_name": "views.view.og_groups_demo",
"name": "og_groups_demo",
"description": "All groups (nodes)",
"module": "og",
"module": "og_demo",
"storage": 2,
"tag": "og",
"disabled": false,
"base_table": "node",
"human_name": "OG groups",
"human_name": "OG groups (example)",
"core": "1",
"display": {
"default": {
Expand Down
1 change: 1 addition & 0 deletions og_demo/og_demo.info
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ type = module
dependencies[] = og
dependencies[] = og_context
dependencies[] = og_ui
dependencies[] = og_access

0 comments on commit 747dda7

Please sign in to comment.