mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Make autoload of pages, commands and themes configurable
Not everyone might want them to autoload
This commit is contained in:
@@ -40,5 +40,11 @@
|
||||
"redirect_to": "account/manage"
|
||||
}
|
||||
},
|
||||
"settings": "plugins/your-plugin-folder/settings.php"
|
||||
"settings": "plugins/your-plugin-folder/settings.php",
|
||||
"autoload": {
|
||||
"pages": true,
|
||||
"pagesSubFolders": false,
|
||||
"commands": true,
|
||||
"themes": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user