Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported.

This commit is contained in:
sbwalker
2023-10-09 14:26:56 -04:00
parent f78dc443ad
commit c0ed335d84
7 changed files with 239 additions and 104 deletions

View File

@ -73,5 +73,10 @@ namespace Oqtane.Models
/// Optional RegExp validation expression
/// </summary>
public string Validation { get; set; }
/// <summary>
/// Optional number of rows (textarea)
/// </summary>
public int Rows { get; set; }
}
}