Can I disable URL Aliases for a content type? If I leave the pattern blank, it inherits the default pattern. I can uncheck the "Generate automatic URL alias" checkbox on a specific node, but I'm looking to permanently default that setting to off.
And, one more thought hahaha
You can learn A LOT about programmatically doing things to View (and Backdrop in general) by looking at the automated tests for Views etc.
Posted14 hours 42 min ago by Alejandro Cremaschi (argiepiano) on:
Oh, one more thing. I did dare to modify Views dynamically (adding fields, grouping some fields into one column, and adding filters dynamically based on other conditions) on the fly at one point...
Posted14 hours 45 min ago by Alejandro Cremaschi (argiepiano) on:
Hey, everyone,
I'm stepping in to provide an update from the Giant Rabbit team that I also posted in github here and here - long story short, we're close to an alpha release.
I'll...
Comments
You could create a pattern of:
That will do the same as turning the patterns off
That's awesome. Tested and it worked great. Thanks!