Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported.
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user