bugfix: sib-ressource endpoints values
This commit is contained in:
parent
8b6318028a
commit
2febc01b7c
@ -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'}`
|
||||
|
Loading…
Reference in New Issue
Block a user