Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add information about custom fields #591

Merged
merged 3 commits into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_images/cp-channel-new-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/control-panel/channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ The Fields tab contains the channel's field and field group assignments.

A channel can have any combination of fields and field groups assigned to it. You can also create fields and field groups on this tab, for a smooth workflow.

![Channel Preferences - Add New Field](_images/cp-channel-new-field.png)

---

### Categories tab
Expand Down
15 changes: 9 additions & 6 deletions docs/control-panel/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

This is the area where you'll create content for your site by publishing new Entries to your Channels. If you have more than one Channel, moving your cursor over the Publish menu will show all of your Channels and allow you to select one.

TIP: **Tip:** Site builders can customize the display of the Publish Page on a per Channel bases by creating a custom layout. Just go to the [Channel manager](control-panel/channels.md) and click 'layouts' to access the [Form layout](control-panel/channels.md#form-layouts).
TIP: **Tip:** Site builders can customize the display of the Publish Page on a per Channel bases by creating a custom layout. Just go to the [Channel manager](control-panel/channels.md) and click 'layouts' to access the [Publish Layouts](control-panel/channels.md#publish-layouts).

![Control Panel Create Entry Page](_images/cp-create.png)

Expand All @@ -39,15 +39,18 @@ NOTE: **Note:** If you let the system create your URL Title for you it will conv

### Entry Fields

The names and types of entry fields displayed will be determined by what [Fields](control-panel/field-manager/field-manager-settings.md) you have defined for this channel. If an entry field is set to be "hidden" by default, it will have to be expanded by clicking on the field name before content can be entered.
The names and types of entry custom fields displayed will be determined by what [Fields](/fieldtypes/overview.md) you have defined for this channel.

### Save Revision
If an entry field is set to be "hidden" by default, it will have to be expanded by clicking on the field name before content can be entered.

Allows the content editor to force a revision save.
The fields can be [conditionally hidden](control-panel/field-manager/conditional-fields.md).

### Submit
In order for the field to be available when publishing or editing an entry, it needs to be assigned to the channel the entry is in.

This can be done in two ways:
- assign custom field to a [Field Group](/control-panel/field-manager/field-manager-settings.md#createedit-field-group) which is associated to the Channel
- assign field directly to channel by editing [Channel preferences](control-panel/channels.md#fields-tab)

The Submit button allows you to save the entry and publish it to your site.

## Date Tab

Expand Down
2 changes: 2 additions & 0 deletions docs/fieldtypes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ ExpressionEngine has the following built-in fieldtypes:
- [Value Slider](/fieldtypes/value-slider.md)
- [Toggle](/fieldtypes/toggle.md)
- [URL](/fieldtypes/url.md)

Additionally, more fieldtypes are available in [ExpressionEngine Add-on Store](https://expressionengine.com/add-ons) as add-ons that can be [installed](add-ons/overview.md#installing-add-ons)