With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
The following table lists the media types available in the Content menu:
| Field | Description |
|---|---|
| Audio | Adds external audio embeds. |
| Document | Adds files and documents, such as PDFs. |
| Image | Adds images. |
| Video | Adds external video embeds. |
To download and install media types:
composer require -W drupal/acquia_cms_audio to require the Drupal Starter Kits Audio module.drush in acquia_cms_audio -y to enable the module.composer require -W drupal/acquia_cms_document to require the Drupal Starter Kits Document module.drush in acquia_cms_document -y to enable the module.composer require -W drupal/acquia_cms_image to require the Drupal Starter Kits Image module.drush in acquia_cms_image -y to enable the module.composer require -W drupal/acquia_cms_video to require the Drupal Starter Kits Video module.drush in acquia_cms_video -y to enable the module.To add a media field to a content type:
In the Drupal Starter Kits administrative interface, click Manage > Structure > Content Types > Select Content Type > Manage fields.
Click Add field.
In Allowed number of values, do one of the following to define the number of items to allow:
In Media type, select the checkbox for the media type that you want to include.
To add media to pages:
Locate the media field and click Add media.
Click Insert selected.
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.