Installing the Person content type
- Run
composer require -W drupal/acquia_cms_person
to 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_person
. - Run
drush en acquia_cms_person -y
.
- Go to the Extend menu of the administrative panel, and search for
Included fields
The Person content includes the following fields:
Field | Description |
---|---|
Name | The name of the person. |
Job Title | The job title of the person. |
Summary | A brief description about the person. By default, this field is hidden. Click Edit summary to view this field. |
Bio | The detailed biography of the person. |
Text format | The text format. You can select Filtered HTML or Site Studio from the drop-down menu. |
Language | The language of the person’s profile. |
Media | The main image associated with the person. This appears as their profile image and as a thumbnail when the page appears within a list. Click Add Media to upload an image. |
Place | The place of the person. The place is displayed by using an entity reference field mapped to Place type Vocabulary. |
Taxonomy | One of the following taxonomy types:
|
The email address of the person. | |
Telephone | The phone number of the person. |
Save as | The state in which you want to save the details of the person. You can save the details of the person as Draft, In Review, or Published. |
Creating a Person content
- Sign in to Drupal Starter Kits.
- In the Drupal Starter Kits administrative interface, click Manage > Content > Add Content > Person.
- Enter an appropriate value in each field.
- Click Save.
- Verify the changes on your site.