Skip to content

Commit

Permalink
Merge pull request upchuk#3 from ziquid/OTH-6-add-zoom-url-redirect
Browse files Browse the repository at this point in the history
OTH-6: Enable redirect module and zoom URL redirect config.
  • Loading branch information
jcheek authored Oct 15, 2018
2 parents a67da1b + 6396006 commit cd87172
Show file tree
Hide file tree
Showing 7 changed files with 660 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module:
path: 0
quickedit: 0
rdf: 0
redirect: 0
search: 0
shortcut: 0
system: 0
Expand All @@ -39,6 +40,7 @@ module:
update: 0
user: 0
views_ui: 0
ziquid_redirects: 0
menu_link_content: 1
views: 10
standard: 1000
Expand Down
9 changes: 9 additions & 0 deletions config/sync/redirect.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
auto_redirect: true
default_status_code: 301
passthrough_querystring: true
warning: false
ignore_admin_path: false
access_check: false
route_normalizer_enabled: true
_core:
default_config_hash: FEwQLW1wXW7fiJdG1B2bxW1c_-k6w-r-3V3bSsW6PqM
16 changes: 16 additions & 0 deletions config/sync/system.action.redirect_delete_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
uuid: 28870fb6-6cd4-48a1-8f34-f261e2fd7d8d
langcode: en
status: true
dependencies:
enforced:
module:
- redirect
module:
- redirect
_core:
default_config_hash: vcnRZRvBqTbK3nZ2M4_lKPlEGc8GjPzgaqapYUfyX8M
id: redirect_delete_action
label: 'Delete redirect'
type: redirect
plugin: redirect_delete_action
configuration: { }
Loading

0 comments on commit cd87172

Please sign in to comment.