update: integrations events and resources on circles
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
sib-display(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="events"
|
||||
fields='name, shortDescription, startDate'
|
||||
)
|
||||
#circle-listevents
|
||||
sib-event(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="events"
|
||||
range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
|
||||
range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
|
||||
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
|
||||
)
|
@ -1,6 +1,10 @@
|
||||
sib-display(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="resources"
|
||||
fields='name, shortdesc, keywords'
|
||||
)
|
||||
#circle-listresources
|
||||
sib-resource(
|
||||
class='w700'
|
||||
bind-resources
|
||||
nested-field="resources"
|
||||
range-resource-type=`${endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes)}`
|
||||
range-resource-keyword=`${endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)}`
|
||||
range-resource-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
|
||||
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
|
||||
)
|
Reference in New Issue
Block a user