From 0baab3ae9fa8c077ddd77c78a97403a0ebb447b1 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Sat, 29 Aug 2015 13:23:19 +0200 Subject: [PATCH] Put autofocus on page title Refs https://github.com/getgrav/grav-plugin-admin/issues/122 --- system/blueprints/pages/default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/system/blueprints/pages/default.yaml b/system/blueprints/pages/default.yaml index 061ddd7b1..888ac9016 100644 --- a/system/blueprints/pages/default.yaml +++ b/system/blueprints/pages/default.yaml @@ -23,6 +23,7 @@ form: fields: header.title: type: text + autofocus: true style: vertical label: PLUGIN_ADMIN.TITLE