Attaching custom js and css files depends on module in header section
Attaching custom js and css files depends on module in header section
Let's say I created a module which uses a js library. This library is needed in admin section of my module. How can I attach specific js files in header section only for specific page (admin section in this example)? Is it possible to do this in my module's templates?