symfony4 Posted July 5, 2015 Share Posted July 5, 2015 Hello all, I created a custom admin controller and a class for a custom database table. I added a link to this controller to admin menu (from admin interface) and it works. But what I really want is to add the link to this custom admin controller to the admin category edit form. Any idea how to do this? Thank you Link to comment Share on other sites More sharing options...
vekia Posted July 6, 2015 Share Posted July 6, 2015 it will require to alter admin category controller and / or template files for this section exactly where you want to add this custom link? Link to comment Share on other sites More sharing options...
NemoPS Posted July 6, 2015 Share Posted July 6, 2015 There should also be a hook named "displayBackOfficeCategory"Not sure it fits the purpose though, never used Link to comment Share on other sites More sharing options...
symfony4 Posted July 6, 2015 Author Share Posted July 6, 2015 Hello, Thank you for replies. I want to add this link somewhere in the page use to add/edit category, in the backoffice. For example, between Parent category and Description fields. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now