Add storing of content type title in metadata
parent
d6e9c4ec09
commit
64c8090d13
|
@ -4507,7 +4507,12 @@ class H5PContentValidator {
|
||||||
'label' => $this->h5pF->t('Author comments'),
|
'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)'),
|
'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
|
'optional' => TRUE
|
||||||
)
|
),
|
||||||
|
(object) array(
|
||||||
|
'name' => 'contentType',
|
||||||
|
'type' => 'text',
|
||||||
|
'widget' => 'none'
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
return $semantics;
|
return $semantics;
|
||||||
|
|
Loading…
Reference in New Issue