I'd like to modify the Code
component of Laravel Nova. For example in the file:
vendor/laravel/nova/resources/js/components/Detail/CodeField.vue
I'd like to modify the config
object near the bottom, specifically, I'd like to change the following line to false
:
indentWithTabs: true,
How would I go about modifying this value and having it persist with the ephemeral nature of the vendor
folder?