From 2399c7057a10cd8f4d1781429f2d1dbda8b01ca0 Mon Sep 17 00:00:00 2001 From: markuczy <129275100+markuczy@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:25:47 +0200 Subject: [PATCH] feat: operator setup for search-config components (#246) * feat: operator setup for new remote components * feat: enhanced slot descriptions --- helm/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index 6d18eb0..cf6b3a2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -32,4 +32,10 @@ app: onecx-shell-footer: name: 'onecx-shell-footer' description: 'Shell footer' + onecx-search-config: + name: 'onecx-search-config' + description: 'Slot used by library components that can be used in all applications. Its defined in shell and should not be redefined in products that use the slots. Use this slot to manage search configurations on the search pages via assigned remote components.' + onecx-column-group-selection: + name: 'onecx-column-group-selection' + description: 'Slot used by library components that can be used in all applications. Its defined in shell and should not be redefined in products that use the slots. Use this slot to manage table column group selection (ex. include search configurations) via assigned remote components.' # PIPE Config