. /** * Strings for component 'tool_componentlibrary', language 'en' * * @package tool_componentlibrary * @copyright 2021 Bas Brands * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['copied'] = 'Copied!'; $string['copy'] = 'Copy'; $string['copytoclipboard'] = 'Copy to clipboard'; $string['installer'] = '

Component library setup

Before you can see the content of the component library you will need to have shell access to your Moodle installation and be able to write to folder /admin/tool/componentlibrary and have npm installed on your Moodle server.

If you meet these requirements you can navigate to your Moodle root folder and run:

$ npm install
$ npm install grunt

This will fetch all the required packages for building the component library docs.

Once they are installed you can run:

$ grunt componentlibrary

For more info see the README.md file in this plugin.

'; $string['pluginname'] = 'UI Component library'; $string['privacy:metadata'] = 'The Component library plugin does not store any personal data.'; $string['showboth'] = 'Show with both'; $string['showdefault'] = 'Show default'; $string['showhelp'] = 'Show with help'; $string['showmixed'] = 'Show mixed'; $string['showrequired'] = 'Show with required'; $string['toggleviewinfo'] = 'Toggle the view of this form instance';