-
Notifications
You must be signed in to change notification settings - Fork 13
create:field:textarea
Create a Textarea field.
$ eecli create:field:textarea <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.
The number of textarea rows. Default: 6.
none, br, or xhtml. Default: none.
Show formatting dropdown on publish page.
ltr or rtl. Default: ltr.
Show smileys?
Show glossary?
Show spellcheck?
Show file selector?
Create a Textarea field in field group 1
$ eecli create:field:textarea "Your Field Name" your_field_name 1
Create a Textarea field with 10 rows
$ eecli create:field:textarea --rows=10 "Name" name 1
Create a Textarea field with format xhtml (none, br, or xhtml)
$ eecli create:field:textarea --format=xhtml "Name" name 1
Create a Textarea field with format selectable on the publish page
$ eecli create:field:textarea --show_format "Name" name 1
Create a Textarea field with RTL text direction
$ eecli create:field:textarea --text_direction=rtl "Name" name 1
Create a Textarea field with the smileys button
$ eecli create:field:textarea --show_smileys "Name" name 1
Create a Textarea field with the glossary button
$ eecli create:field:textarea --show_glossary "Name" name 1
Create a Textarea field with the spellcheck button
$ eecli create:field:textarea --show_spellcheck "Name" name 1
Create a Textarea field with the file selector button
$ eecli create:field:textarea --show_file_selector "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