feature: endpoints in config
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user