You are here

private property NodeTypePreviewImageForm::$imageFields in Acquia Content Hub 8

Available image fields, keyed by field key "roadmap" and valued at labels.

Example: [ 'field_image' => 'Image', 'field_media->thumbnail' => Media->Thumbnail, ]

Type: array

File

src/Form/NodeTypePreviewImageForm.php, line 64

Class

NodeTypePreviewImageForm
Defines a form that alters node type form to add a preview image form.

Namespace

Drupal\acquia_contenthub\Form

Code

private $imageFields = [];