mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-67248 filter_displayh5p: Add new description on filter
This commit is contained in:
parent
1633a6035d
commit
f12d708e61
@ -27,8 +27,6 @@ defined('MOODLE_INTERNAL') || die;
|
||||
$string['allowedsourceslist'] = 'Allowed sources';
|
||||
$string['allowedsourceslistdesc'] = 'A list of URLs from which users can embed H5P content. If none are specified, all URLs will remain as links and not be displayed as embedded H5P content.
|
||||
|
||||
\'[id]\' is a placeholder for the H5P content ID in the external source.
|
||||
|
||||
The wildcard character \'*\' may be used to specify subdomains. For example, *.example.com will allow embedded H5P content from any subdomain of example.com, but not from the example.com domain.';
|
||||
\'[id]\' is a placeholder for the H5P content ID in the external source.';
|
||||
$string['filtername'] = 'Display H5P';
|
||||
$string['privacy:metadata'] = 'The display H5P filter does not store any personal data.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user