Added magazines names, auto open cms client...
Fix alarm bug
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Step.Model.ConfigModels
|
||||
{
|
||||
public class MagazineNamesModel
|
||||
{
|
||||
public int MagazineId { get; set; }
|
||||
|
||||
public Dictionary<string, string> LocalizedNames { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -14,5 +14,6 @@ namespace Step.Model.ConfigModels
|
||||
public string ServerAddress { get; set; }
|
||||
public bool EnableDirectoryBrowsing { get; set; }
|
||||
public string DatabaseAddress { get; set; }
|
||||
public bool AutoOpenCmsClient { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -24,6 +24,7 @@ namespace Step.Model.ConfigModels
|
||||
|
||||
public CooligTranslations CooligsTranslations { get; set; }
|
||||
|
||||
public List<MagazineNamesModel> MagazineNames { get; set; }
|
||||
}
|
||||
|
||||
public class CooligTranslations
|
||||
|
||||
Reference in New Issue
Block a user