Skip to content
Snippets Groups Projects
Commit 9c91649c authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Adding first draft of resource creation

parent 3d30fee6
No related branches found
No related tags found
1 merge request!1Feature/adding resource create first
......@@ -4,6 +4,55 @@ details
summary All available fields:
sib-form(
data-src=`${endpoints.resources}`
range-type=`${endpoints.types}`
range-format=`${endpoints.format}`
range-steps=`${endpoints.steps}`
range-language=`${endpoints.language}`
range-field=`${endpoints.field}`
range-related=`${endpoints.resources}`
class-field='form-label is-dark'
label-field='Select the fields of the resource:*'
multiple-field='sib-multiple-select'
widget-field='sib-form-auto-completion'
class-type='form-label is-dark'
label-type='Select the types of the resource:*'
name-type='title'
multiple-type='sib-multiple-select'
widget-type='sib-form-auto-completion'
class-format='form-label is-dark'
label-format='Select the format(s) of the resource:*'
multiple-format='sib-multiple-select'
widget-format='sib-form-auto-completion'
class-steps='form-label is-dark'
label-steps='Select the steps related to the resource:*'
multiple-steps='sib-multiple-select'
widget-steps='sib-form-auto-completion'
class-language='form-label is-dark'
label-language='Select the language of the resource:*'
multiple-language='sib-multiple-select'
widget-language='sib-form-auto-completion'
class-related='form-label is-dark'
label-related='Select related resources:*'
multiple-related='sib-multiple-select'
widget-related='sib-form-auto-completion'
class-description='field form-label is-light is-expanded'
label-description='Description*'
widget-description='sib-form-textarea'
class-skills='field form-label is-light is-expanded'
label-skills='Skills you will blabla*'
widget-skills='sib-form-textarea'
class-publication_year='form-label is-dark'
label-publication_year='Publication date:*'
widget-publication_year='sib-form-number'
next="list"
summary='All available fields:'
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment