Skip to content
Snippets Groups Projects
Commit 8ccc4071 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2864315: [8.4.x] Added [Rabbit Hole] module: Only Enabled [Rabbit Hole,...

Issue #2864315: [8.4.x] Added [Rabbit Hole] module: Only Enabled [Rabbit Hole, Rabbit Hole nodes, Rabbit Hole taxonomy] modules and basic settings not to use for [page] and [landing page] content types
parent 051f385e
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,10 @@ projects[content_lock][type] = module
projects[content_lock][subdir] = "contrib"
projects[content_lock][version] = 1.0-alpha1
projects[rabbit_hole][type] = module
projects[rabbit_hole][subdir] = "contrib"
projects[rabbit_hole][version] = 1.0-beta2
projects[fast_404][type] = module
projects[fast_404][subdir] = "contrib"
projects[fast_404][version] = 1.0-alpha2
......
langcode: en
status: true
dependencies: { }
id: node_type_landing_page
action: display_page
allow_override: 0
redirect: ''
redirect_code: 301
......@@ -12,6 +12,7 @@ dependencies:
- panelizer_quickedit
- path
- pathauto
- rabbit_hole
- user
- varbase_seo
- yoast_seo
......
langcode: en
status: true
dependencies: { }
id: node_type_page
action: display_page
allow_override: 0
redirect: ''
redirect_code: 301
......@@ -13,6 +13,7 @@ dependencies:
- panelizer
- path
- pathauto
- rabbit_hole
- rdf
- smart_trim
- text
......
......@@ -92,6 +92,9 @@ dependencies:
- ultimate_cron
- content_lock
- content_lock_timeout
- rabbit_hole
- rh_node
- rh_taxonomy
- fast404
- imagemagick
- imageapi_optimize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment