Created
May 28, 2014 16:36
-
-
Save gabesullice/f0b60fd9ff9210279678 to your computer and use it in GitHub Desktop.
Drupal Common Exclude Paths
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a list of common Drupal paths you may want to exclude. | |
// I often use these when I'm placing a block "globally" | |
admin | |
admin/* | |
batch | |
node/add* | |
node/*/* | |
user/*/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Drupal Common Exclude Paths
Feel free to comment and suggest additions/removals