Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Name Exported Classes #61

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

Module classes should export the named class.

Example: export default class CarouselHeroFader extends AbstractBlock

Also update const MODULE_NAME = 'Example'; to be something like static displayName: string = 'carousel-hero-fader'; and it should exist within the class.