Theme engine: make it possible to merge properties in contributed views
-----------------------------------------------------------------------

                 Key: NXP-6263
                 URL: https://jira.nuxeo.com/browse/NXP-6263
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Jean-Marc Orliaguet
            Assignee: Jean-Marc Orliaguet
             Fix For: 5.4.1


contributed widgets views can be used by different modules, for instance:

    <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/tree_explorer.xhtml</template>
    </view>

may require "faceted-search.css" contributed by a separate add-on:

    <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
      <resource>faceted-search.css</resource>
    </view>

it should be possible to add resources (css, js) to an existing view without 
modifying the original definition, by merging the <resource> properties.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to