minor: add / for circles uri
This commit is contained in:
parent
bf23ce7c08
commit
b8dd2aca56
@ -5,12 +5,10 @@ div.whitespace-normal
|
|||||||
post-data-type-src=`${component.endpoints.postTypes}`
|
post-data-type-src=`${component.endpoints.postTypes}`
|
||||||
range-resource-keyword=`${component.endpoints.keywords}`
|
range-resource-keyword=`${component.endpoints.keywords}`
|
||||||
post-data-keyword-src=`${component.endpoints.postKeywords}`
|
post-data-keyword-src=`${component.endpoints.postKeywords}`
|
||||||
circles=`${component.endpoints.circles}`
|
circles=`${component.endpoints.circles}/`
|
||||||
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'}`
|
||||||
upload-dir=`${component.endpoints.uploads}`
|
upload-dir=`${component.endpoints.uploads}`
|
||||||
id-prefix='default'
|
id-prefix='default'
|
||||||
uniq=component.uniq
|
uniq=component.uniq
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ solid-resource(
|
|||||||
post-data-type-src=`${extension.endpoints.postTypes}`
|
post-data-type-src=`${extension.endpoints.postTypes}`
|
||||||
range-resource-keyword=`${extension.endpoints.keywords}`
|
range-resource-keyword=`${extension.endpoints.keywords}`
|
||||||
post-data-keyword-src=`${extension.endpoints.postKeywords}`
|
post-data-keyword-src=`${extension.endpoints.postKeywords}`
|
||||||
circles=`${extension.endpoints.circles}`
|
circles=`${extension.endpoints.circles}/`
|
||||||
associated-circle-label=""
|
associated-circle-label=""
|
||||||
data-trans=`associated-circle-label=${extension.parameters && extension.parameters.associatedName ? extension.parameters.associatedName : 'circle.extensions.associated'}`
|
data-trans=`associated-circle-label=${extension.parameters && extension.parameters.associatedName ? extension.parameters.associatedName : 'circle.extensions.associated'}`
|
||||||
upload-dir=`${extension.endpoints.uploads}`
|
upload-dir=`${extension.endpoints.uploads}`
|
||||||
|
Loading…
Reference in New Issue
Block a user