Is it possible to run a manual css and js on this Silverstripe?

Hi,

Is it possible to run a manual CSS and JS script on this Silverstripe?
I had a hard time how to install the blocks add-ons like an accordion.

I’m planning to manually add this if possible.
https://www.w3schools.com/howto/howto_js_accordion.asp

Thanks
Regards,

Edgar

Of course it is possible but needs a bit of programming to manage the content for the parts of the accordion. You should go through the silverstripe-lessons to get familiar with the system.
Soon you will like it :slight_smile:

But, yeah it s more nerdy than wordpress

You could add the files in on the init() function of PageController using the Requirements class. I’ve used that type of accordion a few times and that’s how I do it. But you need to manage the content from inside whichever template you’re using.