array( action_plugin_combo_urlmanager::NOTHING, action_plugin_combo_urlmanager::GO_TO_BEST_END_PAGE_NAME, action_plugin_combo_urlmanager::GO_TO_NS_START_PAGE, action_plugin_combo_urlmanager::GO_TO_BEST_PAGE_NAME, action_plugin_combo_urlmanager::GO_TO_BEST_NAMESPACE, action_plugin_combo_urlmanager::GO_TO_SEARCH_ENGINE )); $meta['GoToEditMode'] = array('onoff'); $meta['ActionReaderFirst'] = $actionChoices; $meta['ActionReaderSecond'] = $actionChoices; $meta['ActionReaderThird'] = $actionChoices; $meta['WeightFactorForSamePageName'] = array('string'); $meta['WeightFactorForStartPage'] = array('string'); $meta['WeightFactorForSameNamespace'] = array('string'); require_once(__DIR__ . '/../class/UrlManagerBestEndPage.php'); $meta[UrlManagerBestEndPage::CONF_MINIMAL_SCORE_FOR_REDIRECT] = array('string'); $meta[action_plugin_combo_metacanonical::CANONICAL_LAST_NAMES_COUNT_CONF] = array('string'); /** * Icon namespace where the downloaded icon are stored */ require_once(__DIR__ . '/../syntax/icon.php'); $meta[Icon::CONF_ICONS_MEDIA_NAMESPACE] = array('string'); $meta[Icon::CONF_DEFAULT_ICON_LIBRARY] = array('multichoice', '_choices' => array_keys(Icon::LIBRARY_ACRONYM)); /** * Css optimization */ $meta[action_plugin_combo_css::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET] = array('onoff'); $meta[action_plugin_combo_css::CONF_DISABLE_DOKUWIKI_STYLESHEET] = array('onoff'); /** * Metadata Viewer */ $meta[MetadataUtility::CONF_METADATA_DEFAULT_ATTRIBUTES] = array('string'); $meta[MetadataUtility::CONF_ENABLE_WHEN_EDITING] = array('onoff'); /** * Badge */ $meta[syntax_plugin_combo_badge::CONF_DEFAULT_ATTRIBUTES_KEY] = array('string'); /** * Ads */ require_once(__DIR__ . '/../class/AdsUtility.php'); $meta[AdsUtility::CONF_IN_ARTICLE_PLACEHOLDER] = array('onoff'); /** * Code / File / Console */ $meta[syntax_plugin_combo_code::CONF_CODE_ENABLE] = array('onoff'); $meta[Prism::CONF_PRISM_THEME] = array('multichoice', '_choices' => array_keys(Prism::THEMES_INTEGRITY)); $meta[Prism::CONF_BASH_PROMPT] = array('string'); $meta[Prism::CONF_BATCH_PROMPT] = array('string'); $meta[Prism::CONF_POWERSHELL_PROMPT] = array('string'); $meta[syntax_plugin_combo_file::CONF_FILE_ENABLE] = array('onoff'); /** * Quality (SEO) */ require_once(__DIR__ . '/../class/LowQualityPage.php'); $meta[LowQualityPage::CONF_LOW_QUALITY_PAGE_PROTECTION_ENABLE] = array('onoff'); $meta[PageProtection::CONF_PAGE_PROTECTION_MODE] = array('multichoice', '_choices' => array( PageProtection::CONF_VALUE_ACL, PageProtection::CONF_VALUE_HIDDEN )); /** * Preformatted mode enable */ $meta[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_ENABLE] = array('onoff'); $meta[syntax_plugin_combo_preformatted::CONF_PREFORMATTED_EMPTY_CONTENT_NOT_PRINTED_ENABLE] = array('onoff'); /** * The mandatory rules */ $meta[renderer_plugin_combo_analytics::CONF_MANDATORY_QUALITY_RULES] = array('multicheckbox', '_choices' => renderer_plugin_combo_analytics::QUALITY_RULES); /** * Autofrontmatter mode enable */ $meta[action_plugin_combo_autofrontmatter::CONF_AUTOFRONTMATTER_ENABLE] = array('onoff'); /** * The quality rules excluded from monitoring */ $meta[action_plugin_combo_qualitymessage::CONF_DISABLE_QUALITY_MONITORING] = array('onoff'); $meta[action_plugin_combo_qualitymessage::CONF_EXCLUDED_QUALITY_RULES_FROM_DYNAMIC_MONITORING] = array('multicheckbox', '_choices' => renderer_plugin_combo_analytics::QUALITY_RULES); /** * Link */ $meta[LinkUtility::CONF_USE_DOKUWIKI_CLASS_NAME] = array('onoff'); $meta[syntax_plugin_combo_link::CONF_DISABLE_LINK] = array('onoff'); $meta[syntax_plugin_combo_link::CONF_ENABLE_MULTI_LINES_LINK] = array('onoff'); /** * Twitter */ $meta[action_plugin_combo_metatwitter::CONF_TWITTER_SITE_HANDLE] = array('string'); $meta[action_plugin_combo_metatwitter::CONF_TWITTER_SITE_ID] = array('string'); $meta[action_plugin_combo_metatwitter::CONF_DEFAULT_TWITTER_IMAGE] = array('string'); $meta[action_plugin_combo_metatwitter::CONF_DONT_NOT_TRACK] = array('multichoice', '_choices' => array( action_plugin_combo_metatwitter::CONF_ON, action_plugin_combo_metatwitter::CONF_OFF )); $meta[syntax_plugin_combo_blockquote::CONF_TWEET_WIDGETS_THEME] = array('string'); $meta[syntax_plugin_combo_blockquote::CONF_TWEET_WIDGETS_BORDER] = array('string'); /** * Page Image */ $meta[Page::CONF_DISABLE_FIRST_IMAGE_AS_PAGE_IMAGE] = array('onoff'); /** * Facebook */ $meta[action_plugin_combo_metafacebook::CONF_DEFAULT_FACEBOOK_IMAGE] = array('string'); /** * Site country */ $meta[Site::CONF_SITE_ISO_COUNTRY] = array("string"); /** * Late publication protection */ $meta[Publication::CONF_LATE_PUBLICATION_PROTECTION_ENABLE] = array('onoff'); /** * Default Page Type */ $meta[Page::CONF_DEFAULT_PAGE_TYPE] = array("string"); /** * Default Shadow level */ $meta[Shadow::CONF_DEFAULT_VALUE] = array('multichoice', '_choices' => array( Shadow::CONF_SMALL_LEVEL_VALUE, Shadow::CONF_MEDIUM_LEVEL_VALUE, Shadow::CONF_LARGE_LEVEL_VALUE, Shadow::CONF_EXTRA_LARGE_LEVEL_VALUE )); /** * Big Svg Lazy load */ require_once(__DIR__ . '/../class/SvgImageLink.php'); $meta[SvgImageLink::CONF_LAZY_LOAD_ENABLE] = array('onoff'); /** * Big Svg Injection */ $meta[SvgImageLink::CONF_SVG_INJECTION_ENABLE] = array('onoff'); /** * Svg Optimization */ $meta[SvgDocument::CONF_SVG_OPTIMIZATION_ENABLE] = array('onoff'); /** * Svg Optimization Inline */ $meta[SvgImageLink::CONF_MAX_KB_SIZE_FOR_INLINE_SVG] = array('string'); /** * Svg Upload Group Name */ $meta[action_plugin_combo_svg::CONF_SVG_UPLOAD_GROUP_NAME] = array('string'); /** * Svg The attribute that are deleted with the optimization * {@link SvgDocument::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE} */ $meta[SvgDocument::CONF_OPTIMIZATION_ATTRIBUTES_TO_DELETE] = array('string'); $meta[SvgDocument::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE] = array('string'); $meta[SvgDocument::CONF_OPTIMIZATION_ELEMENTS_TO_DELETE_IF_EMPTY] = array('string'); $meta[SvgDocument::CONF_OPTIMIZATION_NAMESPACES_TO_KEEP] = array('string'); $meta[SvgDocument::CONF_PRESERVE_ASPECT_RATIO_DEFAULT] = array('string'); /** * Raster Lazy load image */ $meta[RasterImageLink::CONF_LAZY_LOADING_ENABLE] = array('onoff'); $meta[RasterImageLink::CONF_RESPONSIVE_IMAGE_MARGIN] = array('string'); $meta[RasterImageLink::CONF_RETINA_SUPPORT_ENABLED] = array('onoff'); /** * Lazy loading */ $meta[LazyLoad::CONF_LAZY_LOADING_PLACEHOLDER_COLOR] = array("string"); /** * Internal media */ $meta[MediaLink::CONF_IMAGE_ENABLE] = array('onoff'); /** * Internal media default linking */ $meta[MediaLink::CONF_DEFAULT_LINKING] = array('multichoice', '_choices' => array( MediaLink::LINKING_DIRECT_VALUE, MediaLink::LINKING_DETAILS_VALUE, MediaLink::LINKING_LINKONLY_VALUE, MediaLink::LINKING_NOLINK_VALUE, )); /** * Default breakpoint */ $meta[FloatAttribute::CONF_FLOAT_DEFAULT_BREAKPOINT] = array('multichoice', '_choices' => array( "xs", "sm", "md", "lg", "xl", "xxl" ));