feature: endpoints in config

This commit is contained in:
Jean-Baptiste Pasquier
2019-06-24 13:56:49 +02:00
parent fddc9151e6
commit 539b297417
10 changed files with 68 additions and 31 deletions

View File

@ -14,7 +14,7 @@
naked,
data-src='${id}',
data-fields='user.name, name',
range-user.name=`${sdn}/users/`,
range-user.name=`${endpoints.users}`,
class-name='field',
class-user.name='field',
label-name='Role',
@ -31,7 +31,7 @@
label-description='Project description',
set-block-project__fee='fieldset-fee, businessProvider, businessProvider.fee',
range-businessProvider=`${sdn}/businessproviders/`,
range-businessProvider=`${endpoints.businessproviders}`,
label-businessProvider='Business provider',
label-businessProvider.fee='Amount of the contribution (%)',
widget-fieldset-fee='hd-template-project-title',