bluecadet / bluecadet_redirect_importer
Adds ability to Bulk Import Redirects from a csv file.
Installs: 14 513
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 2
Type:custom-drupal-module
Requires
- php: ^7.4||^8.0
- bluecadet/bc_drupal_package_manager: ^1.0
- composer/installers: ^1.9||^2.0
- oomphinc/composer-installers-extender: ^2.0
This package is auto-updated.
Last update: 2024-10-22 20:22:29 UTC
README
Please uplaod a csv file with 2 Header Rows and 4 columns.
The Columns shoud be From, To, Redirect Status, Language.
Items with the same From/Language will be overwritten.
You can use the Template Spreadsheet to get started.
Versions
1.x Branch
< Drupal 8.9 compatable
2.x Branch
Drupal 8.9 and Drupal 9 Compatible.
3.x Branch
Drupal Drupal 9 & 10 Compatible. PHP 8 Compatible
Changelog
8.x-2.1.0
- Updated dependencies so we can use Composer v2