Skip to content

Commit

Permalink
public pattern resource
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Jan 8, 2024
1 parent 0f3a07d commit deb07c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<version>3001</version>
<version>3002</version>
</metadata>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
prefix="plone.bundles/relatedmedia"
>
<value key="enabled">True</value>
<value key="expression">python: member is not None</value>
<value key="expression"></value>
<value key="jscompilation">++plone++collective.behavior.relatedmedia.resources/bundles/relatedmedia-remote.min.js</value>
<value key="csscompilation" />
<value key="load_async">False</value>
Expand Down
9 changes: 9 additions & 0 deletions collective/behavior/relatedmedia/upgrades.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,13 @@
run_deps="True"
/>

<upgradeDepends
title="Public gallery pattern"
profile="collective.behavior.relatedmedia:default"
source="3001"
destination="3002"
import_steps="plone.app.registry"
run_deps="True"
/>

</configure>

0 comments on commit deb07c2

Please sign in to comment.