Removes Biography

This commit is contained in:
Cody 2023-10-21 15:12:15 -07:00 committed by GitHub
parent fe5efff255
commit f68d26317d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,8 +239,6 @@ namespace Oqtane.Repository
{ SiteId = site.SiteId, Name = "PostalCode", Title = "Postal Code", Description = "Postal Code Or Zip Code", Category = "Address", ViewOrder = 7, MaxLength = 50, DefaultValue = "", IsRequired = false, IsPrivate = false, Options = "", Rows = 1 });
_profileRepository.AddProfile(new Profile
{ SiteId = site.SiteId, Name = "Phone", Title = "Phone Number", Description = "Phone Number", Category = "Contact", ViewOrder = 8, MaxLength = 50, DefaultValue = "", IsRequired = false, IsPrivate = false, Options = "", Rows = 1 });
_profileRepository.AddProfile(new Profile
{ SiteId = site.SiteId, Name = "Biography", Title = "Biography", Description = "Biography", Category = "Personal", ViewOrder = 9, MaxLength = 1000, DefaultValue = "", IsRequired = false, IsPrivate = false, Options = "", Rows = 5 });
Folder folder = _folderRepository.AddFolder(new Folder
{