Merge branch 'master' into feature/project
This commit is contained in:
commit
32b869fb00
@ -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/"
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
@ -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}`
|
||||
|
Loading…
Reference in New Issue
Block a user