nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
73 stars 30 forks source link

AssetBundle wrong path #91

Open EnsnerT opened 4 years ago

EnsnerT commented 4 years ago

I created a plugin, using only 'Code Comments' and 'FieldTypes', after i installed it, the Plugin throwed somme error about AssetBundles paths.

The error was comming from 'src/templates/_components/fields/_settings.twig' on line 18. The path was '(vendor)\\(plugin-name)\\assetbundles\\(plugin-name)\\(Plugin-Name)Asset', instead of '(vendor)\\(plugin-name)\\assetbundles\\(field-name)field\\(Field-Name)FieldAsset'.

khalwat commented 4 years ago

So I believe this is intentional -- it's trying to load the plugin's common AssetBundle here.