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

16 lines
671 B
Plaintext

solid-resource(
bind-resources
nested-field="resources"
post-data-src=`${extension.endpoints.post}`
range-resource-type=`${extension.endpoints.types}`
post-data-type-src=`${extension.endpoints.postTypes}`
range-resource-keyword=`${extension.endpoints.keywords}`
post-data-keyword-src=`${extension.endpoints.postKeywords}`
circles=`${extension.endpoints.cicle}`
associated-circle-label=""
data-trans=`associated-circle-label=${extension.parameters && extension.parameters.associatedName ? extension.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${extension.endpoints.uploads}`
id-prefix='default'
uniq=extension.uniq
)