HFP-1897 Fix author as default role
parent
00deb02aa7
commit
47be831f49
|
@ -4262,7 +4262,7 @@ class H5PContentValidator {
|
||||||
'default' => 'Author',
|
'default' => 'Author',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
(object) array(
|
(object) array(
|
||||||
'value' => 'Editor',
|
'value' => 'Author',
|
||||||
'label' => $this->h5pF->t('Author')
|
'label' => $this->h5pF->t('Author')
|
||||||
),
|
),
|
||||||
(object) array(
|
(object) array(
|
||||||
|
|
Loading…
Reference in New Issue