bugfix: sib-ressource endpoints values
This commit is contained in:
parent
c3e9bb42c9
commit
d1c2044c61
@ -1,7 +1,10 @@
|
|||||||
div.whitespace-normal
|
div.whitespace-normal
|
||||||
solid-resource(data-src=`${component.endpoints.resources}`
|
solid-resource(data-src=`${component.endpoints.get}`
|
||||||
range-resource-type=`${component.endpoints.resourcestypes}`
|
post-data-src=`${component.endpoints.post}`
|
||||||
range-resource-keyword=`${component.endpoints.resourceskeywords}`
|
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}/`
|
range-resource-circle=`${getComponent('circles').endpoints.get}/`
|
||||||
associated-circle-label=""
|
associated-circle-label=""
|
||||||
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
|
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
|
||||||
|
Loading…
Reference in New Issue
Block a user