X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=de94f77cbb21c2296f5281cfba9affd1c593398f;hb=c219f244b0a306dfd65f49b84fafcf7bfdf70b3a;hp=69da9c71d9e0b4ed2bbf46aa96ecc776a4ab4ce5;hpb=53278d445033bbf411a437a8a236f7c23970acfc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 69da9c71d9..de94f77cbb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8497,6 +8497,7 @@ $wgExternalDiffEngine = false; * See $wgExternalDiffEngine. * * @since 1.30 + * @deprecated since 1.34 */ $wgWikiDiff2MovedParagraphDetectionCutoff = 0; @@ -9082,6 +9083,17 @@ $wgReportToEndpoints = []; */ $wgFeaturePolicyReportOnly = []; +/** + * Options for Special:Search completion widget form created by SearchFormWidget class. + * Settings that can be used: + * - showDescriptions: true/false - whether to show opensearch description results + * - performSearchOnClick: true/false - whether to perform search on click + * See also TitleWidget.js UI widget. + * @since 1.34 + * @var array + */ +$wgSpecialSearchFormOptions = []; + /** * For really cool vim folding this needs to be at the end: * vim: foldmarker=@{,@} foldmethod=marker