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.
@yorkshirepudding, In the end I fixed it by deleting the config/active folder contents, copying the config/staging/ files into config/active, importing the database again and clearing the caches...
Posted5 days 12 hours ago by Francis Greaves (themetman) on:
Hi @yorkshirepudding!
Nothing in admin/reports/fields or admin/config/development/configuration/single/export
There is a field in the database though.
Should I just copy the item...
Posted5 days 18 hours ago by Francis Greaves (themetman) on:
That is not a core field so my guess is it must exist, though perhaps it is a field defined but without any instances.
A few places to check:
admin/reports/fields - is it...
Posted5 days 19 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
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!