Author: ygrego Date: 2015-03-10 12:36:04 +0000 (Tue, 10 Mar 2015) New Revision: 920 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/920 Log: This new file permit to manage configurability in some case into global implementation of norm oipf. Added: oipf/js/config/ oipf/js/config/SettingsOfImplementation.js Added: oipf/js/config/SettingsOfImplementation.js =================================================================== --- oipf/js/config/SettingsOfImplementation.js (rev 0) +++ oipf/js/config/SettingsOfImplementation.js 2015-03-10 12:36:04 UTC (rev 920) @@ -0,0 +1,14 @@ +/* + * Description: + * This file contains information about some part of implementations which must be configurable. + */ + +/* + * Description: + * Contain the identifier type of channel in key and a boolean as value to indicate if this type of channel + * can be created. + */ +var channelTypeCreation = { + 12 : true, + 13 : true +};
participants (1)
-
ygregoï¼ users.nuiton.org