Some more config parameters for SciDepartment
parent
82ef06c897
commit
862123fc8d
|
|
@ -20,6 +20,10 @@ public class SciDepartmentConfig {
|
|||
private String memberRolesBundleName
|
||||
= "org.scientificcms.contenttypes.scidepartment.MemberRoles";
|
||||
|
||||
@Setting
|
||||
private String textKeysBundleName
|
||||
= "org.scientificcms.contenttypes.scidepartment.TextKeysBundle";
|
||||
|
||||
public static SciDepartmentConfig getConfig() {
|
||||
final ConfigurationManager confManager = CdiUtil
|
||||
.createCdiUtil()
|
||||
|
|
@ -47,6 +51,13 @@ public class SciDepartmentConfig {
|
|||
this.memberRolesBundleName = memberRolesBundleName;
|
||||
}
|
||||
|
||||
public String getTextKeysBundleName() {
|
||||
return textKeysBundleName;
|
||||
}
|
||||
|
||||
public void setTextKeysBundleName(final String textKeysBundleName) {
|
||||
this.textKeysBundleName = textKeysBundleName;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue