From e088123fb9ffd65fe6f8699676b99a8a4c79a4cb Mon Sep 17 00:00:00 2001 From: carla Date: Mon, 15 Dec 2025 09:58:38 +0100 Subject: [PATCH] feat: adds required column to custom field settings --- .../live/custom_field_live/index_component.ex | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/mv_web/live/custom_field_live/index_component.ex b/lib/mv_web/live/custom_field_live/index_component.ex index 8f63bf8..ca67799 100644 --- a/lib/mv_web/live/custom_field_live/index_component.ex +++ b/lib/mv_web/live/custom_field_live/index_component.ex @@ -68,6 +68,19 @@ defmodule MvWeb.CustomFieldLive.IndexComponent do {custom_field.description} + <:col + :let={{_id, custom_field}} + label={gettext("Required")} + class="max-w-[9.375rem] text-center" + > + + {gettext("Required")} + + + {gettext("Optional")} + + + <:col :let={{_id, custom_field}} label={gettext("Show in overview")}