plone.app.upgrade/CMFPlone-jqtree-contextmenu-upgrade-step: Add jqtree-contextual-menu and js-shortcuts to the registry
Oshane Bailey <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.upgrade Branch: refs/heads/CMFPlone-jqtree-contextmenu-upgrade-step Date: 2017-07-25T15:43:58Z Author: Oshane Bailey (b4oshany) <[email protected]> Commit: https://github.com/plone/plone.app.upgrade/commit/e8e7238ba6e6426dd44579041dc4817446016e75 Add jqtree-contextual-menu and js-shortcuts to the registry for Plone 5.1 Files changed: M CHANGES.rst M plone/app/upgrade/v51/profiles/to_beta4/registry.xml diff --git a/CHANGES.rst b/CHANGES.rst index f66d781..f3e6919 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -16,7 +16,9 @@ New features: - add jqtree-contextmenu to the resource registry - add js-shortcuts to the resource registry [b4oshany] - +- Update upgrade step for Plone 5.1 beta 4 + [b4oshany] + Bug fixes: - *add item here* diff --git a/plone/app/upgrade/v51/profiles/to_beta4/registry.xml b/plone/app/upgrade/v51/profiles/to_beta4/registry.xml index 8c0910e..74393ed 100644 --- a/plone/app/upgrade/v51/profiles/to_beta4/registry.xml +++ b/plone/app/upgrade/v51/profiles/to_beta4/registry.xml @@ -38,4 +38,16 @@ <records interface="Products.CMFPlone.interfaces.ISocialMediaSchema" prefix="plone" /> + + <records prefix="plone.resources/jqtree-contextmenu" + interface='Products.CMFPlone.interfaces.IResourceRegistry'> + <value key="js">++plone++static/components/cs-jqtree-contextmenu/src/jqTreeContextMenu.js</value> + <value key="deps">jqtree</value> + </records> + <records prefix="plone.resources/js-shortcuts" + interface='Products.CMFPlone.interfaces.IResourceRegistry'> + <value key="js">++plone++static/components/js-shortcuts/js-shortcuts.js</value> + <value key="deps">jquery</value> + </records> + </registry> ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot