This commit is contained in:
@@ -19,11 +19,13 @@ namespace AyaNova.DataList
|
||||
//Default object type to open for rows of this list (use no object if no)
|
||||
AyaType DefaultListObjectType { get; set; }
|
||||
|
||||
//Default list display template if none found in db or is invalid, this ensures the data will flow even if people fuck up the templates somehow
|
||||
string DefaultDataListDisplayTemplate { get; set; }
|
||||
|
||||
string GenerateMINIListColumnsJSON();
|
||||
string GenerateListColumnsJSONFromTemplate(string template);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user