mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-69331 core_contentbank: Hide disabled H5P content-types
If a H5P content-type is disabled: - The content bank won't display existing contents having it as a main library. - The content bank won't allow to create new contents using it.
This commit is contained in:
parent
73a7133ef8
commit
8a81d74244
18 changed files with 565 additions and 87 deletions
|
@ -61,6 +61,7 @@ $string['nocontenttypes'] = 'No content types available';
|
|||
$string['notavailable'] = 'Sorry, this content is not available.';
|
||||
$string['nopermissiontodelete'] = 'You do not have permission to delete content.';
|
||||
$string['nopermissiontomanage'] = 'You do not have permission to manage content.';
|
||||
$string['notvalidpackage'] = 'Sorry, this file is not valid.';
|
||||
$string['privacy:metadata:content:contenttype'] = 'The contenttype plugin of the content in the content bank.';
|
||||
$string['privacy:metadata:content:name'] = 'Name of the content in the content bank.';
|
||||
$string['privacy:metadata:content:timecreated'] = 'The time when the content was created.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue