diff --git a/reference/forms/types/entity.rst b/reference/forms/types/entity.rst index 29b73c2b4af..752afca6895 100644 --- a/reference/forms/types/entity.rst +++ b/reference/forms/types/entity.rst @@ -182,6 +182,10 @@ These options inherit from the :doc:`choice ` typ .. include:: /reference/forms/types/options/preferred_choices.rst.inc +.. note:: + + This option expects an array of objects unlike the choice field that requires an array of keys. + .. include:: /reference/forms/types/options/empty_value.rst.inc These options inherit from the :doc:`form ` type: