From 99f0798c83e84f31b6176d6c2cf74b0091c80301 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Mar 2018 18:32:15 +0000 Subject: [PATCH] Add null_user module --- source/opensource.html.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/opensource.html.twig b/source/opensource.html.twig index bc719868..ecb9bb08 100644 --- a/source/opensource.html.twig +++ b/source/opensource.html.twig @@ -53,8 +53,13 @@ projects: url: https://www.drupal.org/project/node_comment_block versions: [7] + - name: Null User + description: Adds a NullUser class for simpler code with less conditions. + url: https://www.drupal.org/project/null_user + versions: [8] + - name: Override Node Options - description: Allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. It also allows selected field sets to be set as collapsed and/or collapsible. + description: Allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. url: https://www.drupal.org/project/override_node_options versions: [7, 8]