Installing the Place content type
- Run
composer require -W drupal/acquia_cms_placeto install the module in your application codebase. - Do one of the following to enable the module:
- Go to the Extend menu of the administrative panel, and search for
acquia_cms_place. - Run
drush en acquia_cms_place -y.
- Go to the Extend menu of the administrative panel, and search for
Included fields
The Person content type includes the following fields:
| Field | Description |
|---|---|
| Title | The title of the place. |
| Summary | A brief summary of the place. By default, this field is hidden. Click Edit summary to view this field. |
| Description | A brief description of the place. |
| Text format | The text format. You can select Filtered HTML or Site Studio from the drop-down menu. |
| Address | The address field auto-populates the rest of the fields based on the country selection. The address of the place with the following details:
|
| Geofield | The latitude and longitude of the place. |
| Telephone | The phone number of the place. |
| Media | The main image associated with the place. This appears as their profile image and as a thumbnail when the page appears within a list. Click Add Media to upload an image. |
| Taxonomy | One of the following taxonomy types:
|
| Language | The language of the place page. |
| Save as | The state in which you want to save the details of the person. You can save the details of the place as Draft, In Review, or Published. |
Creating a Place content
- Sign in to Drupal Starter Kits.
- In the Drupal Starter Kits administrative interface, click Manage > Content >s Add Content > Place.
- Enter an appropriate value in each field.
- Click Save.
- Verify the changes on your site.