A bit like described in the
Drupal 7 Alias Lock Module →
we often run into the situation that we have certain "static" content types, whose URL-aliases should be automatically created by pathauto, but never changed afterwards.
Of course this could be done manually by the author, but typically the content creators are no technical experts and tend to forget unchecking the "Generate automatic URL alias" after creating the node.
Typically, this is the case for nodes, which are an essential part of the menu structure or even more important, are parent paths to other URLs in a tree folder structure.
It would be nice to have an option, presumably on the pattern form (/admin/config/search/path/patterns/{CONTENT-TYPE}
) to set this behavior.
[node:title]
/my-title
/my-new-title
generated as new title without noticing it:)
Add an option to the pattern create / edit form (/admin/config/search/path/patterns/{CONTENT-TYPE}
)
Active
1.0
Code