Make autoload of pages, commands and themes configurable

Not everyone might want them to autoload
This commit is contained in:
slawkens
2024-06-13 14:36:18 +02:00
parent 47a19e85dd
commit c1d4b4f80c
2 changed files with 60 additions and 25 deletions

View File

@@ -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
}
}