From 4901a5e7d1d1bd3826413f2d3665736c7f42c38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 21:10:23 -0500 Subject: [PATCH 1/2] Update pattern library to place messages consistently > Move help (status messages) to just below navbar Ref #32 --- web/themes/custom/agarica/patternlibrary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/themes/custom/agarica/patternlibrary b/web/themes/custom/agarica/patternlibrary index 39ae848..27da326 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 39ae84867c394d63c5b834e534ce46c86aa921b8 +Subproject commit 27da326d6a2e0a987dbd50746654dd2753c3c817 From f339497fa3b42d0c6328c90f88ddae86617ba0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 22:00:06 -0500 Subject: [PATCH 2/2] Don't provide a comment preview option it's ugly and it risks people not saving Ref #32 --- config/sync/field.field.node.blog.comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/field.field.node.blog.comment.yml b/config/sync/field.field.node.blog.comment.yml index 8a47144..54201c7 100644 --- a/config/sync/field.field.node.blog.comment.yml +++ b/config/sync/field.field.node.blog.comment.yml @@ -31,5 +31,5 @@ settings: per_page: 50 anonymous: 1 form_location: true - preview: 1 + preview: 0 field_type: comment