[ACS-6107] Updated default configuration for date-range component to be compatible with the new advanced search date range component (#3532)

* [ACS-6107] Updated default configuraiton for date-range component in extensions to match the required config for the new date range component

* [ACS-6107] Updated E2Es to remove references to old date-range component

* [ACS-6107] Restored missing column key
This commit is contained in:
swapnil-verma-gl
2023-12-26 11:14:33 +05:30
committed by GitHub
parent 373a41bd16
commit 339dc60d6d
6 changed files with 17 additions and 44 deletions

View File

@@ -1037,8 +1037,11 @@
"selector": "date-range",
"settings": {
"field": "cm:created",
"dateFormat": "DD-MMM-YY",
"maxDate": "today"
"dateFormat": "dd-MMM-yy",
"maxDate": "today",
"displayedLabelsByField": {
"cm:created": "SEARCH.SEARCH_HEADER.FILTERS.DATE.TITLE"
}
}
}
}