update: WIP sib-core 0.8
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
sib-form.team.is-horizontal(
|
||||
naked,
|
||||
data-src='${id}',
|
||||
data-fields='user.name, name',
|
||||
fields='user.name, name',
|
||||
range-user.name=`${endpoints.users}`,
|
||||
class-name='field',
|
||||
class-user.name='field',
|
||||
@ -22,15 +22,13 @@
|
||||
)
|
||||
|
||||
sib-form.block(
|
||||
data-fields='block-project__info, block-project__fee, block-project__customer, block-project__team',
|
||||
fields='block-project__info(customer.name, name, customer.logo, description), block-project__fee(fieldset-fee, businessProvider, businessProvider.fee), block-project__customer(fieldset-customer, customer.companyRegister, customer.address, customer.firstName, customer.lastName, customer.role, customer.email, customer.phone), block-project__team(fieldset-team, members)',
|
||||
|
||||
set-block-project__info='customer.name, name, customer.logo, description',
|
||||
label-customer.name='Customer\'s name',
|
||||
label-name='Project\'s name',
|
||||
label-customer.logo='Customer\'s logo',
|
||||
label-description='Project description',
|
||||
|
||||
set-block-project__fee='fieldset-fee, businessProvider, businessProvider.fee',
|
||||
range-businessProvider=`${endpoints.businessproviders}`,
|
||||
label-businessProvider='Business provider',
|
||||
label-businessProvider.fee='Amount of the contribution (%)',
|
||||
@ -38,7 +36,6 @@
|
||||
widget-businessProvider.fee='sib-form-number',
|
||||
label-fieldset-fee='Fee',
|
||||
|
||||
set-block-project__customer='fieldset-customer, customer.companyRegister, customer.address, customer.firstName, customer.lastName, customer.role, customer.email, customer.phone',
|
||||
label-customer.companyRegister='Company registration number',
|
||||
label-customer.address='Address',
|
||||
label-customer.firstName='Name of the contact at the customer\'s premises',
|
||||
@ -49,7 +46,6 @@
|
||||
widget-fieldset-customer='hd-template-project-title',
|
||||
label-fieldset-customer='Customer information',
|
||||
|
||||
set-block-project__team='fieldset-team, members',
|
||||
label-fieldset-team='The team',
|
||||
widget-fieldset-team='hd-template-project-title',
|
||||
widget-members='template-members',
|
||||
|
||||
Reference in New Issue
Block a user