daft
daft
I write to the `.env` file instead now, which is relatively simple without needing a library. https://github.com/octobercms/october/blob/b8acf8deb1b453b336f4b594c4d6972438385ec7/modules/system/traits/SetupHelper.php#L109-L128
Yes, it's somewhat intentional. For YAML defined dashboards: It should really be "Reset" instead of "Delete" since the dashboard definition is hard coded and you are expected to fully customize...
After inserting the link, you should be able to modify it to change the target to `_blank`.
Thanks for clarifying. It's a good point.
Since v3 redirect sends you back to the previous page instead of to the list. This is so the page number is retained, if you edit a record from the...
Yes, you can create a `_form_buttons.php` partial in the controller directory to override the buttons.
Since this is stored in the user preferences table, we could write a migration script for it. However, October usually ships with only a single dashboard, so recreating them might...
Sounds good @Kesuera If the script is simple (I know the structures are very different), we could add a native console command for it.