hubl/src/views/page-resources.pug

14 lines
614 B
Plaintext
Raw Normal View History

div.whitespace-normal
solid-resource(data-src=`${component.endpoints.resources}`
range-resource-type=`${component.endpoints.resourcestypes}`
range-resource-keyword=`${component.endpoints.resourceskeywords}`
2021-03-17 09:41:03 +00:00
range-resource-circle=`${getComponent('circles').endpoints.get}`
associated-circle-label=""
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${component.endpoints.uploads}`
id-prefix='default'
2021-02-26 14:47:21 +00:00
uniq=component.uniq
)