I just added a condition to hide a setting if another setting for data_tables is set to true. The SDK does not like this:
đ± template.yml: âshow_ifâ or âhide_ifâ property refers to non-existent data binding âdata_tablesâ
It appears that it has treated my condition as referring to a data binding rather than another setting. Perhaps the SDK is just looking for things that start with data rather than data.?
I just added a condition to hide a setting if another setting for
data_tables
is set to true. The SDK does not like this:đ± template.yml: âshow_ifâ or âhide_ifâ property refers to non-existent data binding âdata_tablesâ
It appears that it has treated my condition as referring to a data binding rather than another setting. Perhaps the SDK is just looking for things that start with
data
rather thandata.
?