diff --git a/blueprints.yaml b/blueprints.yaml index 49c24fe..1dfa2a1 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -104,6 +104,17 @@ form: 0: Disabled validate: type: bool + + autofocus: + type: toggle + label: Autofocus + highlight: 1 + default: 1 + options: + 1: Enabled + 0: Disabled + validate: + type: bool search_title: type: spacer diff --git a/templates/partials/tntsearch.html.twig b/templates/partials/tntsearch.html.twig index 7072443..845d211 100644 --- a/templates/partials/tntsearch.html.twig +++ b/templates/partials/tntsearch.html.twig @@ -12,7 +12,7 @@
{% block tntsearch_input %} {% endblock %}