Add storing of content type title in metadata

HFP-2095-Fix-table-styling
Frode Petterson 2018-09-24 10:18:13 +02:00
parent d6e9c4ec09
commit 64c8090d13
1 changed files with 6 additions and 1 deletions

View File

@ -4507,7 +4507,12 @@ class H5PContentValidator {
'label' => $this->h5pF->t('Author comments'),
'description' => $this->h5pF->t('Comments for the editor of the content (This text will not be published as a part of copyright info)'),
'optional' => TRUE
)
),
(object) array(
'name' => 'contentType',
'type' => 'text',
'widget' => 'none'
),
);
return $semantics;