Skip to content

Commit 54ff081

Browse files
committed
CDN reorder
1 parent 4cdb067 commit 54ff081

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/Helpers/Cdn.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
*/
1111
class Cdn
1212
{
13-
const CodeMirror = '5.40.0';
14-
const Summernote = '0.8.10';
13+
// General usage
1514
const FontAwesome = '5.2.0';
1615

16+
// Edition fields
17+
const Summernote = '0.8.10';
18+
const CodeMirror = '5.40.0';
19+
const ColorPicker = '3.0.3';
20+
1721
// https://datatables.net/download/
1822
const DataTables = '1.10.18';
1923
const DataTablesResponsive = '2.2.2';

0 commit comments

Comments
 (0)