Skip to content

Commit

Permalink
IBX-6032 Undeprecate Relation Field Type (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms2ad authored and adriendupuis committed May 16, 2024
1 parent f9423e5 commit 6f9b78f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/api/field_types_reference/relationfield.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Relation Field Type

!!! caution "Deprecated"

The Relation Field Type is deprecated since v2.0.

Use [RelationList](relationlistfield.md) with a selection limit instead.

This Field Type makes it possible to store and retrieve the value of a relation to another Content item.

| Name | Internal name | Expected input |
|------------|--------------------|----------------|
| `Relation` | `ezobjectrelation` | mixed |

## PHP API Field Type 
## PHP API Field Type

### Input expectations

Expand Down

0 comments on commit 6f9b78f

Please sign in to comment.