Commit f1e972f2 authored by Jim Fulton's avatar Jim Fulton

Added new hook for working with extensible ve non-extensible

property sheets.
parent 14cb338d
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""Property management""" """Property management"""
__version__='$Revision: 1.11 $'[11:-2] __version__='$Revision: 1.12 $'[11:-2]
from ZPublisher.Converters import type_converters from ZPublisher.Converters import type_converters
...@@ -153,7 +153,8 @@ class PropertyManager: ...@@ -153,7 +153,8 @@ class PropertyManager:
'manage_delProperties', 'manage_delProperties',
'manage_changeProperties',)), 'manage_changeProperties',)),
""" """
manage_propertiesForm=HTMLFile('properties', globals()) manage_propertiesForm=HTMLFile('properties', globals(),
property_extensible_schema__=1)
title='' title=''
_properties=({'id':'title', 'type': 'string', 'mode':'w'},) _properties=({'id':'title', 'type': 'string', 'mode':'w'},)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment