Closed bernhardh closed 4 years ago
Hi, do you want apply it on all files (edit, show ?) and for all resources ? Or do you want choose default value for each resource ?
Good question. I think it would be enought, if I could pick a default value for all resources, but it should be possible to distinguish between edit and show. So for example, all edit views should get w-1/2
and all detail pages should getw-1/3
by default.
Btw. thank you for your package. One of the things I hate most on nova is its extremly space wasting design. On ressources with more then 7-8 fields, without a grid system, you will have to scroll endless!
@bernhardh Can you look that ?
https://github.com/codenco-dev/nova-grid-system/blob/1.0.0/README.md#play-with-default-values
your feedback are welcome
Thanks! Thats great and what I was looking for.
I want to apply
->size("w-1/3")
to all fields per default and only change it on the field itself if needed. Is there a way, to apply it to all fields, without adding it to every single one?