mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

We add a new theme config so the theme can say it supports font-awesome. If this is true, the pix_icon renderer will call a mapping function to map from the moodle style t/edit to a font-awesome style fa-cog icon name. Then the renderer will either render an image tag for old icons - or an accessible font-awesome <i> tag. This mostly works - but there are some places where we don't use the pix icon renderer, and we directly create image tags with pix_url image sources. These will need updating (Atto icons, drag and drop move icons, editpdf icons).
108 lines
3.1 KiB
XML
108 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<libraries>
|
|
<library>
|
|
<location>scss/bootstrap</location>
|
|
<name>Twitter Bootstrap</name>
|
|
<license>MIT</license>
|
|
<version>4.0.0-alpha.4</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/alert.js</location>
|
|
<name>bootstrap-alert</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/button.js</location>
|
|
<name>bootstrap-button</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/carousel.js</location>
|
|
<name>bootstrap-carousel</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/collapse.js</location>
|
|
<name>bootstrap-collapse</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/dropdown.js</location>
|
|
<name>bootstrap-dropdown</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/modal.js</location>
|
|
<name>bootstrap-modal</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/popover.js</location>
|
|
<name>bootstrap-popover</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/scrollspy.js</location>
|
|
<name>bootstrap-scrollspy</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/tab.js</location>
|
|
<name>bootstrap-alert</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/tab.js</location>
|
|
<name>bootstrap-alert</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/tooltip.js</location>
|
|
<name>bootstrap-tooltip</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/util.js</location>
|
|
<name>bootstrap-util</name>
|
|
<license>(MIT)</license>
|
|
<version>v4.0.0-alpha.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>amd/src/tether.js</location>
|
|
<name>tether</name>
|
|
<license>(MIT)</license>
|
|
<version>1.3.3</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
<library>
|
|
<location>scss/fontawesome</location>
|
|
<name>Font Awesome by Dave Gandy - http://fontawesome.io</name>
|
|
<license>(MIT)</license>
|
|
<version>4.7.0</version>
|
|
<licenseversion></licenseversion>
|
|
</library>
|
|
</libraries>
|