Skip to content

Commit

Permalink
fix docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder committed Nov 9, 2022
1 parent a66fdd8 commit 1ea5716
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/docs/fields/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ Options:
Can be one of `['edit', 'read', 'hidden']`, or an async function with an argument `{ session, context, item }` that returns one of `['edit', 'read', 'hidden']`.
Defaults to the list's `ui.itemView.defaultFieldMode` config if defined.
See the [Lists API](../config/lists#ui) for details.
{% if $nextRelease %}
- `listView.fieldPosition` (default: `form`): Controls which side of the page the field is placed in the Admin UI.
{% if $nextRelease %}
- `itemView.fieldPosition` (default: `form`): Controls which side of the page the field is placed in the Admin UI.
Can be either `form` or `sidebar`. `form` or blank places the field on the left hand side of the item view. `sidebar` places the field on the right hand side under the ID field
{% /if %}
{% /if %}
- `listView.fieldMode` (default: `'read'`): Controls the list view page of the Admin UI.
Can be one of `['read', 'hidden']`, or an async function with an argument `{ session, context }` that returns one of `['read', 'hidden']`.
Defaults to the list's `ui.listView.defaultFieldMode` config if defined.
Expand Down

0 comments on commit 1ea5716

Please sign in to comment.