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 !!!
Solved! Go to Solution.
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!
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!
Yes, you can not set it using ACL. ACL only works with controllers.
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
@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.