X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=de94f77cbb21c2296f5281cfba9affd1c593398f;hp=9efcfb47a3a56609ec2f16474305f33f4fb899df;hb=d029197c7c5b083edef20fa79cc3e6d58e161f72;hpb=e5eb5ac92815340f389048291d71ad9ddb75e690 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9efcfb47a3..de94f77cbb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -9083,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