Merge branch 'master' into feature/project

This commit is contained in:
Jean-Baptiste Pasquier 2021-05-10 12:20:32 +02:00
commit 32b869fb00
3 changed files with 3 additions and 4 deletions

View File

@ -579,6 +579,7 @@ Module declaration, on `config.json`:
"post": "http://server.url/resources/",
"types": "http://server.url/types/",
"keywords": "http://server.url/keywords/",
"circles": "http://server.url/circles",
"postTypes": "http://server.url/types/",
"postKeywords": "http://server.url/keywords/",
"uploads": "http://server.url/upload/"

View File

@ -5,12 +5,10 @@ div.whitespace-normal
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}/`
circles=`${component.endpoints.circles}/`
associated-circle-label=""
data-trans=`associated-circle-label=${component.parameters && component.parameters.associatedName ? component.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${component.endpoints.uploads}`
id-prefix='default'
uniq=component.uniq
)

View File

@ -6,7 +6,7 @@ solid-resource(
post-data-type-src=`${extension.endpoints.postTypes}`
range-resource-keyword=`${extension.endpoints.keywords}`
post-data-keyword-src=`${extension.endpoints.postKeywords}`
range-resource-circle=`${getComponent('circles').endpoints.get}/`
circles=`${extension.endpoints.circles}/`
associated-circle-label=""
data-trans=`associated-circle-label=${extension.parameters && extension.parameters.associatedName ? extension.parameters.associatedName : 'circle.extensions.associated'}`
upload-dir=`${extension.endpoints.uploads}`