mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-62497 admin_tool: change user tours from third party lib to core
This commit is contained in:
parent
6466e89946
commit
3095c3f6b0
@ -4,7 +4,6 @@
|
||||
node_modules/
|
||||
vendor/
|
||||
admin/tool/policy/amd/src/jquery-eu-cookie-law-popup.js
|
||||
admin/tool/usertours/amd/src/tour.js
|
||||
auth/cas/CAS/
|
||||
cache/stores/mongodb/MongoDB/
|
||||
enrol/lti/ims-blti/
|
||||
|
@ -5,7 +5,6 @@ theme/classic/style/moodle.css
|
||||
node_modules/
|
||||
vendor/
|
||||
admin/tool/policy/amd/src/jquery-eu-cookie-law-popup.js
|
||||
admin/tool/usertours/amd/src/tour.js
|
||||
auth/cas/CAS/
|
||||
cache/stores/mongodb/MongoDB/
|
||||
enrol/lti/ims-blti/
|
||||
|
2
admin/tool/usertours/amd/build/tour.min.js
vendored
2
admin/tool/usertours/amd/build/tour.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +0,0 @@
|
||||
Description of External library imports into Moodle
|
||||
|
||||
Flexitour Instructions
|
||||
----------------------
|
||||
1. Clone https://github.com/andrewnicols/flexitour into an unrelated directory
|
||||
2. Copy /build/tour.js to amd/src/tour.js
|
||||
3. Open the amd/src/tour.js file and find the AMD module define.
|
||||
4. Change the "popper" inclusion to "core/popper"
|
||||
5. Update thirdpartylibs.xml
|
||||
6. Run `grunt amd`
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<libraries>
|
||||
<library>
|
||||
<location>amd/src/tour.js</location>
|
||||
<name>Flexitour</name>
|
||||
<license>GPLv3</license>
|
||||
<version>0.12.3</version>
|
||||
<licenseversion>3</licenseversion>
|
||||
</library>
|
||||
</libraries>
|
Loading…
x
Reference in New Issue
Block a user