.}}'; /** * Disqus * See {@link syntax_plugin_combo_disqus::CONF_DEFAULT_ATTRIBUTES} */ $conf['disqusDefaultAttributes'] = 'shortName=""'; /** * ie {@link action_plugin_combo_urlmanager::GO_TO_BEST_END_PAGE_NAME} */ $conf['ActionReaderFirst'] = 'GoToBestEndPageName'; /** * ie {@link action_plugin_combo_urlmanager::GO_TO_BEST_PAGE_NAME} */ $conf['ActionReaderSecond'] = 'GoToBestPageName'; /** * ie {@link action_plugin_combo_urlmanager::GO_TO_SEARCH_ENGINE} */ $conf['ActionReaderThird'] = 'GoToSearchEngine'; $conf['GoToEditMode'] = 1; $conf['ShowPageNameIsNotUnique'] = 1; $conf['ShowMessageClassic'] = 1; $conf['WeightFactorForSamePageName'] = 4; $conf['WeightFactorForStartPage'] = 3; $conf['WeightFactorForSameNamespace'] = 5; /** * See {@link UrlManagerBestEndPage::CONF_MINIMAL_SCORE_FOR_REDIRECT_DEFAULT} */ $conf['BestEndPageMinimalScoreForIdRedirect'] = 0; /** * Does automatic canonical processing is on */ $conf['MinimalNamesCountForAutomaticCanonical'] = 0; /** * Icon Namespace * See {@link IconUtility::CONF_ICONS_MEDIA_NAMESPACE} * See {@link IconUtility::CONF_ICONS_MEDIA_NAMESPACE_DEFAULT} */ $conf['icons_namespace'] = ":combostrap:icons"; /** * Css Optimization * See {@link action_plugin_combo_css::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET} * See {@link action_plugin_combo_css::CONF_DISABLE_DOKUWIKI_STYLESHEET} */ $conf['enableMinimalFrontEndStylesheet'] = 0; $conf['disableDokuwikiStylesheet'] = 0; /** * Metadata Viewer * See {@link \ComboStrap\MetadataUtility::CONF_ENABLE_WHEN_EDITING * See {@link \ComboStrap\MetadataUtility::CONF_METADATA_DEFAULT_ATTRIBUTES * See {@link \ComboStrap\MetadataUtility::EXCLUDE_ATTRIBUTE */ $conf['enableMetadataViewerWhenEditing'] = 1; $conf['metadataViewerDefaultAttributes'] = 'title="Metadata" exclude="tableofcontents"'; /** * Badge * See {@link syntax_plugin_combo_badge::CONF_DEFAULT_ATTRIBUTES_KEY */ $conf['defaultBadgeAttributes'] = 'type="info" rounded="true"'; /** * Ads * See {@link \ComboStrap\AdsUtility::CONF_IN_ARTICLE_PLACEHOLDER */ $conf['AdsInArticleShowPlaceholder'] = 0; /** * Code * See {@link syntax_plugin_combo_code::CONF_CODE_ENABLE} * {@link Prism::CONF_PRISM_THEME} */ $conf['codeEnable'] = 1; $conf['fileEnable'] = 1; $conf['prismTheme'] = "tomorrow"; $conf['bashPrompt'] = "#"; $conf['batchPrompt'] = 'C:\\'; $conf['powershellPrompt'] = 'PS C:\\'; /** * SEO module * See {@link \ComboStrap\LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_ENABLE} */ $conf['lowQualityPageProtectionEnable'] = 0; /** * Page Protection Mode {@link \ComboStrap\PageProtection::CONF_PAGE_PROTECTION_MODE} * Empty to be able to see if the value was set * to override the old conf value {@link \ComboStrap\LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_MODE} * */ $conf['pageProtectionMode'] = ""; /** * Preformatted mode disable * See {@link syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE} */ $conf['preformattedEnable'] = 0; /** * {@link renderer_plugin_combo_analytics::CONF_MANDATORY_QUALITY_RULES} */ $conf['mandatoryQualityRules'] = 'words_min,internal_backlinks_min,internal_links_min'; /** * {@link action_plugin_combo_autofrontmatter::CONF_AUTOFRONTMATTER_ENABLE} */ $conf['autoFrontMatterEnable'] = 1; /** * {@link action_plugin_combo_qualitymessage::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING} * {@link action_plugin_combo_qualitymessage::CONF_DISABLE_QUALITY_MONITORING} */ $conf['excludedQualityRulesFromDynamicMonitoring'] = 'words_by_section_avg_min,words_by_section_avg_max'; $conf['disableDynamicQualityMonitoring'] = 0; /** * Class in link {@link \ComboStrap\LinkUtility::CONF_USE_DOKUWIKI_CLASS_NAME} */ $conf['useDokuwikiLinkClassName'] = 0; /** * Twitter * {@link action_plugin_combo_metatwitter::CONF_DEFAULT_TWITTER_IMAGE} */ $conf['defaultTwitterImage'] = ":apple-touch-icon.png"; $conf['twitterSiteHandle'] = ""; $conf['twitterSiteId'] = ""; $conf['twitter:dnt'] = "on"; $conf['twitter:widgets:theme'] = "light"; $conf['twitter:widgets:border-color'] = "#55acee"; /** * Page Image {@link Page::CONF_DISABLE_FIRST_IMAGE_AS_PAGE_IMAGE} */ $conf['disableFirstImageAsPageImage'] = 0; /** * Facebook * {@link action_plugin_combo_metafacebook::CONF_DEFAULT_FACEBOOK_IMAGE} */ $conf['defaultFacebookImage'] = ":logo-facebook.png"; /** * Country * {@link Site::CONF_SITE_ISO_COUNTRY} */ $conf['siteIsoCountry'] = ""; /** * * See {@link \ComboStrap\Publication::CONF_LATE_PUBLICATION_PROTECTION_ENABLE} */ $conf['latePublicationProtectionEnable'] = 1; /** * Default page type * {@link Page::CONF_DEFAULT_PAGE_TYPE} */ $conf["defaultPageType"] = "article";