EasyAdmin URL Field
This field is used to represent a text content that stores a single URL.
In form pages (edit and new) it looks like this:
Basic Information
- PHP Class:
EasyCorp
\Bundle \EasyAdminBundle \Field \UrlField - Doctrine DBAL Type used to store this value:
string
- Symfony Form Type used to render the field: UrlType
Rendered as:
1
<input type="url" value="...">
Options
This field does not define any custom option.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0 license.