Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nested overrides in portal_skins folder

How one could override files in nested portal_skins folder?

The default behavior seems to be that you need to copy whole folder structures if you want to override a single file. This is a maintenance nightmare.

E.g. how to override file:

Producs.TinyMCE/skins/tinymce/plugins/table/js/table.js

... without needing to create a duplicate for the whole Products.TinyMCE skins codebase?

like image 621
Mikko Ohtamaa Avatar asked May 28 '11 13:05

Mikko Ohtamaa


1 Answers

Use z3c.jbot, and put a file in your jbot template directory called Products.TinyMCE.skins.tinymce.plugins.table.js.table.js

like image 134
David Glick Avatar answered Sep 21 '22 12:09

David Glick