dinandmentink / nova-markdown

Adds a markdown editor component to laravel nova.
MIT License
36 stars 4 forks source link

Delete IndexField.vue #4

Closed ziming closed 4 years ago

ziming commented 4 years ago

Nova default markdown field don't show on index view. It doesn't make sense to do so after all.

Not quite sure how to change the Detail and Form view to behave the same way as Nova default ones. But you can look at them in

vendor/laravel/nova/resources/js/components/Form/MarkdownField.vue

vendor/laravel/nova/resources/js/components/Detail/MarkdownField.vue

dinandmentink commented 4 years ago

Thanks for the PR. I'll check it, probably today and then merge it.

I want to doublecheck just removing the Vue component is the proper way of removing the index functionality.

dinandmentink commented 4 years ago

I have found another way of doing this and released in v0.4.2.