New module path_alias_xt
This commit is contained in:
parent
4824608a33
commit
d3aeafdc7e
6 changed files with 824 additions and 0 deletions
13
modules/path_alias_xt/path_alias_xt.info
Normal file
13
modules/path_alias_xt/path_alias_xt.info
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = Extended Path Aliases
|
||||
description = Automatically extend path aliases to include tabs, like "about-us/edit" for "node/123/edit". Allow these aliases to be entered in page specification wild-cards ("about-us*"), e.g for block visibility.
|
||||
core = "6.x"
|
||||
; While you will need to enable the core Path module to enter aliases,
|
||||
; programmatically path_alias_xt has no dependency on it. Existing aliases
|
||||
; will continue to be auto-extended, even if Path is disabled later on.
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-10-23
|
||||
version = "6.x-1.3"
|
||||
core = "6.x"
|
||||
project = "path_alias_xt"
|
||||
datestamp = "1382565626"
|
||||
|
Reference in a new issue