feature: Make the associated circle label for resources configurable

This commit is contained in:
Fabien Quatravaux
2021-03-01 14:51:48 +01:00
parent 55d3267556
commit ccc9d24d09
4 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,11 @@ div.whitespace-normal
range-resource-type=`${component.endpoints.resourcestypes}`
range-resource-keyword=`${component.endpoints.resourceskeywords}`
range-resource-circle=`${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
)