@manuth/generator-wsc-package
Version:
A Generator for WoltLab Suite Core Packages.
23 lines • 786 B
JavaScript
/**
* Represents a setting of the {@link IWoltLabSettings `IWoltLabSettings`}
*/
export var WoltLabSettingKey;
(function (WoltLabSettingKey) {
/**
* Indicates the {@link Identifier `Identifier`}-setting.
*/
WoltLabSettingKey["Identifier"] = "identifier";
/**
* Indicates the {@link Author `Author`}-setting.
*/
WoltLabSettingKey["Author"] = "authorName";
/**
* Indicates the {@link HomePage `HomePage`}-setting.
*/
WoltLabSettingKey["HomePage"] = "homepage";
/**
* Indicates the {@link ComponentOptions `ComponentOptions`}-settings.
*/
WoltLabSettingKey["ComponentOptions"] = "componentOptions";
})(WoltLabSettingKey = WoltLabSettingKey || (WoltLabSettingKey = {}));
//# sourceMappingURL=WoltLabSettingKey.js.map