UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

14 lines 815 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OTTER_MODULE_SUPPORTED_SCOPES = exports.OTTER_KEYWORD_CMS = exports.OTTER_MODULE_KEYWORD = exports.OTTER_MODULE_PRESET_PREFIX = exports.OTTER_MODULE_PREFIX = void 0; /** Prefix of the Otter module keyword tags */ exports.OTTER_MODULE_PREFIX = 'otter-'; /** Prefix of the Otter module keyword tags */ exports.OTTER_MODULE_PRESET_PREFIX = 'otter-preset-'; /** Keyword defining an Otter compatible module */ exports.OTTER_MODULE_KEYWORD = 'otter-module'; /** Package Keyword to identify the module allowing CMS administration */ exports.OTTER_KEYWORD_CMS = 'otter-cms'; /** List of whitelisted package scopes for Otter modules */ exports.OTTER_MODULE_SUPPORTED_SCOPES = ['otter', 'o3r']; //# sourceMappingURL=modules.constants.js.map