Fields are fundamental for managing structured data within Acquia Source. They serve as core components that specify the type of information stored and the method of input. They allow for the customization of data within each bundle to meet specific requirements.
While Drupal Canvas handles the visual aspects of page construction, fields provide the structured data necessary for omnichannel content delivery. By defining data types such as text, numbers, or images, fields establish a clear framework for data entry, which ensures consistency and accuracy. This structured methodology enables consistent utilization of content across various channels and experiences.
The following is a sample hierarchical representation of fields:
│
├── Entity Type: Content
│ ├── (bundle) Content Type: Article
│ │ ├── Field: Title
│ │ └── Field: Body
│ └── (bundle) Content Type: Person
│ ├── Field: Name
│ └── Field: Portrait
│
├── Entity Type: Taxonomy
│ └── (bundle) Vocabulary: Tags
│ └── Field: Name
│
└── Entity Type: Media
└── (bundle) Media Type: Document
├── Field: Name
└── Field: File
└── (bundle) Media Type: Video
├── Field: Name
└── Field: FileThe following field types are available:
Each field:
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.