sib-form ok. Need work on the team edition
This commit is contained in:
parent
feadf0e275
commit
456580aa3c
@ -1,14 +1,41 @@
|
||||
#circle-edit.content-box.with-padding.with-form.full-width
|
||||
.content-box.with-padding.with-form.full-width
|
||||
h1 Edit your circle
|
||||
|
||||
sib-form.block(
|
||||
bind-resources
|
||||
|
||||
fields='block-circle__info(name, status), description'
|
||||
|
||||
class-name='form-label is-light is-half-width'
|
||||
class-status='form-label is-light is-half-width'
|
||||
class-description='form-label is-light is-full-width'
|
||||
)
|
||||
//- widget-team='sib-form-multiple-dropdown',
|
||||
sib-widget(name='circle-team-template')
|
||||
template
|
||||
sib-display(
|
||||
data-src="${await value['@id']}"
|
||||
fields='name'
|
||||
widget-account.picture='hd-user-avatar'
|
||||
)
|
||||
|
||||
sib-delete(
|
||||
data-src="${await value['@id']}"
|
||||
)
|
||||
|
||||
h1 Edit your circle
|
||||
|
||||
sib-form.block(
|
||||
bind-resources
|
||||
|
||||
fields='block-circle__info(name, status), description'
|
||||
|
||||
label-status='status (coming soon)'
|
||||
|
||||
class-name='form-label is-light is-half-width'
|
||||
class-status='form-label is-light is-half-width'
|
||||
class-description='form-label is-light is-full-width'
|
||||
|
||||
widget-description='sib-form-textarea'
|
||||
)
|
||||
|
||||
h3 List of members
|
||||
|
||||
sib-display(
|
||||
bind-resources
|
||||
|
||||
fields='team'
|
||||
|
||||
multiple-team=''
|
||||
|
||||
widget-team='circle-team-template'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user