From 31ce0feed8d6f1130f8855624696ee795b205827 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Thu, 8 Dec 2022 15:36:13 +0100 Subject: [PATCH] chg: [permissionslimitations:add] Forced comment type to be textarea --- templates/PermissionLimitations/add.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/PermissionLimitations/add.php b/templates/PermissionLimitations/add.php index 0dffc70..ed82b00 100644 --- a/templates/PermissionLimitations/add.php +++ b/templates/PermissionLimitations/add.php @@ -26,7 +26,8 @@ ], [ 'field' => 'comment', - 'label' => 'Comment' + 'label' => 'Comment', + 'type' => 'textarea', ] ], 'submit' => [