Zozo wrote: > Is there a way to do a massive import in templating-kit:Resources? > I would like to add a plenty CSS and JavaScript. > As opposed to the DMS, it seems impossible to do a Zip file import. > Any ideas?
You could add resources via code. You could write a command and call it or use a one-off Groovy script for instance. http://documentation.magnolia-cms.com/technical-guide/commands.html http://documentation.magnolia-cms.com/modules/groovy.html http://www.openmindlab.com/lab/products/groovy.html Or if you'd like to easily reuse the resources you might want to make a module which contains the resources and installs them via the module's version handler. http://documentation.magnolia-cms.com/technical-guide/modules.html Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
