Skip to content
Snippets Groups Projects
Commit 0f032bab authored by Sara Cartee-Kennedy's avatar Sara Cartee-Kennedy Committed by Jakob P
Browse files

Issue #3415380: Add the DAM field name to the media type form

parent 9d999db7
No related branches found
No related tags found
1 merge request!26Added column for DAM field name.
Pipeline #132801 passed
......@@ -132,6 +132,7 @@ final class MediaTypeFormAlter implements ContainerInjectionInterface {
'#input' => FALSE,
'#header' => [
$this->t('DAM metadata field'),
$this->t('DAM field name'),
$this->t('DAM field type'),
$this->t('Drupal mapped field'),
],
......@@ -190,6 +191,9 @@ final class MediaTypeFormAlter implements ContainerInjectionInterface {
'label' => [
'#plain_text' => $attribute_label,
],
'name' => [
'#plain_text' => $attribute_name,
],
'type' => [
'#plain_text' => $label,
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment