Skip to content

Commit

Permalink
Update the COLORPALETTE_DIR constant to point to new directory.
Browse files Browse the repository at this point in the history
Related to the previous commit updating composer to install this in
the vendor directory but the caused the module to not find
the css/ColorPaletteField.css file.
  • Loading branch information
Jeremy Bates committed Mar 6, 2018
1 parent dcbed5c commit f38033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

define('COLORPALETTE_PATH', __DIR__);
define('COLORPALETTE_DIR', basename(__DIR__));
define('COLORPALETTE_DIR', 'vendor/heyday/' .basename(__DIR__));

0 comments on commit f38033e

Please sign in to comment.