Pedro Martins
Pedro Martins
Hey @ziming thanks for the suggestion. I also think that it's a nice feature to have. We just need to think in a away to implement it, do you have...
Also this should allow you to also add any arbitrary attribute per row like `my-custom-attribute="something"`. 👍
Hello @UnbekanntesPferd Thanks for the suggestion. Isn't that (or something similar) what we are already doing with repeatable by creating `relationships` using the repeatable subfields ? Please have a look...
@UnbekanntesPferd Maybe it's easier to understand with a concrete example, some use case where that would be helpfull. Imagine that I have a `City` model, that has Persons, Trees and...
Ohh, I think I got the idea now ... thanks for the screenshot it really helped. 👍 We don't have nothing like that in core. You can do it with...
Maybe include the file directly without using the view namespace so it doesn't get resolved by Laravel container?
We now have a meta/favicon generator. You just need to replace the images with your own: https://backpackforlaravel.com/docs/6.x/base-how-to#publish-mobile-and-favicon-headers-and-assets-1 Cheers
[4.2][Proposal] Rename "image" field into "cropper"; Add new field "image" that only shows a preview
Hey @tabacitu I got mixed feelings on this one. I think "image" it's more accurate than "cropper" anyway, in the end it's still it's job to upload an image. Any...
[4.2][Proposal] Rename "image" field into "cropper"; Add new field "image" that only shows a preview
> Thanks for the feedback @promatik . > > So from I understand we're all on the same page? To have both: > > * `image` that has no JS...
Hello @Azeirah thanks for the suggestion and such a detailed explanation. This seems like a very good approach to the problem, I already implemented myself something like this to filter...