contao / managed-edition

Contao Managed Edition
17 stars 14 forks source link

autoload.ini issue #3

Closed netzarbeiter closed 7 years ago

netzarbeiter commented 7 years ago

I had the issue that the fields of an extensions haven't shown up.

The autoload.ini looked like that:

;;
; Configure what you want the autoload creator to register
;;
register_namespaces = false
register_classes    = false
register_templates  = false

After adding the following lines it worked out:

;;
; List modules which are required to be loaded beforehand
;;
requires[] = "core"
requires[] = "news"
leofeyer commented 7 years ago

Fixed in https://github.com/contao/manager-plugin/pull/2.