templates/admin/field/wordpress_id.html.twig line 1

Open in your IDE?
  1. {# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
  2. {# @var field \EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto #}
  3. {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #}
  4. {# this template is used to display Doctrine entity primary keys #}
  5. {% if field.value %}
  6.     {{ field.formattedValue }}
  7. {% else %}
  8.     -
  9. {% endif %}