Problem
The currency object list is no longer used and is causing confusion - app builders are passing the old currencies object list which overrides the default currency ID list. This results in the web-components displaying zero currencies due to format mismatch between the currencies object list and the currency ID list.
Proposed Solution
Replace the currency object list with a currency ID list - to serve as a demonstration of how to configure the currencies shown by the web-components.
Definition of Done