This example shows how to use data-signals
and data-signals__ifmissing
. The first will replace the DOM element with the new signal, while the second will not. Instead, it will merge the new signal with the existing one
When just using data-signals, the signal is replaced.
The new signals here do not override the previous. The signals found in the PersonaliaStruct is already added to the dom, so they are ignored.