Skip to content

Commit

Permalink
Behavior shortname plone.layoutaware added
Browse files Browse the repository at this point in the history
Pin plone.behavior >= 1.1 for test buildout
  • Loading branch information
jensens committed Apr 18, 2016
1 parent 302e783 commit 497e1f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
@@ -1,9 +1,15 @@
Changelog
=========

3.1.1 (unreleased)
3.2.0 (unreleased)
------------------

New:

- Behavior shortname ``plone.layoutaware`` added.
[jensens]


Fixes:

- Test failure in Plone 5
Expand Down
2 changes: 2 additions & 0 deletions buildout.cfg
Expand Up @@ -16,4 +16,6 @@ flake8-ignore = E501,C901
[versions]
setuptools =
coverage = >=3.7
plone.behavior = >=1.1
plone.app.blocks =

1 change: 1 addition & 0 deletions plone/app/blocks/configure.zcml
Expand Up @@ -50,6 +50,7 @@

<!-- Register the layout behavior -->
<plone:behavior
name="plone.layoutaware"
title="Layout support"
description="Adds layout support to your content type"
provides=".layoutbehavior.ILayoutAware"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -58,7 +58,7 @@
'plone.app.layout',
'plone.app.registry',
'plone.autoform',
'plone.behavior',
'plone.behavior>=1.1',
'plone.dexterity',
'plone.memoize',
'plone.outputfilters',
Expand Down

0 comments on commit 497e1f7

Please sign in to comment.