From 1ea57166f6c22102dae6529adf3e5e282b80963f Mon Sep 17 00:00:00 2001 From: Josh Calder Date: Thu, 10 Nov 2022 09:44:09 +1100 Subject: [PATCH] fix docs page --- docs/pages/docs/fields/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/docs/fields/overview.md b/docs/pages/docs/fields/overview.md index 8878210808c..7ce0dc9e131 100644 --- a/docs/pages/docs/fields/overview.md +++ b/docs/pages/docs/fields/overview.md @@ -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.