- Adding the RoutableAspect editor template's permalink slug prefix display based on container slugs

- Got the rest of the hard coded prefix usage out of the RoutableAspect's editor template

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045731
This commit is contained in:
skewed
2010-01-20 09:26:33 +00:00
parent 1ae1770b0d
commit 5285b24733
11 changed files with 54 additions and 13 deletions

View File

@@ -3,6 +3,8 @@ using Orchard.ContentManagement;
namespace Orchard.Core.Common.Models {
public class RoutableAspect : ContentPart<RoutableRecord> {
public string ContainerPath { get; set; }
public string Title {
get { return Record.Title; }
set { Record.Title = value; }