Added support for Links filtering (#5785)

References #5741

---------

Co-authored-by: kiridarivaki <k.darivaki03@gmail.com>
This commit is contained in:
Kyriaki Darivaki
2024-06-11 16:24:34 +03:00
committed by GitHub
parent 63578e6480
commit 58fb86f2c3
7 changed files with 38 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export const linksCompositeType: CompositeType = {
{
name: 'secondaryLinks',
type: FieldMetadataType.RAW_JSON,
hidden: false,
hidden: 'input',
isRequired: false,
},
],