We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdb067 commit 54ff081Copy full SHA for 54ff081
1 file changed
src/Helpers/Cdn.php
@@ -10,10 +10,14 @@
10
*/
11
class Cdn
12
{
13
- const CodeMirror = '5.40.0';
14
- const Summernote = '0.8.10';
+ // General usage
15
const FontAwesome = '5.2.0';
16
+ // Edition fields
17
+ const Summernote = '0.8.10';
18
+ const CodeMirror = '5.40.0';
19
+ const ColorPicker = '3.0.3';
20
+
21
// https://datatables.net/download/
22
const DataTables = '1.10.18';
23
const DataTablesResponsive = '2.2.2';
0 commit comments