Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #85 from dsainst/master
Browse files Browse the repository at this point in the history
Change path
  • Loading branch information
Antonio Ramirez committed Nov 10, 2016
2 parents 82b7179 + cbf31b3 commit 7092d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CKEditorWidgetAsset.php
Expand Up @@ -18,7 +18,7 @@
*/
class CKEditorWidgetAsset extends AssetBundle
{
public $sourcePath = 'assets';
public $sourcePath = '@vendor/2amigos/yii2-ckeditor-widget/src/assets/';

This comment has been minimized.

Copy link
@alexantr

alexantr Nov 11, 2016

You can use more simple variant for yii2 extensions:

public $sourcePath = '@dosamigos/ckeditor/assets';

public $depends = [
'dosamigos\ckeditor\CKEditorAsset'
Expand Down

0 comments on commit 7092d70

Please sign in to comment.