Advertisement
davilima6

registry.xml

Nov 3rd, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.92 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <registry>
  3.  
  4.   <records prefix="plone.resources/mytheme-resources"
  5.            interface="Products.CMFPlone.interfaces.IResourceRegistry">
  6.     <value key="js">++theme++mytheme/js/mytheme-custom.js</value>
  7.     <value key="css">
  8.       <element>++theme++mytheme/less/mytheme-main.less</element>
  9.     </value>
  10.   </records>
  11.  
  12.   <records prefix="plone.bundles/mytheme-bundle"
  13.            interface="Products.CMFPlone.interfaces.IBundleRegistry">
  14.     <value key="resources">
  15.       <element>mytheme-resources</element>
  16.     </value>
  17.     <value key="depends">plone</value>
  18.     <value key="enabled">True</value>
  19.     <value key="compile">True</value>
  20.     <value key="jscompilation">++theme++mytheme/mytheme-bundle-compiled.js</value>
  21.     <value key="csscompilation">++theme++mytheme/mytheme-bundle-compiled.css</value>
  22.     <value key="last_compilation">2015-10-31 00:00:00</value>
  23.   </records>
  24.  
  25. </registry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement