I can embed regular non split hours without issue but I can’t figure out the syntax for split hours…
this works for regular hours:
<span data-yext-field="hours-monday" data-yext-id="ID"></span>
for split hours, I’ve tried
<span data-yext-field="hours-monday-openIntervals" data-yext-id="ID"></span>
<span data-yext-field="hours-monday.openIntervals" data-yext-id="ID"></span>
any help is appreciated, thanks in advance!