Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow module reinstall #392

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- node.type.localgov_directory
id: node.localgov_directory.promote
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- field.field.node.localgov_directory.body
- field.field.node.localgov_directory.localgov_directory_channel_types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- field.field.node.localgov_directory.body
- field.field.node.localgov_directory.localgov_directory_channel_types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- core.entity_view_mode.node.search_index
- field.field.node.localgov_directory.body
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- core.entity_view_mode.node.search_result
- field.field.node.localgov_directory.body
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- core.entity_view_mode.node.teaser
- field.field.node.localgov_directory.body
Expand Down
3 changes: 3 additions & 0 deletions config/install/core.entity_view_mode.node.directory_index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: false
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.directory_index
Expand Down
3 changes: 3 additions & 0 deletions config/install/field.field.node.localgov_directory.body.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- field.storage.node.body
- node.type.localgov_directory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- field.storage.node.localgov_directory_channel_types
- node.type.localgov_directory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- address
- node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_channel_types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_channels
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_email
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- media
- node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_job_title
Expand Down
3 changes: 3 additions & 0 deletions config/install/field.storage.node.localgov_directory_name.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
- text
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
- telephone
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- node
id: node.localgov_directory_title_sort
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
module:
- link
- node
Expand Down
5 changes: 4 additions & 1 deletion config/install/node.type.localgov_directory.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- localgov_directories
name: 'Directory channel'
type: localgov_directory
description: 'Main directory landing page.'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: false
dependencies:
enforced:
module:
- localgov_directories
config:
- field.storage.node.localgov_directory_channels
- field.storage.node.localgov_directory_facets_select
Expand Down
3 changes: 3 additions & 0 deletions config/install/views.view.localgov_directory_channel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
langcode: en
status: true
dependencies:
enforced:
module:
- localgov_directories
config:
- search_api.index.localgov_directories_index_default
module:
Expand Down