cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the ACL for "Add Video" Button in magento 2

SOLVED

How to set the ACL for "Add Video" Button in magento 2

Hi Hello,

 

Can any one suggest , is there a way to do the ACL setup for "Add Video" button  (youtube video gallery button under image tab in admin ) in magento2.0.x ?

 

Thanks in advance !!!

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to set the ACL for "Add Video" Button in magento 2

HI @Senthilkumar Mani 

You can not set ACL for attribute level in native magento.

You can do from custom extension (Advanced permission).
https://amasty.com/advanced-permissions-for-magento-2.html

You can check there demo as well.

I hope it will help you!

View solution in original post

5 REPLIES 5

Re: How to set the ACL for "Add Video" Button in magento 2

HI @Senthilkumar Mani 

You can not set ACL for attribute level in native magento.

You can do from custom extension (Advanced permission).
https://amasty.com/advanced-permissions-for-magento-2.html

You can check there demo as well.

I hope it will help you!

Re: How to set the ACL for "Add Video" Button in magento 2

Yes, you can not set it using ACL. ACL only works with controllers.

Re: How to set the ACL for "Add Video" Button in magento 2

Hi @Vimal Kumar 

 

Thanks for your quick reply.

 

Yes by default system doesn't allow to provide ACL for attribute level. But in my case, some how i need to do the ACL setup for "Add Video" button with out use  any paid plugin> Is  there a way we can do customization with in community version. Thanks in advance.

 

best regards
Jute

Re: How to set the ACL for "Add Video" Button in magento 2

@Senthilkumar Mani 
Yes, It is possible but not possible using quick solution. 
There are not any straight forward customization possible for attribute level ACL. 
We need to do lot customization and it will be time taking.

I will suggest to go with the extension.

Re: How to set the ACL for "Add Video" Button in magento 2

Hi @Vimal Kumar 

 

Thanks. Let me check .

 

best regards
Jute