Field

Drupal

Fields are form and data elements that can be attached to content entity types such as nodes, taxonomy terms, content blocks, and users. Fields commonly contain text, terms, or an image. Example: a Publisher content type could have a "logo" field for the publisher's logo, and a set of address fields to capture their business address. Site builders can add fields to entity types using the Field UI; developers can do so in code using the Field API.