From 82c574d5f657a2d24bf2430f931785176bd97039 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 1 Dec 2017 03:48:23 +0100 Subject: [PATCH] Plone 5: Register jqueryui resources not as bundle (does not work for generated browser page based resources) but add it to the plone-legacy bundle. --- CHANGES.rst | 3 +++ .../js/jqueryui/profiles/default/registry.xml | 21 ++++++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a55d28f..ea1e7c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,9 @@ JQueryUI Changelog: http://jqueryui.com/changelog/ Bug fixes: +- Plone 5: Register jqueryui resources not as bundle (does not work for generated browser page based resources) but add it to the plone-legacy bundle. + [thet] + - Simplify resource registration for Plone 5 the way done in https://github.com/collective/example.p4p5#cssjs-declaration-in-plone-5 [rnix] diff --git a/collective/js/jqueryui/profiles/default/registry.xml b/collective/js/jqueryui/profiles/default/registry.xml index 141a9d0..28e0b51 100644 --- a/collective/js/jqueryui/profiles/default/registry.xml +++ b/collective/js/jqueryui/profiles/default/registry.xml @@ -1,13 +1,20 @@ - - True - collective.js.jqueryui.custom.min.js - collective.js.jqueryui.custom.min.css - False - plone + + + + collective.js.jqueryui.custom.min.js + + collective.js.jqueryui.custom.min.css + + + + + + + jqueryui +