mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Update Drupal 7 dependencies
This commit is contained in:
parent
7d902ba1ef
commit
13df912654
391 changed files with 2900 additions and 1502 deletions
|
@ -6,7 +6,7 @@ core = 7.x
|
|||
files[] = path.test
|
||||
configure = admin/config/search/path
|
||||
|
||||
; Information added by Drupal.org packaging script on 2024-03-06
|
||||
version = "7.100"
|
||||
; Information added by Drupal.org packaging script on 2024-12-04
|
||||
version = "7.103"
|
||||
project = "drupal"
|
||||
datestamp = "1709734591"
|
||||
datestamp = "1733324608"
|
||||
|
|
|
@ -41,6 +41,7 @@ function path_permission() {
|
|||
return array(
|
||||
'administer url aliases' => array(
|
||||
'title' => t('Administer URL aliases'),
|
||||
'restrict access' => TRUE,
|
||||
),
|
||||
'create url aliases' => array(
|
||||
'title' => t('Create and edit URL aliases'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue