A submodule of EveryDataStore ECM that provides the EveryWidget app. It allows users to customize the Dashboard by reordering, toggling, or creating widgets to fit specific group needs.
- Go to EveryDataStoreBackend project directory
- Add EveryWidget as a submodule "git submodule add https://github.com/EveryDataStore/EveryWidget"
- Run the following URL in your browser: "https://your-backend-url/dev/build/?flush=all"
- Create your widgets in the frontend under the following path: “Administration / EveryWidget”.
- Create the following cron job in your crontab
"**
*/5 * * * *php {project-path}/vendor/silverstripe/framework/cli-script.php dev/tasks/EveryDataStoreTask action=createWidgetJsonFile **"
** Or ** run following URL in your browser: "https://your-backend-url/dev/tasks/EveryDataStoreTask?action=createWidgetJsonFile"
EveryWidget Documentation
EveryDataStore ECM
EveryDataStore Frontend
EveryNotifyTemplate
SilverStripe i18n
.