diff --git a/web/modules/custom/dpl_react_apps/src/Controller/DplReactAppsController.php b/web/modules/custom/dpl_react_apps/src/Controller/DplReactAppsController.php index b2c12abac..8fd055858 100644 --- a/web/modules/custom/dpl_react_apps/src/Controller/DplReactAppsController.php +++ b/web/modules/custom/dpl_react_apps/src/Controller/DplReactAppsController.php @@ -287,6 +287,12 @@ public function work(string $wid): array { 'details-list-publisher-text' => $this->t('Publisher', [], ['context' => 'Work Page']), 'details-list-scope-text' => $this->t('Scope', [], ['context' => 'Work Page']), 'details-list-type-text' => $this->t('Type', [], ['context' => 'Work Page']), + 'details-list-age-range-text' => $this->t('Age range', [], ['context' => 'Work Page']), + 'details-list-notes-text' => $this->t('Notes', [], ['context' => 'Work Page']), + 'details-list-physical-description-text' => $this->t('Dimensions', [], ['context' => 'Work Page']), + 'details-list-host-publication-text' => $this->t('Host Publication', [], ['context' => 'Work Page']), + 'details-list-source-text' => $this->t('Source', [], ['context' => 'Work Page']), + 'details-list-parts-text' => $this->t('Contents', [], ['context' => 'Work Page']), 'details-of-the-material-text' => $this->t('Details of the material', [], ['context' => 'Work Page']), 'details-text' => $this->t('Details', [], ['context' => 'Work Page']), 'edition-text' => $this->t('Edition', [], ['context' => 'Work Page']),