Re-apply Drop Down Flexible "Merge pull request #2502 from umbraco/temp-U4-11032""

This commit is contained in:
Shannon
2018-03-21 12:37:26 +11:00
parent 96c6a17d03
commit 2ad79956d9
10 changed files with 200 additions and 10 deletions

View File

@@ -122,6 +122,11 @@ namespace Umbraco.Core
/// Alias for the Dropdown list, publishing keys datatype.
/// </summary>
public const string DropdownlistPublishingKeysAlias = "Umbraco.DropdownlistPublishingKeys";
/// <summary>
/// Alias for the "new" Dropdown list, that replaces the old four deprecated ones and works as other list based property editors
/// </summary>
public const string DropDownListFlexibleAlias = "Umbraco.DropDown.Flexible";
/// <summary>
/// Guid for the Folder browser datatype.
@@ -452,4 +457,4 @@ namespace Umbraco.Core
}
}
}
}
}