hubl/src/views/partials/circle/page-circle-events.pug

11 lines
355 B
Plaintext
Raw Normal View History

solid-event(
class='w700'
bind-resources
nested-field="events"
range-event-type=`${component.extensions.find(c => c.type=='events').endpoints.typeevents}`
2021-03-17 09:41:03 +00:00
range-event-circle=`${component.endpoints.get}`
upload-dir=`${component.extensions.find(c => c.type=='events').endpoints.uploads}`
2021-02-23 10:43:01 +00:00
id-prefix=`${component.route}`
2021-02-26 14:47:21 +00:00
uniq=component.uniq
)