-
Notifications
You must be signed in to change notification settings - Fork 13
create:field:fieldpack_multiselect
Rob Sanchez edited this page Mar 9, 2015
·
4 revisions
Create a Fieldpack Multiselect field.
$ eecli create:field:fieldpack_multiselect <label> <short_name> <field_group>
The label of the field.
The short name of the field.
The ID or name of the field group.
Instructions for authors on how or what to enter into this field when submitting an entry.
Make this field required.
Make this field searchable.
Make this field hidden.
Set this field's order.
One or more options. --option="Option Label" --option="option_value : Option Label". You may use this option more than once to provide multiple values.
Create a Fieldpack Multiselect field in field group 1
$ eecli create:field:fieldpack_multiselect "Your Field Name" your_field_name 1
Create a Fieldpack Multiselect field with multiple options
$ eecli create:field:fieldpack_multiselect --option="foo : Foo" --option="bar : Bar" "Name" name 1
- create:category
- create:category_group
- create:channel
- create:field:<fieldtype>
- create:field_group
- create:global_variable
- create:member
- create:member_group
- create:snippet
- create:status
- create:status_group
- create:template
- create:template_group
- create:upload_pref