Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why in edit resource mode have no access to delete image / edit properties / cropper functionality ? #450

Open
sergeynilov opened this issue Nov 15, 2024 · 0 comments

Comments

@sergeynilov
Copy link

In Laravel 10 / nova 4.27 app I added "ebess/advanced-nova-media-library": "^4.2",
and using images properties:

                Tab::make(__('Images'), [
                    Images::make('Product image', 'product') // second parameter is the media collection name
                    ->conversionOnIndexView('thumb') // conversion used to display the image
                    ->conversionOnDetailView('thumb')
                        ->conversionOnForm('thumb')
                        ->withResponsiveImages()
                        ->croppable(true)->croppingConfigs(['aspectRatio' => 4 / 3])
                        ->rules('required', 'size:3')
                        ->showStatistics(),
                ]), // Images Tab

In create mode I have all operations accessible in images :

https://prnt.sc/YAqhhIDEwlZY

But in edit mode :

https://prnt.sc/h3SbE7A7WJLS

I have no access to delete image / edit properties / cropper functionality.

I would like to have these tools also/

Can I do it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant