nystudio107 / generator-craftplugin

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

Settings page gets twig error (Craft 3) #27

Closed owldesign closed 7 years ago

owldesign commented 7 years ago

Craft 3 generator. someField doesn't exist in the Settings model.

Basically $someAttribute needs to be renamed to $someField as well as updated in the rules() method..

Settings services already has it set as someField so that's good.

Thanks.

khalwat commented 7 years ago

Fixed in 1.2.36: