From 139273ea8fe9aacf3c883a6fc733ac391b110759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 19:23:42 -0500 Subject: [PATCH 1/2] Give access to the minimal HTML format to everyone --- config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index d5384b0..ad4c707 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -15,4 +15,5 @@ permissions: - 'access site-wide contact form' - 'post comments' - 'use exclude node title' + - 'use text format minimalhtml' - 'use text format restricted_html' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 31150ec..cec6f7e 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -21,3 +21,4 @@ permissions: - 'skip comment approval' - 'use exclude node title' - 'use text format basic_html' + - 'use text format minimalhtml' From 475b45ccb1b01282e30e1c1fdf28924223cd24c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 26 Dec 2018 20:46:39 -0500 Subject: [PATCH 2/2] Update pattern library to style status messages, keep them visible below navbar Ref #32 > Keep status messages out from under the fixed navbar > Override bulma message template to add styling classes --- 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 103e211..39ae848 160000 --- a/web/themes/custom/agarica/patternlibrary +++ b/web/themes/custom/agarica/patternlibrary @@ -1 +1 @@ -Subproject commit 103e2113d479314e4cf618c10897bde671cd4f79 +Subproject commit 39ae84867c394d63c5b834e534ce46c86aa921b8