EasyAdmin Array Field ===================== This field displays the contents of a Doctrine property of type ``array`` and it allows to add new elements dynamically using JavaScript. In :ref:`form pages (edit and new) ` it looks like this: .. image:: ../images/fields/field-array.png :alt: Default style of EasyAdmin array field Basic Information ----------------- * **PHP Class**: ``EasyCorp\Bundle\EasyAdminBundle\Field\ArrayField`` * **Doctrine DBAL Type** used to store this value: ``array``, ``simple_array`` or ``json_array`` * **Symfony Form Type** used to render the field: `CollectionType`_ * **Rendered as**: .. code-block:: html Options ------- This field does not define any custom option. .. _`CollectionType`: https://symfony.com/doc/current/reference/forms/types/collection.html