Exemple #1
0
        /// <summary>
        /// This method adds the Model Maker plugin to RapidCMS without the Model collection.
        ///
        /// Use this when the code runs in production.
        /// </summary>
        /// <param name="cmsConfig"></param>
        /// <returns></returns>
        public static ICmsConfig AddModelMakerPluginCore(this ICmsConfig cmsConfig)
        {
            cmsConfig.AddPlugin <ModelMakerPlugin>();

            return(cmsConfig);
        }