bugfix: sib-ressource endpoints values

This commit is contained in:
antoine37120 2021-04-06 17:42:28 +02:00 committed by Jean-Baptiste Pasquier
parent 8b6318028a
commit 2febc01b7c
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
div.whitespace-normal
solid-resource(data-src=`${component.endpoints.resources}`
range-resource-type=`${component.endpoints.resourcestypes}`
range-resource-keyword=`${component.endpoints.resourceskeywords}`
solid-resource(data-src=`${component.endpoints.get}`
post-data-src=`${component.endpoints.post}`
range-resource-type=`${component.endpoints.types}`
post-data-type-src=`${component.endpoints.postTypes}`
range-resource-keyword=`${component.endpoints.keywords}`
post-data-keyword-src=`${component.endpoints.postKeywords}`
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'}`