mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00

- adding a Path property on ExtensionDescriptor that's used in place of the area name for default route URLs - the Path property if not set will be the Name if it's a valid URL segment, otherwise it will be the Id - if an *invalid* Path is given an error will be logged and the extension will not be loaded --HG-- branch : dev