You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the dt-church-health-circle component relies on API calls to fetch the value and settings for the field. This doesn't match the pattern of all of the other components and will cause problems in contexts that don't have access to the standard DT API.
This should be updated to pass in a value and the available metrics. Since this component is already in use by the autolink plugin and we don't want to break that, it might be worth implementing this an alternate display option of the dt-multi-select. Set an attribute of display="health-circle".
The text was updated successfully, but these errors were encountered:
Currently, the
dt-church-health-circle
component relies on API calls to fetch the value and settings for the field. This doesn't match the pattern of all of the other components and will cause problems in contexts that don't have access to the standard DT API.This should be updated to pass in a value and the available metrics. Since this component is already in use by the autolink plugin and we don't want to break that, it might be worth implementing this an alternate display option of the
dt-multi-select
. Set an attribute ofdisplay="health-circle"
.The text was updated successfully, but these errors were encountered: